source: extensions/cl_conflit/admin/template/admin.tpl @ 8942

Last change on this file since 8942 was 8942, checked in by cljosse, 13 years ago

[cl_conflit] template compatibility with piwigo 2.2

File size: 1.1 KB
Line 
1{* $Id: conflit admin.tpl  *}{html_head}
2 <script type="text/javascript">
3     var DEBUG = '{$DEBUG}';
4     var theme = '{$theme}';
5     var cl_version = '{$cl_version}';
6     var cl_plugin = '{$cl_plugin}';
7
8     var thumbnail = '{$thumbnail}';
9     var theme = '{$theme}';
10     var cl_Query = '{$cl_query}';
11     var cl_type = '{$cl_type}';
12
13     </script> {/html_head}
14{if PHPWG_VERSION < 2.2 } {include file=$CONFLIT_PATH_ABS|@cat:'template/header_2_1.tpl'}
15{else} {include file= $CONFLIT_PATH_ABS|@cat:'template/header_2_2.tpl'} {/if}
16 <!--- HEAD conflit TPL --->
17
18{literal}
19<script type="text/javascript">
20
21jQuery().ready(function(){
22  jQuery('.cluetip').cluetip({
23    width: 300,
24    splitTitle: '|'
25  });
26});
27
28</script>
29{/literal}
30 
31<div class="titrePage">
32                <h2>{'cl_conflit'} {'version'|translate}{$cl_version}</h2>
33</div>
34<fieldset  ><legende >INFOS</legende>
35 {$Infos}
36 </fieldset>
37   
38<table >
39  <form action="" method="post" name="form_conflit" id="form_conflit"    > 
40 
41    <table>
42       <td><input name="submit" type="hidden" value="{'save'|@translate}" /></td>
43    </table>
44</form>
45 
46 </table >
47
48 
Note: See TracBrowser for help on using the repository browser.