|
Revision 7905, 1.5 KB
(checked in by cljosse, 2 years ago)
|
|
[cl_conflit] save?
|
| 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 | |
|---|
| 28 | jQuery().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 | |
|---|