|
Revision 7663, 1.2 KB
(checked in by LucMorizur, 3 years ago)
|
|
Replace all " />" by ">" (see topic:16569 in english forum)
|
| 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 | <br> |
|---|
| 10 | <script type = "text/javascript"><!-- |
|---|
| 11 | ec_help_banner_in_foot = true; |
|---|
| 12 | //--></script> |
|---|
| 13 | <div id = "ec_help_banner0" style = "border-top: 1px solid #000000; border-bottom: 1px solid #000000;"> |
|---|
| 14 | <div id = "ec_help_banner1" style = "text-align:left; display:block;"></div> |
|---|
| 15 | </div> |
|---|
| 16 | {else} |
|---|
| 17 | <script type = "text/javascript"><!-- |
|---|
| 18 | ec_help_banner_in_foot = false; |
|---|
| 19 | //--></script> |
|---|
| 20 | {/if} |
|---|
| 21 | |
|---|
| 22 | {* <!-- JavaScript functions --> *} |
|---|
| 23 | <script type = "text/javascript"><!-- |
|---|
| 24 | if (!ec_help_banner_in_foot) |
|---|
| 25 | document.getElementById('ec_help_banner0').style.display = "none"; |
|---|
| 26 | ec_help_banner_OK = {if $ec_help_banner_OK}true{else}false{/if}; |
|---|
| 27 | ec_help_banner[1] = "{$ec_help_banner1|@escape:javascript}"; |
|---|
| 28 | ec_help_banner[2] = "{$ec_help_banner2|@escape:javascript}"; |
|---|
| 29 | ec_mark_help(''); |
|---|
| 30 | //--></script> |
|---|
| 31 | |
|---|
| 32 | {* <!-- Debug displays --> *} |
|---|
| 33 | {if isset($ec_debug1)} |
|---|
| 34 | {foreach from=$ec_debug1 key=ec_key item=ec_val} |
|---|
| 35 | <p>{$ec_key} :</p> |
|---|
| 36 | {$ec_val} |
|---|
| 37 | {/foreach} |
|---|
| 38 | {/if} |
|---|