Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
9307 obado 1
<!DOCTYPE html>
2
<html>
3
<head>
12477 bpr 4
!set page_title = !defof title in $parm
9307 obado 5
  <title>$page_title</title>
6
</head>
7
<body>
8
 
9
!read adm/language /html/name.phtml
10
 
12477 bpr 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
9307 obado 18
</body>
12477 bpr 19
</html>