1 | <div class="titrePage"> |
---|
2 | <h2>{'Page title'|@translate}</h2> |
---|
3 | </div> |
---|
4 | {if isset ($gestionA)} |
---|
5 | <h3>{'title_pre'|@translate}</h3> |
---|
6 | <div> |
---|
7 | <form method="post" > |
---|
8 | <fieldset> |
---|
9 | <legend>{'title_select'|@translate}</legend> |
---|
10 | {'title_list'|@translate} |
---|
11 | {html_options name="titlelist" values=$titlepagelist output=$titlepagelistT selected=$title_edit.VALUE} |
---|
12 | <br> |
---|
13 | <br> |
---|
14 | <div style="text-align:center;"> |
---|
15 | <input class="submit" name="subtitlespecialET" type="submit" value="{'title_choix'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
16 | </div> |
---|
17 | </fieldset> |
---|
18 | </form> |
---|
19 | </div> |
---|
20 | {if isset ($title_edit)} |
---|
21 | <div> |
---|
22 | <form method="post" > |
---|
23 | <fieldset> |
---|
24 | <legend>{'title_page'|@translate}</legend> |
---|
25 | <input type="hidden" name="invisible" value="{$title_edit.VALUE}"> |
---|
26 | <input type="text" name="inser" value="{$title_edit.CONTENT}" size="100" maxlenght="100"> |
---|
27 | <br> |
---|
28 | <br> |
---|
29 | <div style="text-align:center;"> |
---|
30 | <input class="submit" name="subtitlespecial" type="submit" value="{'title_insbase'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
31 | </div> |
---|
32 | </fieldset> |
---|
33 | </form> |
---|
34 | </div> |
---|
35 | {/if} |
---|
36 | {/if} |
---|
37 | |
---|
38 | {if isset ($gestB)} |
---|
39 | <form method="post" > |
---|
40 | <fieldset id="mainConf"> |
---|
41 | <span class="property"> |
---|
42 | <label for="contacttitle">{'Contact Title'|@translate}</label><br><br> |
---|
43 | </span> |
---|
44 | <textarea rows="5" cols="50" class="description" name="contacttitle" id="contacttitle">{$gestB.CTBASE}</textarea> |
---|
45 | <p> |
---|
46 | <input class="submit" type="submit" name="submitct" value="{'Submit'|@translate}"> |
---|
47 | <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}"> |
---|
48 | </p> |
---|
49 | </form> |
---|
50 | {/if} |
---|
51 | |
---|
52 | {if isset ($gestionC)} |
---|
53 | <div> |
---|
54 | <form method="post" > |
---|
55 | <fieldset> |
---|
56 | <legend>{'Choose Additional Pages'|@translate}</legend> |
---|
57 | {html_options name="APchoix" options=$gestionC.OPTIONS selected=$gestionC.SELECTED} |
---|
58 | <br> |
---|
59 | <br> |
---|
60 | <div style="text-align:center;"> |
---|
61 | <input class="submit" name="submitchoixAP" type="submit" value="{'sumit'|@translate}" /> |
---|
62 | </div> |
---|
63 | </fieldset> |
---|
64 | </form> |
---|
65 | </div> |
---|
66 | {if isset ($ap_edit)} |
---|
67 | <div> |
---|
68 | <form method="post" > |
---|
69 | <fieldset> |
---|
70 | <legend>{'Add title for pages'|@translate} {$ap_edit.VALUE}</legend> |
---|
71 | <input type="hidden" name="invisible" value="{$ap_edit.VALUE}"> |
---|
72 | id : {$ap_edit.VALUE} -> {$ap_edit.VALUEN}<br> |
---|
73 | <textarea rows="5" cols="50" class="description" name="insertitle" id="contacttitle">{$ap_edit.CONTENT}</textarea> |
---|
74 | <br> |
---|
75 | <br> |
---|
76 | <div style="text-align:center;"> |
---|
77 | <input class="submit" name="submitinsapt" type="submit" value="{'sumit'|@translate}"/> |
---|
78 | </div> |
---|
79 | </fieldset> |
---|
80 | </form> |
---|
81 | </div> |
---|
82 | {/if} |
---|
83 | {/if} |
---|