summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a0896f)
raw | patch | inline | side by side (parent: 3a0896f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Jun 2005 12:31:51 +0000 (12:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Jun 2005 12:31:51 +0000 (12:31 +0000) |
ihtml/themes/default/help.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/ihtml/themes/default/help.tpl b/ihtml/themes/default/help.tpl
--- /dev/null
@@ -0,0 +1,25 @@
+<body style='background-color:white;background-image:none'>
+<form action='helpviewer.php' name='mainform' method='post' enctype='multipart/form-data'>
+ <div style='background-color:#CDF6BD;width:100%;padding:6px;border-bottom:1px solid #909090'>
+ <table width="99%">
+ <tr>
+ <td width="33%">
+ <b>{t}GOsa help viewer{/t}</b>
+ </td>
+ <td width="33%" style="text-align:center">
+ <img src='images/back.png' align="center" alt="< {t}previous{/t}"> {t}Index{/t} <img src='images/forward.png' align="center" alt="{t}next{/t} >">
+ </td>
+ <td style="text-align:right">
+ <input name="search_string" size="15" value="{$search_string}" maxlength="50"> <input type=submit name="search" value="{t}Search{/t}">
+ </td>
+ </tr>
+ </table>
+ </div>
+</form>
+
+<div>
+{$help_contents}
+</div>
+
+</body>
+</html>