Code

Added help template
[gosa.git] / ihtml / themes / default / help.tpl
1 <body style='background-color:white;background-image:none'>
2 <form action='helpviewer.php' name='mainform' method='post' enctype='multipart/form-data'>
3  <div style='background-color:#CDF6BD;width:100%;padding:6px;border-bottom:1px solid #909090'>
4   <table width="99%">
5    <tr>
6     <td width="33%">
7      <b>{t}GOsa help viewer{/t}</b>
8         </td>
9     <td width="33%" style="text-align:center">
10          <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;">
11         </td>
12         <td style="text-align:right">
13          <input name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<input type=submit name="search" value="{t}Search{/t}">
14         </td>
15    </tr>
16   </table>
17  </div>
18 </form>
20 <div>
21 {$help_contents}
22 </div>
24 </body>
25 </html>