Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>Title</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} |
---|
Note: See
TracBrowser
for help on using the repository browser.