Subversion Repositories wimsdev

Rev

Rev 6217 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
!header
2
 
3
!! Contenu du module par ici. Ce qui suit est un modele d'organisation de ce
4
!! fichier.
5
 
6
!if $compute=yes
7
 !if $error!=$empty
8
  !read msg.phtml
9
  !read menu.phtml
10
  !goto end
11
 !else
12
  !read answer.phtml
13
 !endif
14
!else
15
 !! put some explanations here.
16
 !read menu.phtml
17
!endif compute=yes?
18
 
19
 
20
:end
21
!tail
22