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

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

[cl_conflit] template compatibility with piwigo 2.2

File size: 1.1 KB
Line 
1{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>
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} {/html_head}
16
17{* $Id: conflit admin.tpl  *}
18 <!--- HEAD conflit TPL --->
19
20{literal}
21<script type="text/javascript">
22
23jQuery().ready(function(){
24  jQuery('.cluetip').cluetip({
25    width: 300,
26    splitTitle: '|'
27  });
28});
29
30</script>
31{/literal}
32 
33<div class="titrePage">
34                <h2>{'cl_conflit'} {'version'|translate}{$cl_version}</h2>
35</div>
36 
37
38
39   
40<table >
41  <form action="" method="post" name="form_conflit" id="form_conflit"    > 
42 
43    <table>
44       <td><input name="submit" type="submit" value="{'cl_conflit_save'|@translate}" /></td>
45    </table>
46</form>
47 
48 </table >
49
50 
Note: See TracBrowser for help on using the repository browser.