Code

Added help template
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Jun 2005 12:31:51 +0000 (12:31 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 7 Jun 2005 12:31:51 +0000 (12:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@617 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/help.tpl [new file with mode: 0644]

diff --git a/ihtml/themes/default/help.tpl b/ihtml/themes/default/help.tpl
new file mode 100644 (file)
index 0000000..f301b68
--- /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="&lt; {t}previous{/t}">&nbsp;&nbsp;{t}Index{/t}&nbsp;&nbsp;<img src='images/forward.png' align="center" alt="{t}next{/t} &gt;">
+       </td>
+       <td style="text-align:right">
+        <input name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<input type=submit name="search" value="{t}Search{/t}">
+       </td>
+   </tr>
+  </table>
+ </div>
+</form>
+
+<div>
+{$help_contents}
+</div>
+
+</body>
+</html>