source: extensions/event_cats/admin/template/footer.inc.tpl @ 7285

Last change on this file since 7285 was 7285, checked in by LucMorizur, 14 years ago

Cleaning of autolog_new.tpl thanks to HTMLvalidator (remains quite such cleaning to do...)

File size: 1.2 KB
Line 
1{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
2
3{* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
4
5{* <!-- Common Event Cats admin pages footer --> *}
6
7{* <!-- For help banner --> *}
8{if isset($ec_help_banner_in_foot)}
9  <script type = "text/javascript"><!--
10    ec_help_banner_in_foot = true;
11  //--></script>
12  <div id = "ec_help_banner0" style = "border-top: 1px solid #000000; border-bottom: 1px solid #000000;">
13    <div id = "ec_help_banner1" style = "text-align:left; display:block;"></div>
14  </div>
15{else}
16  <script type = "text/javascript"><!--
17    ec_help_banner_in_foot = false;
18  //--></script>
19{/if}
20
21{* <!-- JavaScript functions --> *}
22<script type = "text/javascript"><!--
23  if (!ec_help_banner_in_foot)
24   document.getElementById('ec_help_banner0').style.display = "none";
25  ec_help_banner_OK = {if $ec_help_banner_OK}true{else}false{/if};
26  ec_help_banner[1] = "{$ec_help_banner1|@escape:javascript}";
27  ec_help_banner[2] = "{$ec_help_banner2|@escape:javascript}";
28  ec_mark_help('');
29//--></script>
30
31{* <!-- Debug displays --> *}
32{if isset($ec_debug1)}
33  {foreach from=$ec_debug1 key=ec_key item=ec_val}
34    <p>{$ec_key} :</p>
35    {$ec_val}
36  {/foreach}
37{/if}
Note: See TracBrowser for help on using the repository browser.