]> git.sur5r.net Git - contagged/blob - templates/header.tpl
JavaScript updates (migration to JQuery + Interface)
[contagged] / templates / header.tpl
1 <html>
2 <head>
3   <title>ConTagged - {$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   <link rel="stylesheet" type="text/css" href="templates/style.css" />
8
9   <link rel="stylesheet" type="text/css" href="styles/scripted.css" />
10   <script src="scripts/jquery.js" type="text/javascript"></script>
11
12   <script src="scripts/interface/iutil.js" type="text/javascript"></script>
13   <script src="scripts/interface/iautocompleter.js" type="text/javascript"></script>
14   <script src="scripts/interface/imagebox.js" type="text/javascript"></script>
15
16   <script src="scripts/gui.js" type="text/javascript"></script>
17
18   {if $LDAPERRORS != ''}
19   <script>
20     window.alert('{$lang.err_ldap}:\n\n{$LDAPERRORS|escape:quotes}');
21   </script>
22   {/if}
23 </head>
24 <body>
25
26 <div id="ldapab">
27
28   <div id="titlerow">
29     <a href="{$home}" class="logo">ConTagged</a>
30     <span class="logosmall">- {$lang.ldapab}</span>
31   </div>
32
33   <div id="filterrow">
34     {include file="filter.tpl"}
35   </div>
36
37   <div id="toolbar">
38     {include file="toolbar.tpl"}
39   </div>
40
41
42   <div id="content">
43
44
45 <!--
46 <table width="100%">
47 <tr>
48   <td class="headrow" colspan="2">
49     <table width="100%"><tr>
50       <td align="left" valign="bottom">
51       </td>
52       <td align="right" valign="bottom">
53         <a href="help.php"><img src="pix/help.png" border="0" width="16" height="16" align="middle">{$lang.help}</a>
54       </td>
55     </tr></table>
56   </td>
57 </tr>
58 <tr>
59   <td width="30">
60   </td>
61   <td>
62 -->