[69] | 1 | [(#REM) descriptif= |
---|
| 2 | <h4> |
---|
| 3 | Ici vous pouvez configurer le plugin Crayons. |
---|
| 4 | </h4> |
---|
| 5 | <a href="http://www.spip-contrib.net/Les-Crayons" class="spip_out">Documentation sur contrib</a> |
---|
| 6 | ] |
---|
| 7 | |
---|
| 8 | [(#REM) titre=Les Crayons] |
---|
| 9 | [(#REM) icone=images/crayon20.png] |
---|
| 10 | |
---|
| 11 | #CACHE{0} |
---|
| 12 | |
---|
| 13 | <form method="post" action="#SELF">[<div>(#ENV{_cfg_}|form_hidden)</div>] |
---|
| 14 | |
---|
| 15 | <fieldset><legend>Barre typographique</legend> |
---|
| 16 | <p> |
---|
| 17 | <label><input type="checkbox" name="barretypo"[ checked="(#ENV{barretypo})"] class="fondl" /> |
---|
| 18 | Activer la barre typo dans les crayons.</label> |
---|
| 19 | </p> |
---|
| 20 | </fieldset> |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | <fieldset><legend><:crayons:messages:></legend> |
---|
| 24 | <p> |
---|
| 25 | <label><input type="checkbox" name="msgNoChange" [checked="(#ENV{msgNoChange})"] class="fondl" /> |
---|
| 26 | Si pas de changement</label> |
---|
| 27 | <br /> |
---|
| 28 | <label><input type="checkbox" name="msgAbandon" [checked="(#ENV{msgAbandon})"] class="fondl" /> |
---|
| 29 | Sur abandon</label> |
---|
| 30 | </p> |
---|
| 31 | </fieldset> |
---|
| 32 | |
---|
| 33 | <fieldset><legend><:crayons:effets:></legend> |
---|
| 34 | <p> |
---|
| 35 | <label><input type="checkbox" name="filet" [checked="(#ENV{filet})"] class="fondl" /> Filet</label> |
---|
| 36 | <br /> |
---|
| 37 | <label><input type="checkbox" name="yellow_fade" [checked="(#ENV{yellow_fade})"] class="fondl" /> |
---|
| 38 | Fade</label> |
---|
| 39 | |
---|
| 40 | <br /> |
---|
| 41 | <label> |
---|
| 42 | <input type="checkbox" name="clickhide" [checked="(#ENV{clickhide}|?{checked})"] class="fondl" /> |
---|
| 43 | Un clic en-dehors masque les crayons |
---|
| 44 | </label> |
---|
| 45 | </p> |
---|
| 46 | </fieldset> |
---|
| 47 | |
---|
| 48 | <fieldset><legend>Pour le crayon « logo »</legend> |
---|
| 49 | <label>Réduire le logo s'il dépasse la taille maximale de :</label> <label><input type="text" name="reduire_logo" value="[(#ENV{reduire_logo}|intval)]" size="3" class="fondl" /> pixels (0 = jamais).</label> |
---|
| 50 | </fieldset> |
---|
| 51 | |
---|
| 52 | <fieldset><legend>(Experimental) Editer l'espace privé</legend> |
---|
| 53 | <p> |
---|
| 54 | <label><input type="checkbox" name="espaceprive"[ checked="(#ENV{espaceprive})"] class="fondl" /> |
---|
| 55 | Activer crayons pour la partie privée.</label> |
---|
| 56 | <br/> |
---|
| 57 | <label>Pages autorisées à la modification (?exec=...) : </label> <label><input type="text" name="exec_autorise" value="[(#ENV{exec_autorise})]" size="10" class="fondl" /> (, pour séparer les exec).</label> |
---|
| 58 | </p> |
---|
| 59 | </fieldset> |
---|
| 60 | |
---|
| 61 | |
---|
| 62 | <div> |
---|
| 63 | <input type="submit" name="_cfg_ok" value="<:oK:>" class="fondo" /> |
---|
| 64 | <input type="reset" value="<:reset:>" class="fondo" /> |
---|
| 65 | <input type="submit" name="_cfg_delete" value="<:supprimer:>" class="fondo" /> |
---|
| 66 | </div> |
---|
| 67 | </form> |
---|
| 68 | |
---|