Last change
on this file since 60934 was
60934,
checked in by piero.wbmstr@…, 9 years ago
|
Version actuelle (SPIP2)
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Line | |
---|
1 | <!-- titre=<:spip_400:spip_400:>--> |
---|
2 | <!-- icone=stop_16.png--> |
---|
3 | <!-- descriptif= |
---|
4 | <h4><:spip_400:cfg_descr_titre:></h4> |
---|
5 | <p><:spip_400:cfg_descr|propre:></p> |
---|
6 | <br /> |
---|
7 | --> |
---|
8 | <!-- boite=<:spip_400:cfg_label_titre:>--> |
---|
9 | #CACHE{0} |
---|
10 | |
---|
11 | <form method="post" action="#SELF" id="top_400_form"><div> |
---|
12 | <div>[(#ENV{_cfg_}|form_hidden)]</div> |
---|
13 | |
---|
14 | <div style="padding:0.2em; padding-right: 1.2em"> |
---|
15 | <span class="comment"><:spip_400:cfg_comment_email|propre:></span> |
---|
16 | <p class="forml"> |
---|
17 | <label for="liste_rub"><strong><:spip_400:cfg_label_sender_email:> :</strong></label> |
---|
18 | <input type="text" name="sender_400" id="sender_400" value="[(#EVAL{_request('sender_400_b')}|sinon{#ENV{sender_400,#EMAIL_WEBMASTER}})]" size="50" /> |
---|
19 | <small><a href="[(#SELF|parametre_url{sender_400_b,#EMAIL_WEBMASTER})]" title="<:spip_400:email_webmestre_ttl:>"><:spip_400:email_webmestre:></a></small> |
---|
20 | </p> |
---|
21 | <p class="forml"> |
---|
22 | <label for="liste_rub"><strong><:spip_400:cfg_label_receipt_email:> :</strong></label> |
---|
23 | <input type="text" name="receipt_400" id="receipt_400" value="[(#EVAL{_request('receipt_400_b')}|sinon{#ENV{receipt_400,#EMAIL_WEBMASTER}})]" size="50" /> |
---|
24 | <small><a href="[(#SELF|parametre_url{receipt_400_b,#EMAIL_WEBMASTER})]" title="<:spip_400:email_webmestre_ttl:>"><:spip_400:email_webmestre:></a></small> |
---|
25 | </p> |
---|
26 | </div> |
---|
27 | |
---|
28 | <p class="boutons"> |
---|
29 | <input type="submit" name="_cfg_ok" value="<:bouton_enregistrer:>" class="fondo" /> |
---|
30 | </p> |
---|
31 | </div></form> |
---|
Note: See
TracBrowser
for help on using the repository browser.