Subversion Repositories wimsdev

Rev

Rev 10178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10178 Rev 10228
Line 6... Line 6...
6
!endif
6
!endif
7
 
7
 
8
!header
8
!header
9
 
9
 
10
!if no_auth iswordof $error
10
!if no_auth iswordof $error
11
  <div class="wims_alertmsg">
11
  <div class="wims_msg alert">
12
    !read msg.phtml
12
    !read msg.phtml
13
  </div>
13
  </div>
14
  !exit
14
  !exit
15
!endif
15
!endif
16
 
16
 
17
!if $compute=yes
17
!if $compute=yes
18
  !if $error!=$empty
18
  !if $error!=$empty
19
    <div class="wims_alertmsg">
19
    <div class="wims_msg alert">
20
    !read msg.phtml
20
    !read msg.phtml
21
    !reset error
21
    !reset error
22
    </div>
22
    </div>
23
    !read menu.phtml
23
    !read menu.phtml
24
    !goto end
24
    !goto end