gamuform/inclure/creer_gamuform.html

36 lines
637 B
HTML

<style type="text/css" media="screen">
#INCLURE{css/icons.css}
.icone {
width: 30px;
}
</style>
objet = #ENV{objet}
<div class="creer_gamuform[ (#ENV{objet})]">
<table>
<thead>
<tr>
<th class="icone">
<a class="ajax nohistory nocache" href="[(#URL_ACTION_AUTEUR{creer_gamuform,#ENV{objet},#SELF})]">
#ICON{plus,icon-lg}
</a>
</th>
<th></th>
<th class="icone">
#ICON{move,icon-lg,Rechercher}
</th>
</tr>
</thead>
<tbody>
<BOUCLE_gamuform(GAMUFORMS){id_objet}{objet}{tout}>
</BOUCLE_gamuform>
</tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>