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/autolog_entries.tpl

    r4011 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{* <!-- Whether plugin Additionnal Pages is active or not --> *}
     
    140118//--></script>
    141119
    142 {* <!-- {$test0tpl} --> *}
    143 <p>$_GET :</p>
    144 {$GET}
    145 <p>$_POST :</p>
    146 {$POST}
    147 <p>Autres :</p>
    148 {$test1tpl}
    149 {$test2tpl}
    150 {$test3tpl}
     120{include file='../../../plugins/event_cats/admin/template/footer.inc.tpl'}
    151121
    152122{* <!--
    153123--> *}
    154 
Note: See TracChangeset for help on using the changeset viewer.