1 | <!-- titre=<:sarkaspip:cfg_titre_article:> --> |
---|
2 | <!-- descriptif=<:sarkaspip:cfg_descr_article:> --> |
---|
3 | <!-- boite=<:sarkaspip:cfg_boite_article:> --> |
---|
4 | <INCLURE{fond=noisettes/cfg/inc_cfg_header}> |
---|
5 | #CACHE{0} |
---|
6 | |
---|
7 | <form method="post" action="#SELF"><div> |
---|
8 | [(#ENV{_cfg_}|form_hidden)] |
---|
9 | <fieldset> |
---|
10 | <legend><:sarkaspip:cfg_lgd_description:></legend> |
---|
11 | <INCLURE{fond=noisettes/cfg/inc_cfg_logo} |
---|
12 | {explication=<:sarkaspip:cfg_inf_article_sans_logo:>} |
---|
13 | {env}> |
---|
14 | <INCLURE{fond=noisettes/cfg/inc_cfg_cartouche} |
---|
15 | {explication_popularite=<:sarkaspip:cfg_inf_article_popularite:>} |
---|
16 | {explication_notation=<:sarkaspip:cfg_inf_article_notation:>} |
---|
17 | {explication_socialtags=<:sarkaspip:cfg_inf_article_socialtags:>} |
---|
18 | {env}> |
---|
19 | </fieldset> |
---|
20 | |
---|
21 | <fieldset> |
---|
22 | <legend><:sarkaspip:cfg_lgd_documents_joints:></legend> |
---|
23 | <INCLURE{fond=noisettes/cfg/inc_cfg_descriptif_document}{env}> |
---|
24 | </fieldset> |
---|
25 | |
---|
26 | <fieldset> |
---|
27 | <legend><:sarkaspip:cfg_lgd_images_jointes:></legend> |
---|
28 | <INCLURE{fond=noisettes/cfg/inc_cfg_effet_image} |
---|
29 | {explication=<:sarkaspip:cfg_inf_effet_image:>} |
---|
30 | {choix=portfolio} |
---|
31 | {env}> |
---|
32 | </fieldset> |
---|
33 | |
---|
34 | <fieldset> |
---|
35 | <legend><:sarkaspip:cfg_lgd_commentaires:></legend> |
---|
36 | <p><:sarkaspip:cfg_inf_article_commentaires:></p> |
---|
37 | <INCLURE{fond=noisettes/cfg/inc_cfg_pagination} |
---|
38 | {defaut_pas=20} |
---|
39 | {defaut_position=2} |
---|
40 | {suffixe=_commentaires} |
---|
41 | {env}> |
---|
42 | </fieldset> |
---|
43 | |
---|
44 | <fieldset> |
---|
45 | <legend><:sarkaspip:cfg_lgd_petition:></legend> |
---|
46 | <p><:sarkaspip:cfg_inf_petition:></p> |
---|
47 | <INCLURE{fond=noisettes/cfg/inc_cfg_pagination}{defaut_pas=20}{defaut_position=2}{suffixe=_signatures}{env}> |
---|
48 | </fieldset> |
---|
49 | |
---|
50 | <INCLURE{fond=noisettes/cfg/inc_cfg_boutons}> |
---|
51 | </div></form> |
---|
52 | |
---|
53 | [(#EVAL{_SARKASPIP_DEBUG_CFG_ARBO}|=={oui}|?{' '}) |
---|
54 | <div id="bloc_debug"> |
---|
55 | <br /> |
---|
56 | >> Debug - Etat des variables du fond Article:<br /> |
---|
57 | #CFG_ARBO{sarkaspip_article} |
---|
58 | </div> |
---|
59 | ] |
---|