Subversion Repositories wimsdev

Rev

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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. !set page_title = !defof title in $parm
  5.   <title>$page_title</title>
  6. </head>
  7. <body>
  8.  
  9. !read adm/language /html/name.phtml
  10.  
  11. !if $parm=$empty
  12.   <div class="wims_warning">ERROR: EMPTY PARM ?</div>
  13. !else
  14.   <div class="wims_content">
  15.   !read $parm
  16.   </div>
  17. !endif
  18. </body>
  19. </html>
  20.