Subversion Repositories wimsdev

Rev

Rev 7568 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7568 Rev 12855
Line 1... Line 1...
1
!header
1
!header
2
 
2
 
3
!! The following is a model of organization of this file.
3
!! The following is a model of organization of this file.
4
 
4
 
5
!if $compute=yes
5
!if $compute=yes
6
 !if $error!=$empty
6
  !if $error!=$empty
7
  <div class="wims_alertmsg">
7
    <div class="wims_alertmsg">
8
  !read msg.phtml
8
    !read msg.phtml
9
  </div>
9
    </div>
10
  !read menu.phtml
10
    !read menu.phtml
11
  !goto end
11
    !goto end
12
 !else
12
  !else
13
  !read answer.phtml
13
    !read answer.phtml
14
 !endif
14
  !endif
15
!else
15
!else
16
 !! put some explanations here.
16
  !! put some explanations here.
17
 !read menu.phtml
17
  !read menu.phtml
18
!endif compute=yes?
18
!endif compute=yes?
19
 
-
 
20
 
19
 
21
:end
20
:end
22
!tail
21
!tail
23
 
22