]> git.sur5r.net Git - contagged/blob - templates/header.tpl
added default escaping for smarty
[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   <script src="js/prototype.js" type="text/javascript"></script>
10   <script src="js/scriptaculous.js" type="text/javascript"></script>
11   <script src="js/formatDate.js" type="text/javascript"></script>
12   <script src="js/gui.js" type="text/javascript"></script>
13
14   {if $LDAPERRORS != ''}
15   <script>
16     window.alert('{$lang.err_ldap}:\n\n{$LDAPERRORS|escape:quotes}');
17   </script>
18   {/if}
19 </head>
20 <body>
21
22 <div id="ldapab">
23
24   <div id="titlerow">
25     <a href="{$home}" class="logo">ConTagged</a>
26     <span class="logosmall">- {$lang.ldapab}</span>
27   </div>
28
29   <div id="filterrow">
30     {include file="filter.tpl"}
31   </div>
32
33   <div id="toolbar">
34     {include file="toolbar.tpl"}
35   </div>
36
37
38   <div id="content">
39
40
41 <!--
42 <table width="100%">
43 <tr>
44   <td class="headrow" colspan="2">
45     <table width="100%"><tr>
46       <td align="left" valign="bottom">
47       </td>
48       <td align="right" valign="bottom">
49         <a href="help.php"><img src="pix/help.png" border="0" width="16" height="16" align="middle">{$lang.help}</a>
50       </td>
51     </tr></table>
52   </td>
53 </tr>
54 <tr>
55   <td width="30">
56   </td>
57   <td>
58 -->