Ignore:
Timestamp:
Oct 15, 2009, 10:51:07 PM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Mainly add header & footer, add choose new/old code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/duplication.tpl

    r4002 r4048  
    11{* <!-- Event Cats (event categories) LucMorizur June - ... 2009 --> *}
    22
    3 {* <!-- Page title --> *}
    4 <div class = "titrePage" style="margin-top: -20px;">
    5   <h2>{'ec_admin_page_title'|@translate} {$EVNTCATS_VERSION}</h2>
    6 </div>
    7 
    8 {* <!-- JavaScript warning message --> *}
    9 <div id = "ec_js_warn">
    10   {'ec_javascript_needed'|@translate}<br><br>
    11 </div>
    12 <script type = "text/javascript"><!-- // Removes JavaScript warning message
    13   document.getElementById('ec_js_warn').innerHTML = ''; //-->
    14 </script>
    15 
    16 {* <!-- EC Presentation --> *}
    17 {if $ec_howto}
    18   <div>
    19     {'ec_admin_page_howto'|@translate}
    20   </div>
    21 {/if}
    22 
    23 <p>
    24   <hr width = 75% size = 3 />
    25 </p>
     3{include file='../../../plugins/event_cats/admin/template/header.inc.tpl'}
    264
    275{* <!-- Available soon... --> *}
     
    4119--> *}
    4220
    43 {* <!-- {$test0tpl} --> *}
    44 <p>$_GET :</p>
    45 {$GET}
    46 <p>$_POST :</p>
    47 {$POST}
    48 <p>Autres :</p>
    49 {$test1tpl}
    50 {$test2tpl}
    51 {$test3tpl}
     21{include file='../../../plugins/event_cats/admin/template/footer.inc.tpl'}
    5222
    5323{* <!--
Note: See TracChangeset for help on using the changeset viewer.