1 | #CACHE{0} |
---|
2 | <form method="post" action="#SELF">[(#ENV{_cfg_}|form_hidden)] |
---|
3 | [(#REM) descriptif= |
---|
4 | <h4>Incrustation d’une bannière flash</h4> |
---|
5 | Ici vous pouvez configurer les différents types d’affichage.<br /> |
---|
6 | <br /> |
---|
7 | La documentation est disponible sur <a href="http://www.spip-contrib.net">Spip-Contrib</a> |
---|
8 | <br /> |
---|
9 | <br /> |
---|
10 | ] |
---|
11 | [(#REM) titre=Animation Flash] |
---|
12 | <fieldset> |
---|
13 | <legend>Choix de l’article qui contient les documents joints au format jpg à insérer dans la bannière flash</legend> |
---|
14 | <select name="idart"> |
---|
15 | <option value="">Choisissez un article</option> |
---|
16 | <BOUCLE_articles(ARTICLES){par titre}> |
---|
17 | <option [(#CONFIG{jpg_rotator/idart}|=={#ID_ARTICLE}|?{selected="selected",''})] value="#ID_ARTICLE" >#ID_ARTICLE . #TITRE</option> |
---|
18 | </BOUCLE_articles> |
---|
19 | </select> |
---|
20 | </fieldset> |
---|
21 | <fieldset> |
---|
22 | <legend>Configuration de la bannière flash</legend> |
---|
23 | <label><strong>Rotatetime</strong> |
---|
24 | <select name="rotate"> |
---|
25 | <option [(#CONFIG{jpg_rotator/rotate}|=={2}|?{selected="selected",''})] value="2">2</option> |
---|
26 | <option [(#CONFIG{jpg_rotator/rotate}|=={3}|?{selected="selected",''})] value="3">3</option> |
---|
27 | <option [(#CONFIG{jpg_rotator/rotate}|=={4}|?{selected="selected",''})] value="4">4</option> |
---|
28 | <option [(#CONFIG{jpg_rotator/rotate}|=={5}|?{selected="selected",''})] value="5">5</option> |
---|
29 | <option [(#CONFIG{jpg_rotator/rotate}|=={6}|?{selected="selected",''})] value="6">6</option> |
---|
30 | <option [(#CONFIG{jpg_rotator/rotate}|=={7}|?{selected="selected",''})] value="7">7</option> |
---|
31 | <option [(#CONFIG{jpg_rotator/rotate}|=={8}|?{selected="selected",''})] value="8">8</option> |
---|
32 | <option [(#CONFIG{jpg_rotator/rotate}|=={9}|?{selected="selected",''})] value="9">9</option> |
---|
33 | <option [(#CONFIG{jpg_rotator/rotate}|=={10}|?{selected="selected",''})] value="10">10</option> |
---|
34 | </select> |
---|
35 | Durée d’affichage d’une image</label> |
---|
36 | <br/> |
---|
37 | <label><strong>Transition</strong> |
---|
38 | <select name="transition"> |
---|
39 | <option [(#CONFIG{jpg_rotator/transition}|=={fade}|?{selected="selected",''})]value="fade">Fade</option> |
---|
40 | <option [(#CONFIG{jpg_rotator/transition}|=={bgfade}|?{selected="selected",''})]value="bgfade">BgFade</option> |
---|
41 | <option [(#CONFIG{jpg_rotator/transition}|=={fluids}|?{selected="selected",''})] value="fluids">Fluids</option> |
---|
42 | <option [(#CONFIG{jpg_rotator/transition}|=={blocks}|?{selected="selected",''})] value="blocks">Blocks</option> |
---|
43 | <option [(#CONFIG{jpg_rotator/transition}|=={circles}|?{selected="selected",''})]value="circles">Circles</option> |
---|
44 | </select> Effets de transition |
---|
45 | </label><br /> |
---|
46 | <label><strong>Randomplay</strong></label> |
---|
47 | <input type="checkbox" name="random" [checked="(#ENV{random})"] /> Lecture aléatoire |
---|
48 | <br/> |
---|
49 | |
---|
50 | <label> <strong>Show Navigation</strong></label> |
---|
51 | <input type="checkbox" name="navigation" [checked="(#ENV{navigation})"] /> Affichage des boutons de navigation (pour un diaporama p.e.) |
---|
52 | </fieldset> |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | <fieldset> |
---|
57 | <legend>Configuration avancée</legend> |
---|
58 | <label><strong>wmode</strong> |
---|
59 | <select name="wmode"> |
---|
60 | <option [(#CONFIG{jpg_rotator/wmode}|=={window}|?{selected="selected",''})] value="window">window</option> |
---|
61 | <option [(#CONFIG{jpg_rotator/wmode}|=={transparent}|?{selected="selected",''})] value="transparent">transparent</option> |
---|
62 | <option [(#CONFIG{jpg_rotator/wmode}|=={opaque}|?{selected="selected",''})] value="opaque">opaque</option> |
---|
63 | </select> Option flash de disposition de l’animation à l’avant ou l’arrière plan |
---|
64 | </label> |
---|
65 | </fieldset> |
---|
66 | |
---|
67 | <input type="submit" name="_cfg_ok" value="<:OK:>" /> |
---|
68 | |
---|
69 | |
---|
70 | <input type="reset" value="<:Reset:>" /> |
---|
71 | <input type="submit" name="_cfg_delete" value="<:Supprimer:>" /> |
---|
72 | |
---|
73 | </form> |
---|