1 | <!-- titre=<:sarkaspip:cfg_titre_album:> --> |
---|
2 | <!-- descriptif=<:sarkaspip:cfg_descr_album:> --> |
---|
3 | <!-- boite=<:sarkaspip:cfg_boite_album:> --> |
---|
4 | <INCLURE{fond=noisettes/cfg/inc_cfg_header}> |
---|
5 | #CACHE{0} |
---|
6 | |
---|
7 | <script type="text/javascript"> |
---|
8 | //<![CDATA[ |
---|
9 | jQuery(document).ready(function() { |
---|
10 | [(#ENV{modele_carrousel, 1}|=={1}|?{jQuery("#bloc_modele_3").hide();})] |
---|
11 | [(#ENV{modele_carrousel, 1}|!={1}|?{jQuery("#bloc_modele_2").hide();})] |
---|
12 | [(#ENV{position_carrousel, 1}|=={0}|?{jQuery("#bloc_modele_1").hide();})] |
---|
13 | [(#ENV{afficher_zoom, oui}|=={oui}|?{jQuery("#effet_fancybox_diapo").hide();jQuery("#effet_nyroceros_diapo").hide();})] |
---|
14 | |
---|
15 | jQuery("input[name='position_carrousel']").change(function() { |
---|
16 | if (jQuery("input[name='position_carrousel']:checked").val() == 0) { |
---|
17 | jQuery("#bloc_modele_1").hide(); |
---|
18 | } |
---|
19 | else { |
---|
20 | jQuery("#bloc_modele_1").show(); |
---|
21 | } |
---|
22 | jQuery(this).blur(); |
---|
23 | }); |
---|
24 | |
---|
25 | jQuery("input[name='modele_carrousel']").change(function() { |
---|
26 | if (jQuery("input[name='modele_carrousel']:checked").val() == 1) { |
---|
27 | jQuery("#bloc_modele_3").hide(); |
---|
28 | jQuery("#bloc_modele_2").show(); |
---|
29 | } |
---|
30 | else { |
---|
31 | jQuery("#bloc_modele_2").hide(); |
---|
32 | jQuery("#bloc_modele_3").show(); |
---|
33 | } |
---|
34 | jQuery(this).blur(); |
---|
35 | }); |
---|
36 | |
---|
37 | jQuery("input[name='afficher_zoom']").change(function() { |
---|
38 | if (jQuery("input[name='afficher_zoom']:checked").val() == "oui") { |
---|
39 | jQuery("#effet_fancybox_diapo").hide(); |
---|
40 | jQuery("#effet_nyroceros_diapo").hide(); |
---|
41 | } |
---|
42 | else { |
---|
43 | jQuery("#effet_fancybox_diapo").show(); |
---|
44 | jQuery("#effet_nyroceros_diapo").show(); |
---|
45 | } |
---|
46 | jQuery(this).blur(); |
---|
47 | }); |
---|
48 | }); |
---|
49 | //]]> |
---|
50 | </script> |
---|
51 | |
---|
52 | <form method="post" action="#SELF"><div> |
---|
53 | [(#ENV{_cfg_}|form_hidden)] |
---|
54 | <fieldset> |
---|
55 | <legend><:sarkaspip:cfg_lgd_description:></legend> |
---|
56 | <INCLURE{fond=noisettes/cfg/inc_cfg_logo} |
---|
57 | {explication=<:sarkaspip:cfg_inf_album_sans_logo:>} |
---|
58 | {env}> |
---|
59 | <INCLURE{fond=noisettes/cfg/inc_cfg_cartouche} |
---|
60 | {explication_popularite=<:sarkaspip:cfg_inf_album_popularite:>} |
---|
61 | {explication_notation=<:sarkaspip:cfg_inf_album_notation:>} |
---|
62 | {explication_socialtags=<:sarkaspip:cfg_inf_album_socialtags:>} |
---|
63 | {env}> |
---|
64 | </fieldset> |
---|
65 | |
---|
66 | <fieldset> |
---|
67 | <legend><:sarkaspip:cfg_lgd_documents_joints:></legend> |
---|
68 | <INCLURE{fond=noisettes/cfg/inc_cfg_descriptif_document}{env}> |
---|
69 | </fieldset> |
---|
70 | |
---|
71 | <fieldset> |
---|
72 | <legend><:sarkaspip:cfg_lgd_album_carrousel:></legend> |
---|
73 | <p><:sarkaspip:cfg_inf_album_carrousel_position:></p> |
---|
74 | <label> |
---|
75 | <input type="radio" name="position_carrousel" value="0" [(#ENV{position_carrousel, 1}|=={0}|?{checked="checked"})] /> |
---|
76 | <:sarkaspip:cfg_lbl_carrousel_position_0:> |
---|
77 | </label> |
---|
78 | <br /> |
---|
79 | <label> |
---|
80 | <input type="radio" name="position_carrousel" value="1" [(#ENV{position_carrousel, 1}|=={1}|?{checked="checked"})] /> |
---|
81 | <:sarkaspip:cfg_lbl_carrousel_position_1:> |
---|
82 | </label> |
---|
83 | <br /> |
---|
84 | <label> |
---|
85 | <input type="radio" name="position_carrousel" value="2" [(#ENV{position_carrousel, 1}|=={2}|?{checked="checked"})] /> |
---|
86 | <:sarkaspip:cfg_lbl_carrousel_position_2:> |
---|
87 | </label> |
---|
88 | <br /> |
---|
89 | <div id="bloc_modele_1"> |
---|
90 | <p><:sarkaspip:cfg_inf_album_carrousel_modele:></p> |
---|
91 | <label> |
---|
92 | <input type="radio" name="modele_carrousel" value="1" [(#ENV{modele_carrousel, 1}|=={1}|?{checked="checked"})] /> |
---|
93 | <:sarkaspip:cfg_lbl_carrousel_modele_1:> |
---|
94 | </label> |
---|
95 | <br /> |
---|
96 | <label> |
---|
97 | <input type="radio" name="modele_carrousel" value="2" [(#ENV{modele_carrousel, 1}|=={2}|?{checked="checked"})] /> |
---|
98 | <:sarkaspip:cfg_lbl_carrousel_modele_2:> |
---|
99 | </label> |
---|
100 | <br /> |
---|
101 | <label> |
---|
102 | <input type="radio" name="modele_carrousel" value="3" [(#ENV{modele_carrousel, 1}|=={3}|?{checked="checked"})] /> |
---|
103 | <:sarkaspip:cfg_lbl_carrousel_modele_3:> |
---|
104 | </label> |
---|
105 | <div id="bloc_modele_2"> |
---|
106 | <br /> |
---|
107 | <label><:sarkaspip:cfg_lbl_carrousel_taille:></label> |
---|
108 | <input type="text" name="taille_carrousel" value="#ENV{taille_carrousel, 10}" size="2" class="fondl" /> |
---|
109 | </div> |
---|
110 | <div id="bloc_modele_3"> |
---|
111 | <INCLURE{fond=noisettes/cfg/inc_cfg_pagination} |
---|
112 | {suffixe=_carrousel} |
---|
113 | {defaut_pas=20} |
---|
114 | {choix=sans_position} |
---|
115 | {env}> |
---|
116 | <p><:sarkaspip:cfg_inf_album_carrousel_hover:></p> |
---|
117 | <label> |
---|
118 | <input type="radio" name="survol_carrousel" value="oui" [(#ENV{survol_carrousel, non}|=={oui}|?{checked="checked"})] /> |
---|
119 | <:sarkaspip:cfg_lbl_oui:> |
---|
120 | </label> |
---|
121 | <label> |
---|
122 | <input type="radio" name="survol_carrousel" value="non" [(#ENV{survol_carrousel, non}|=={non}|?{checked="checked"})] /> |
---|
123 | <:sarkaspip:cfg_lbl_non:> |
---|
124 | </label> |
---|
125 | </div> |
---|
126 | </div> |
---|
127 | </fieldset> |
---|
128 | |
---|
129 | <fieldset> |
---|
130 | <legend><:sarkaspip:cfg_lgd_album_zoom:></legend> |
---|
131 | <p><:sarkaspip:cfg_inf_album_zoom:></p> |
---|
132 | <label> |
---|
133 | <input type="radio" name="afficher_zoom" value="oui" [(#ENV{afficher_zoom, oui}|=={oui}|?{checked="checked"})] /> |
---|
134 | <:sarkaspip:cfg_lbl_oui:> |
---|
135 | </label> |
---|
136 | <label> |
---|
137 | <input type="radio" name="afficher_zoom" value="non" [(#ENV{afficher_zoom, oui}|=={non}|?{checked="checked"})] /> |
---|
138 | <:sarkaspip:cfg_lbl_non:> |
---|
139 | </label> |
---|
140 | <INCLURE{fond=noisettes/cfg/inc_cfg_effet_image} |
---|
141 | {explication=<:sarkaspip:cfg_inf_album_zoom_effet:>} |
---|
142 | {choix=album} |
---|
143 | {env}> |
---|
144 | </fieldset> |
---|
145 | |
---|
146 | <fieldset> |
---|
147 | <legend><:sarkaspip:cfg_lgd_album_exif:></legend> |
---|
148 | [(#PLUGIN{PHOTO_INFOS}|oui) |
---|
149 | <p><:sarkaspip:cfg_inf_album_zoom_exif:></p> |
---|
150 | <label> |
---|
151 | <input type="radio" name="afficher_exif" value="oui" [(#ENV{afficher_exif, non}|=={oui}|?{checked="checked"})] /> |
---|
152 | <:sarkaspip:cfg_lbl_oui:> |
---|
153 | </label> |
---|
154 | <label> |
---|
155 | <input type="radio" name="afficher_exif" value="non" [(#ENV{afficher_exif, non}|=={non}|?{checked="checked"})] /> |
---|
156 | <:sarkaspip:cfg_lbl_non:> |
---|
157 | </label> |
---|
158 | ] |
---|
159 | [(#PLUGIN{PHOTO_INFOS}|non) |
---|
160 | #SET{plugin, Metadonnées photo} |
---|
161 | <p class="avertissement"><:sarkaspip:cfg_inf_plugin_inactif{lbl_plugin=#GET{plugin}}:></p> |
---|
162 | ] |
---|
163 | </fieldset> |
---|
164 | |
---|
165 | <fieldset> |
---|
166 | <legend><:sarkaspip:cfg_lgd_commentaires:></legend> |
---|
167 | <p><:sarkaspip:cfg_inf_album_commentaires:></p> |
---|
168 | <INCLURE{fond=noisettes/cfg/inc_cfg_pagination} |
---|
169 | {defaut_pas=20} |
---|
170 | {defaut_position=2} |
---|
171 | {suffixe=_commentaires} |
---|
172 | {env}> |
---|
173 | </fieldset> |
---|
174 | |
---|
175 | <INCLURE{fond=noisettes/cfg/inc_cfg_boutons}> |
---|
176 | </div></form> |
---|
177 | |
---|
178 | [(#EVAL{_SARKASPIP_DEBUG_CFG_ARBO}|=={oui}|?{' '}) |
---|
179 | <div id="bloc_debug"> |
---|
180 | <br /> |
---|
181 | >> Debug - Etat des variables du fond Album:<br /> |
---|
182 | #CFG_ARBO{sarkaspip_album} |
---|
183 | </div> |
---|
184 | ] |
---|