Subversion Repositories wimsdev

Rev

Rev 9307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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