]> git.sur5r.net Git - contagged/blobdiff - templates/header.tpl
only for edit: integrated new fields, check if field exist, restructuring
[contagged] / templates / header.tpl
index dd2b15badd1b453a8bbcbd3271f4c9d1794f7b01..290dd366b8e7bf18d5012e757026de8da0a26bb4 100644 (file)
@@ -1,24 +1,50 @@
 <html>
 <head>
-  <title>LDAPab - {$lang.ldapab}</title>
-  <link rel="stylesheet" type="text/css" href="templates/style.css" />
+  <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="16" height="16" align="middle">{$lang.help}</a>
@@ -27,4 +53,7 @@
   </td>
 </tr>
 <tr>
+  <td width="30">
+  </td>
   <td>
+-->