3 {* we are in editor mode *}
4 <form method="post" action="{$post}">
5 <input type="hidden" name="action" value="modifier" />
6 <input type="hidden" name="MID" value="{$MID}" />
7 <input type="hidden" name="MIDpere" value="{$MIDpere}" />
11 <th colspan="3">{$msg_prop}</th>
16 <input type="text" name="title" value="{$title|escape}" size="30" maxlength="255" />
22 <input type="radio" name="typelink" value="boutonZ" {$chk_z}>
28 <input type="radio" name="typelink" value="boutonPI" {$chk_pi}>
32 <select name="PIvaleur">
33 {html_options options=$page_opts selected=$page_sel}
40 <input type="radio" name="typelink" value="boutonSE" {$chk_se}>
44 <input type="text" name="SEvaleur" value="{$SEvaleur}" size='30' maxlength='65535'>
49 <input type="submit" value="{$submit}">
58 {* we are viewing the list *}
62 <p><b>{$msg_menubar}</b> : {toolbar lnk=$menubar}</p>
69 <th colspan="2">{$msg_actions}</th>
71 {counter start=0 assign=cnt print=0}
72 {foreach from=$entries item=entry}
73 <tr{if $cnt % 2} class="odd"{/if}>
74 <td><u>{$entry[0]}</u></td>
75 <td>{a lnk=$entry[1]}</td>
78 {a lnk=$entry[3] class='action'}
79 {a lnk=$entry[4] class='action'}
82 {a lnk=$entry[5] class='action'}
83 {a lnk=$entry[6] class='action'}
92 <form method="get" action="{$script}" name="formulaire">
93 <input type="hidden" name="action" value="editer" />
94 <input type="hidden" name="MIDpere" value="{$MIDpere}" />
95 <input type="submit" value="{$submit}">