Subversion Repositories wimsdev

Rev

Rev 7568 | Details | Compare with Previous | Last modification | View Log | RSS feed

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