]> git.sur5r.net Git - contagged/blobdiff - templates/header.tpl
changed multifield character from * to _
[contagged] / templates / header.tpl
index 9467e8a141944bc4f2a8771d5e5a4397076c665b..290dd366b8e7bf18d5012e757026de8da0a26bb4 100644 (file)
@@ -1,23 +1,59 @@
 <html>
 <head>
-  <title>LDAPab - {$lang.ldapab}</title>
+  <title>ConTagged - {$lang.ldapab}</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+  <link rel="stylesheet" type="text/css" href="templates/layout.css" />
+
   <link rel="stylesheet" type="text/css" href="templates/style.css" />
+
+  <script src="js/prototype.js" type="text/javascript"></script>
+  <script src="js/scriptaculous.js" type="text/javascript"></script>
+  <script src="js/formatDate.js" type="text/javascript"></script>
+  <script src="js/gui.js" type="text/javascript"></script>
+
+  {if $LDAPERRORS != ''}
+  <script>
+    window.alert('{$lang.err_ldap}:\n\n{$LDAPERRORS|escape:quotes}');
+  </script>
+  {/if}
 </head>
 <body>
 
+<div id="ldapab">
+
+  <div id="titlerow">
+    <a href="{$home}" class="logo">ConTagged</a>
+    <span class="logosmall">- {$lang.ldapab}</span>
+  </div>
+
+  <div id="filterrow">
+    {include file="filter.tpl"}
+  </div>
+
+  <div id="toolbar">
+    {include file="toolbar.tpl"}
+  </div>
+
+
+  <div id="content">
+
+
+<!--
 <table width="100%">
 <tr>
-  <td class="headrow">
+  <td class="headrow" colspan="2">
     <table width="100%"><tr>
       <td align="left" valign="bottom">
-        <a href="{$home}" class="logo">LDAPab</a>
-        <span class="logosmall">- {$lang.ldapab}</span>
       </td>
       <td align="right" valign="bottom">
-        <a href="help.php"><img src="pix/help.png" border="0" width="22" height="22" align="middle">&nbsp;{$lang.help}</a>
+        <a href="help.php"><img src="pix/help.png" border="0" width="16" height="16" align="middle">{$lang.help}</a>
       </td>
     </tr></table>
   </td>
 </tr>
 <tr>
+  <td width="30">
+  </td>
   <td>
+-->