Subversion Repositories wimsdev

Rev

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

  1. !header
  2.  
  3. !! Contenido del módulo. Aquí se presenta un modelo de organización del
  4. !!  fichero.
  5.  
  6. !if $compute=yes
  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.
  18.   !read menu.phtml
  19. !endif compute=yes?
  20.  
  21. :end
  22. !tail
  23.