Rev 12498 | Rev 13628 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12498 | Rev 13306 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !set this=$name_this2 |
9 | !set this=$name_this2 |
10 | !endif |
10 | !endif |
11 | 11 | ||
12 | !!# Si les librairies Jquery sont chargées, on affiche des onglets. |
12 | !!# Si les librairies Jquery sont chargées, on affiche des onglets. |
13 | !if $jquery_defined=yes |
13 | !if $jquery_defined=yes |
14 | <script |
14 | <script> |
15 | /*<![CDATA[*/ jQuery(function(jq) {jq( "#tabs" ).tabs();}); /*]]>*/ |
15 | /*<![CDATA[*/ jQuery(function(jq) {jq( "#tabs" ).tabs();}); /*]]>*/ |
16 | </script> |
16 | </script> |
17 | !endif |
17 | !endif |
18 | 18 | ||
19 | !form reply |
19 | !form reply |
Line 93... | Line 93... | ||
93 | <div class="field box"> |
93 | <div class="field box"> |
94 | <label for="i_domain">$wims_name_Domain</label> |
94 | <label for="i_domain">$wims_name_Domain</label> |
95 | !set wims_ref_class=wims_button_help float_right |
95 | !set wims_ref_class=wims_button_help float_right |
96 | !href cmd=help&special_parm=domain $wims_name_help |
96 | !href cmd=help&special_parm=domain $wims_name_help |
97 | <input type="text" name="i_domain" id="i_domain" class="multicomplete" value="$i_domain" /> |
97 | <input type="text" name="i_domain" id="i_domain" class="multicomplete" value="$i_domain" /> |
98 | <script |
98 | <script> |
99 | /*<![CDATA[*/ |
99 | /*<![CDATA[*/ |
100 | // Tags in domain.json are only in english. |
100 | // Tags in domain.json are only in english. |
101 | var tags = |
101 | var tags = |
102 | !record 0 of wimshome/public_html/bases/sys/domain/domain.json |
102 | !record 0 of wimshome/public_html/bases/sys/domain/domain.json |
103 | ; |
103 | ; |
Line 236... | Line 236... | ||
236 | </div> |
236 | </div> |
237 | 237 | ||
238 | !formend |
238 | !formend |
239 | 239 | ||
240 | !if $modreq=.new and $jquery_defined=yes |
240 | !if $modreq=.new and $jquery_defined=yes |
241 | <script |
241 | <script> |
242 | /*<![CDATA[*/ |
242 | /*<![CDATA[*/ |
243 | $$( document ).ready(function() { |
243 | $$( document ).ready(function() { |
244 | $$("#i_common_images").toggle($$('#i_category_1').is(':checked')); |
244 | $$("#i_common_images").toggle($$('#i_category_1').is(':checked')); |
245 | $$('#i_category_1').click(function(){ |
245 | $$('#i_category_1').click(function(){ |
246 | if ($$(this).is(':checked')) { |
246 | if ($$(this).is(':checked')) { |