[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 {include file=admin/form_header.tpl} 2 <form {$form_data.attributes}> 3 <!-- Output hidden fields --> 4 {$form_data.hidden} 5 <!-- Display the fields --> 6 {foreach from=$list_elements key=title item=data} 7 <h3>{$title}</h3> 8 <div class="centrer"> 9 <table class="centrer"> 10 {foreach from=$data item=fieldname} 11 {* normal form *} 12 {if $form_data.$fieldname.label} 13 <tr> 14 <td>{$form_data.$fieldname.label}</td> 15 <td>{$form_data.$fieldname.html}</td> 16 </tr> 17 {* radio form *} 18 {else} 19 {foreach from=$form_data.$fieldname key=key item=radio} 20 <tr> 21 <td>{$radio.label}</td> 22 <td>{$radio.html}</td> 23 </tr> 24 {/foreach} 25 {/if} 26 {/foreach} 27 </table> 28 </div> 29 {/foreach} 30 <div class="boutonsAction"> 31 {$form_data.submit.html} 32 {if $mod=='admin' && $action !=='modCur'} 33 {$form_data.back.html} 34 {/if} 35 </div> 36 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |