Last change
on this file since 4218 was
4092,
checked in by LucMorizur, 15 years ago
|
[Event Cats] PNG, JS, TPL and CSS normally finished now. Remains "only" PHP and SQL...
|
File size:
716 bytes
|
Rev | Line | |
---|
[4048] | 1 | {* <!-- Event Cats (event categories) LucMorizur June - ... 2009 --> *} |
---|
| 2 | |
---|
| 3 | {* <!-- Common Event Cats admin pages "header" --> *} |
---|
| 4 | |
---|
| 5 | {* <!-- Page title --> *} |
---|
| 6 | <div class = "titrePage" style="margin-top: -20px;"> |
---|
| 7 | <h2>{'ec_admin_page_title'|@translate} {$EVNTCATS_VERSION}</h2> |
---|
| 8 | </div> |
---|
| 9 | |
---|
| 10 | {* <!-- JavaScript warning message --> *} |
---|
| 11 | <div id = "ec_js_warn"> |
---|
| 12 | {'ec_javascript_needed'|@translate}<br><br> |
---|
| 13 | </div> |
---|
| 14 | <script type = "text/javascript"><!-- // Removes JavaScript warning message |
---|
| 15 | document.getElementById('ec_js_warn').innerHTML = ''; //--> |
---|
| 16 | </script> |
---|
| 17 | |
---|
| 18 | {* <!-- EC Presentation --> *} |
---|
| 19 | {if $ec_howto} |
---|
| 20 | <div> |
---|
| 21 | {'ec_admin_page_howto'|@translate} |
---|
| 22 | </div> |
---|
[4092] | 23 | <p> |
---|
| 24 | <hr width = 75% size = 3 /> |
---|
| 25 | </p> |
---|
| 26 | {else} |
---|
| 27 | <br> |
---|
[4048] | 28 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.