[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 {include file=admin/form_header.tpl} 2 {assign var=str_to value='generique_to'|translate} 3 <div class="centrer"> 4 <form {$form_data.attributes}> 5 <!-- Output hidden fields --> 6 {$form_data.hidden} 7 <!-- Display the fields --> 8 <table> 9 {foreach from=$list_elements key=title item=data} 10 11 {foreach from=$data item=fieldname} 12 {cycle name=a values="<tr><td>,"} 13 {$form_data.$fieldname.html} 14 {cycle name=b values=" $str_to ,</td></tr>"} 15 {/foreach} 16 {/foreach} 17 </table> 18 <div class="boutonsAction"> 19 {$form_data.submit.html} 20 {$form_data.back.html} 21 </div> 22 </form> 23 </div>
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 |
![]() |