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

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

[cl_conflit] save?

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