source: trunk/spip/esqueleto-redcta/plugins/crayons/fonds/cfg_crayons.html @ 358

Last change on this file since 358 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 2.2 KB
Line 
1[(#REM) descriptif=
2<h4>
3Ici 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" />
18Activer 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" />
26Si pas de changement</label>
27<br />
28<label><input type="checkbox" name="msgAbandon" [checked="(#ENV{msgAbandon})"] class="fondl" />
29Sur 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" />
38Fade</label>
39
40<br />
41<label>
42<input type="checkbox" name="clickhide" [checked="(#ENV{clickhide}|?{checked})"] class="fondl" />
43Un clic en-dehors masque les crayons
44</label>
45</p>
46</fieldset>
47
48<fieldset><legend>Pour le crayon &#171;&nbsp;logo&nbsp;&#187;</legend>
49<label>R&#233;duire le logo s'il d&#233;passe la taille maximale de&nbsp;:</label>  <label><input type="text" name="reduire_logo" value="[(#ENV{reduire_logo}|intval)]" size="3" class="fondl" />&nbsp;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" />
55Activer 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" />&nbsp;(, 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
Note: See TracBrowser for help on using the repository browser.