Code

style fixes
[gosa.git] / ihtml / themes / default / help.tpl
1 <body style='background-color:white;background-image:none'>
2 {$php_errors}
4 <form action='helpviewer.php' name='mainform' method='post' enctype='multipart/form-data'>
5 <div style='background-color:#CDF6BD;width:100%;border-bottom:1px solid #909090'>
6   <table width="99%">
7    <tr>
8     <td width="33%">
9      <b>{t}GOsa help viewer{/t}</b>
10         </td>
11     <td width="33%" style="text-align:center">
12                 <a href="?pg={$backward}">
13                         <img src='images/back.png' align="middle" alt="&lt; {t}previous{/t}" border="0">
14                 </a>
15                 &nbsp;&nbsp;
16                 <a href="?pg={$index}">
17                         {t}Index{/t}
18                 </a>
19                 &nbsp;&nbsp;
20                 <a href="?pg={$forward}"> 
21                         <img src='images/forward.png' align="middle" alt="{t}next{/t}" border="0">
22                 </a>
23         </td>
24         <td style="text-align:right">
25          <input name="search_string" size="15" value="{$search_string}" maxlength="50">&nbsp;<input type=submit name="search" value="{t}Search{/t}">
26         </td>
27    </tr>
28   </table>
29 </div>
30 <div style="height: 100%;
31                         width: 100%;
32                         padding-top: 1px;
33                         margin: 0px;
34                         background-color: #F1F1F1;">
35 {$help_contents}
36 </div>
38 <!-- Place cursor -->
39 <script language="JavaScript" type="text/javascript">
40 <!-- // First input field on page
41 document.mainform.search_string.focus();
42 -->
43 </script>
45 </form>
46 </body>
47 </html>