1 | <!-- autoriser=webmestre --> |
---|
2 | <!-- refus=<:cfg:refus_configuration_webmestre:> --> |
---|
3 | <!-- depot=metapack --> |
---|
4 | <!-- nom=nivoslider --> |
---|
5 | |
---|
6 | [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
---|
7 | [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
---|
8 | |
---|
9 | <div class="formulaire_spip formulaire_configurer formulaire_config_nivoslider"> |
---|
10 | |
---|
11 | <div class="cadre_padding"> |
---|
12 | |
---|
13 | <form name="formulaire_config_nivoslider" method="post" action="#SELF"><div>#ACTION_FORMULAIRE{#SELF} |
---|
14 | #FORMULAIRE_CONFIG_NIVOSLIDER_ARTICLE |
---|
15 | <p> |
---|
16 | <label for="_ir_width"><:nivoslider:width:> :</label> |
---|
17 | <input type="text" name="width" class="type_txt" id="_ir_width" size="5" |
---|
18 | value="#ENV{width,500}" /> px |
---|
19 | </p> |
---|
20 | <p> |
---|
21 | <label for="_ir_height"><:nivoslider:height:> :</label> |
---|
22 | <input type="text" name="height" class="type_txt" id="_ir_height" size="5" |
---|
23 | value="#ENV{height,300}" /> px |
---|
24 | </p> |
---|
25 | <p> |
---|
26 | <label for="_ir_effect" title='effect'><:nivoslider:effect:> :</label> |
---|
27 | <select name="effect" id="_ir_effect" style="width:142px"> |
---|
28 | <option value="random" [(#CONFIG{nivoslider/effect}|=={#VAL{'random'}}|?{selected="selected",''})]>random</option> |
---|
29 | <option value="sliceDown" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceDown'}}|?{selected="selected",''})]>sliceDown</option> |
---|
30 | <option value="sliceDownLeft" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceDownLeft'}}|?{selected="selected",''})]>sliceDownLeft</option> |
---|
31 | <option value="sliceUp" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceUp'}}|?{selected="selected",''})]>sliceUp</option> |
---|
32 | <option value="sliceUpLeft" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceUpLeft'}}|?{selected="selected",''})]>sliceUpLeft</option> |
---|
33 | <option value="sliceUpDown" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceUpDown'}}|?{selected="selected",''})]>sliceUpDown</option> |
---|
34 | <option value="sliceUpDownLeft" [(#CONFIG{nivoslider/effect}|=={#VAL{'sliceUpDownLeft'}}|?{selected="selected",''})]>sliceUpDownLeft</option> |
---|
35 | <option value="fold" [(#CONFIG{nivoslider/effect}|=={#VAL{'fold'}}|?{selected="selected",''})]>fold</option> |
---|
36 | <option value="fade" [(#CONFIG{nivoslider/effect}|=={#VAL{'fade'}}|?{selected="selected",''})]>fade</option> |
---|
37 | <option value="slideInRight" [(#CONFIG{nivoslider/effect}|=={#VAL{'slideInRight'}}|?{selected="selected",''})]>slideInRight</option> |
---|
38 | <option value="slideInLeft" [(#CONFIG{nivoslider/effect}|=={#VAL{'slideInLeft'}}|?{selected="selected",''})]>slideInLeft</option> |
---|
39 | </select> |
---|
40 | </p> |
---|
41 | <p> |
---|
42 | <label for="_ir_slices" title="slices"><:nivoslider:slices:> :</label> |
---|
43 | <input type="text" name="slices" class="type_txt" id="_ir_slices" size="5" |
---|
44 | value="#ENV{slices,15}" /> |
---|
45 | </p> |
---|
46 | <p> |
---|
47 | <label for="_ir_animSpeed" title="animSpeed"><:nivoslider:animspeed:> :</label> |
---|
48 | <input type="text" name="animSpeed" class="type_txt" id="_ir_animSpeed" size="5" |
---|
49 | value="#ENV{animSpeed,500}" /> ms |
---|
50 | </p> |
---|
51 | <p> |
---|
52 | <label for="_ir_pauseTime" title="pauseTime"><:nivoslider:pausetime:> :</label> |
---|
53 | <input type="text" name="pauseTime" class="type_txt" id="_ir_pauseTime" size="5" |
---|
54 | value="#ENV{pauseTime,3000}" /> ms |
---|
55 | </p> |
---|
56 | <p> |
---|
57 | <label for="_ir_directionNav" title="directionNav"><:nivoslider:directionnav:> :</label> |
---|
58 | <select name="directionNav" id="_ir_directionNav" style="width:70px"> |
---|
59 | <option value="true" [(#CONFIG{nivoslider/directionNav}|=={#VAL{'true'}}|?{selected="selected",''})]><:nivoslider:oui:></option> |
---|
60 | <option value="false" [(#CONFIG{nivoslider/directionNav}|=={#VAL{'false'}}|?{selected="selected",''})]><:nivoslider:non:></option> |
---|
61 | </select> |
---|
62 | </p> |
---|
63 | <p> |
---|
64 | <label for="_ir_directionNavHide" title="directionNavHide"><:nivoslider:directionnavhide:> :</label> |
---|
65 | <select name="directionNavHide" id="_ir_directionNavHide" style="width:70px"> |
---|
66 | <option value="true" [(#CONFIG{nivoslider/directionNavHide}|=={#VAL{'true'}}|?{selected="selected",''})]><:nivoslider:oui:></option> |
---|
67 | <option value="false" [(#CONFIG{nivoslider/directionNavHide}|=={#VAL{'false'}}|?{selected="selected",''})]><:nivoslider:non:></option> |
---|
68 | </select> |
---|
69 | </p> |
---|
70 | <p> |
---|
71 | <label for="_ir_controlNav" title="controlNav"><:nivoslider:controlnav:> :</label> |
---|
72 | <select name="controlNav" id="_ir_controlNav" style="width:70px"> |
---|
73 | <option value="true" [(#CONFIG{nivoslider/controlNav}|=={#VAL{'true'}}|?{selected="selected",''})]><:nivoslider:oui:></option> |
---|
74 | <option value="false" [(#CONFIG{nivoslider/controlNav}|=={#VAL{'false'}}|?{selected="selected",''})]><:nivoslider:non:></option> |
---|
75 | </select> |
---|
76 | </p> |
---|
77 | <p> |
---|
78 | <label for="_ir_keyboardNav" title="keyboardNav"><:nivoslider:keyboardnav:> :</label> |
---|
79 | <select name="keyboardNav" id="_ir_keyboardNav" style="width:70px"> |
---|
80 | <option value="true" [(#CONFIG{nivoslider/keyboardNav}|=={#VAL{'true'}}|?{selected="selected",''})]><:nivoslider:oui:></option> |
---|
81 | <option value="false" [(#CONFIG{nivoslider/keyboardNav}|=={#VAL{'false'}}|?{selected="selected",''})]><:nivoslider:non:></option> |
---|
82 | </select> |
---|
83 | </p> |
---|
84 | <p> |
---|
85 | <label for="_ir_pauseOnHover" title="pauseOnHover"><:nivoslider:pauseonhover:> :</label> |
---|
86 | <select name="pauseOnHover" id="_ir_pauseOnHover" style="width:70px"> |
---|
87 | <option value="true" [(#CONFIG{nivoslider/pauseOnHover}|=={#VAL{'true'}}|?{selected="selected",''})]><:nivoslider:oui:></option> |
---|
88 | <option value="false" [(#CONFIG{nivoslider/pauseOnHover}|=={#VAL{'false'}}|?{selected="selected",''})]><:nivoslider:non:></option> |
---|
89 | </select> |
---|
90 | </p> |
---|
91 | <p> |
---|
92 | <label for="_ir_captionOpacity"><:nivoslider:caption_opacity:></label> |
---|
93 | <input type="text" name="captionOpacity" class="type_txt" id="_ir_captionOpacity" size="5" |
---|
94 | value="#ENV{captionOpacity,0.8}" /> |
---|
95 | </p> |
---|
96 | |
---|
97 | </div> |
---|
98 | |
---|
99 | <div class="boutons"> |
---|
100 | <input type="submit" name="_cfg_ok" value="<:bouton_enregistrer:>" class="fondo" /> |
---|
101 | <input type="submit" name="_cfg_delete" value="<:nivoslider:bouton_effacer:>" class="fondo" /> |
---|
102 | </div> |
---|
103 | |
---|
104 | </div></form> |
---|
105 | |
---|
106 | </div> |
---|