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 |
|
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 |
|
11 | !if $parm=$empty |
12 |
|
12 | <div class="wims_warning">ERROR: EMPTY PARM ?</div> |
13 |
|
13 | !else |
14 |
|
14 | <div class="wims_content"> |
15 |
|
15 | !read $parm |
16 |
|
16 | </div> |
17 |
|
17 | !endif |
18 | </body> |
18 | </body> |
19 | </html> |
19 | </html> |