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
!! Contenido del módulo. Aquí se presenta un modelo de organización del
4
!!  fichero.
5
 
6
!if $compute=yes
12855 bpr 7
  !if $error!=$empty
8
    <div class="wims_alertmsg">
9
    !read msg.phtml
10
    </div>
11
    !read menu.phtml
12
    !goto end
13
  !else
14
    !read answer.phtml
15
  !endif
16
!else
17
  !! put some explanations here.
35 reyssat 18
  !read menu.phtml
19
!endif compute=yes?
20
 
21
:end
22
!tail