Changeset 82660 in spip-zone
- Timestamp:
- May 21, 2014, 2:06:10 PM (7 years ago)
- Location:
- _plugins_/sjcycle/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/sjcycle/trunk/formulaires/configurer_sjcycle.html
r82659 r82660 92 92 </li> 93 93 94 #SET{name,allowwrap} 95 <li class="editer editer_[(#GET{name})]"> 96 <label>[(#GET{cc}|concat{':label_',#GET{name}}|_T)]</label> 97 #SET{val,false} 98 <div class="choix"> 99 <input type="checkbox" name="#GET{name}" class="checkbox" id="#GET{name}_#GET{val}" value="#GET{val}"[(#GET{val}|=={#ENV{#GET{name}}}|oui)checked="checked"] /> 100 <label for="#GET{name}_#GET{val}">[(#GET{cc}|concat{':label_',#GET{name},'_',#GET{val}}|_T)]</label> 101 <p class="explication">[(#GET{cc}|concat{':explication_',#GET{name}}|_T)]</p> 102 </div> 103 </li> 104 94 105 #SET{name,random} 95 106 <li class="editer editer_[(#GET{name})]"> -
_plugins_/sjcycle/trunk/lang/sjcycle_fr.php
r82659 r82660 36 36 'explication_pauseonhover' => '<sjcycleXX<strong>|pauseonhover=true</strong>> ou <sjcycleXX<strong>|pauseonhover=false</strong>>', 37 37 'explication_pauseonhovercontent' => 'Laisser vide pour ne rien afficher.<br /> <sjcycleXX<strong>|pauseonhovercontent=pause</strong>>', 38 'explication_allowwrap' => 'À la fin du diaporama, ne pas revenir au début.<br /><sjcycleXX<strong>|allowwrap=true</strong>> ou <sjcycleXX<strong>|allowwrap=false</strong>>', 38 39 'explication_random' => '<sjcycleXX<strong>|random=true</strong>> ou <sjcycleXX<strong>|random=false</strong>>', 39 40 'explication_paused' => '<sjcycleXX<strong>|paused=true</strong>> ou <sjcycleXX<strong>|paused=false</strong>>', … … 57 58 'label_pauseonhover_true' => 'oui', 58 59 'label_pauseonhovercontent' => 'Message lors de la pause au survol', 60 'label_allowwrap' => 'En boucle', 61 'label_allowwrap_false' => 'non', 59 62 'label_random' => 'Ordre aléatoire', 60 63 'label_random_true' => 'oui', -
_plugins_/sjcycle/trunk/modeles/sjcycle.html
r82659 r82660 11 11 [(#SET{prev, [(#ENV{prev, #CONFIG{sjcycle/prev}})]})] 12 12 [(#SET{next, [(#ENV{next, #CONFIG{sjcycle/next}})]})] 13 [(#SET{allowwrap, [(#ENV{allowwrap, #CONFIG{sjcycle/allowwrap}})]})] 13 14 [(#SET{paused, [(#ENV{paused, #CONFIG{sjcycle/paused}})]})] 14 15 [(#SET{pager, [(#ENV{pager, #CONFIG{sjcycle/pager}})]})] … … 57 58 data-cycle-delay="(#GET{delay})"][ 58 59 data-cycle-pause-on-hover="(#GET{pauseonhover})"][ 60 data-cycle-allow-wrap="(#GET{allowwrap})"][ 59 61 data-cycle-random="(#GET{random})"][ 60 62 data-cycle-paused="(#GET{paused})"][
Note: See TracChangeset
for help on using the changeset viewer.