From e56d4485d330e8970aec68f64f2afa6ab74be0db Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Wed, 22 Mar 2006 21:01:20 +0000 Subject: [PATCH] =?UTF-8?q?retour=20de=20la=20mise=20en=20page=20en=20deux?= =?UTF-8?q?=20colonnes,=20mais=20cette=20fois=20en=20squelette.=20D'ailleu?= =?UTF-8?q?rs=20=C3=A7a=20manquait=20cet=20exemple=20dans=20les=20squelett?= =?UTF-8?q?es=20std.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/choix_mots.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/dist/choix_mots.html b/dist/choix_mots.html index bbd78f87a9..77d6bef166 100644 --- a/dist/choix_mots.html +++ b/dist/choix_mots.html @@ -1,15 +1,18 @@ <B_M> <table cellpadding='0' cellspacing='0' border='0' width='100%'> - <tr><td width='47%' valign='top'> - <BOUCLE_M(MOTS){id_groupe}> + <BOUCLE_M(MOTS){id_groupe}>[ +(#COMPTEUR_BOUCLE|alterner{'<tr>',''})] +<td style='width: 47%'> <input type='[(#ENV{unseul}|choixsiegal{oui,radio,checkbox})]' name='ajouter_mot[]' value='#ID_MOT' id='mot#ID_MOT' [(#ID_MOT|in_any{#ENV*{ajouter_mot}, ''}|? - {'checked="checked"',''})] /> - [(#LOGO_MOT|lien)] - <b><label for='mot#ID_MOT'>#TITRE</label></b><br /> - </BOUCLE_M> - </td></tr></table> + {'checked="checked"',''})] />[ + (#LOGO_MOT|lien) + <br />] + <strong><label for='mot#ID_MOT'>#TITRE</label></strong> +</td>[ +(#COMPTEUR_BOUCLE|alterner{'',</tr>})]</BOUCLE_M> + </table> </B_M> -- GitLab