Rev 12638 | Rev 13612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12638 | Rev 13306 | ||
---|---|---|---|
Line 78... | Line 78... | ||
78 | !if $tv_listtechvar!=$empty |
78 | !if $tv_listtechvar!=$empty |
79 | !read adm/vfilter/varfilter htmldiv |
79 | !read adm/vfilter/varfilter htmldiv |
80 | 80 | ||
81 | !!# Avec JQuery, Le champ "variable technique" n'apparait que lorsqu'il est necessaire. |
81 | !!# Avec JQuery, Le champ "variable technique" n'apparait que lorsqu'il est necessaire. |
82 | !if $jquery_defined=yes |
82 | !if $jquery_defined=yes |
83 | <script |
83 | <script> |
84 | /*<![CDATA[*/ jQuery(function(jq) { |
84 | /*<![CDATA[*/ jQuery(function(jq) { |
85 | jq( "#tech_var" ).hide(); |
85 | jq( "#tech_var" ).hide(); |
86 | jq( "#motd_type3" ).click(function() { |
86 | jq( "#motd_type3" ).click(function() { |
87 | jq( "#tech_var" ).slideDown(); |
87 | jq( "#tech_var" ).slideDown(); |
88 | }); |
88 | }); |