1
2
3
4
5
6
7
8
9
10
11
12
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
| <html>
| <head>
| <title>Form</title>
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
| <link href="../themes/{tmpl_var name="theme"}/printstyle.css" rel="stylesheet" type="text/css">
| </head>
|
| <body onLoad="window.print();">
| <tmpl_dyninclude name="content_tpl">
| </body>
| </html>
|
|