]> git.sur5r.net Git - contagged/blob - templates/header.tpl
changed layout, some HTML cleanup
[contagged] / templates / header.tpl
1 <html>
2 <head>
3   <title>LDAPab - {$lang.ldapab}</title>
4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
6   <link rel="stylesheet" type="text/css" href="templates/layout.css" />
7
8   <link rel="stylesheet" type="text/css" href="templates/style.css" />
9
10   <script src="js/prototype.js" type="text/javascript"></script>
11   <script src="js/scriptaculous.js" type="text/javascript"></script>
12   <script src="js/formatDate.js" type="text/javascript"></script>
13   <script src="js/gui.js" type="text/javascript"></script>
14
15   {if $LDAPERRORS != ''}
16   <script>
17     window.alert('{$lang.err_ldap}:\n\n{$LDAPERRORS|escape:quotes}');
18   </script>
19   {/if}
20 </head>
21 <body>
22
23 <div id="ldapab">
24
25   <div id="titlerow">
26     <a href="{$home}" class="logo">LDAPab</a>
27     <span class="logosmall">- {$lang.ldapab}</span>
28   </div>
29
30   <div id="filterrow">
31     {include file="filter.tpl"}
32   </div>
33
34   <div id="toolbar">
35     {include file="toolbar.tpl"}
36   </div>
37
38
39   <div id="content">
40
41
42 <!--
43 <table width="100%">
44 <tr>
45   <td class="headrow" colspan="2">
46     <table width="100%"><tr>
47       <td align="left" valign="bottom">
48       </td>
49       <td align="right" valign="bottom">
50         <a href="help.php"><img src="pix/help.png" border="0" width="16" height="16" align="middle">{$lang.help}</a>
51       </td>
52     </tr></table>
53   </td>
54 </tr>
55 <tr>
56   <td width="30">
57   </td>
58   <td>
59 -->