From: <ara...@us...> - 2006-12-15 21:13:47
|
Revision: 58 http://svn.sourceforge.net/easybox-mod/?rev=58&view=rev Author: aragornis Date: 2006-12-15 13:13:44 -0800 (Fri, 15 Dec 2006) Log Message: ----------- (Re)Mise en fonction du module dvd (75%) Mises ?\195?\160 jour sur l'utilisation du tableau $_COULEUR Remise en ?\195?\169tat du module "sorties cin?\195?\169" Modified Paths: -------------- trunk/_framework/framework.php trunk/module/cinefil/index1.php trunk/module/dvd/index1.php trunk/module/dvd/playrep.php trunk/module/livescore/classement.php trunk/module/livescore/journee.php trunk/module/loto/keno.php trunk/module/messagerie/index1.php trunk/module/mp3/catalogue_audio.tpl trunk/module/seances/index1.php trunk/skin/simple/avertissement.tpl Added Paths: ----------- trunk/module/cinefil/sorties_cine.tpl trunk/module/dvd/dvd.tpl trunk/module/dvd/lecteurdvd.gif Removed Paths: ------------- trunk/skin/simple/sorties_cine.tpl Modified: trunk/_framework/framework.php =================================================================== --- trunk/_framework/framework.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/_framework/framework.php 2006-12-15 21:13:44 UTC (rev 58) @@ -79,7 +79,7 @@ $CHAINE_REP = $THEME_REP."chaines/defaut/"; $smarty->assign('CHAINE_REP',$CHAINE_REP); - $_COULEUR = parse_ini_file($SKIN_REP.'couleur.conf'); + $_COULEUR = parse_ini_file($SKIN_REP.'couleur.conf', TRUE); //-- Framework du skin require($SKIN_REP."framework_skin.php"); Modified: trunk/module/cinefil/index1.php =================================================================== --- trunk/module/cinefil/index1.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/cinefil/index1.php 2006-12-15 21:13:44 UTC (rev 58) @@ -25,7 +25,8 @@ $contenu_html .= trim(fgets($page, 4096)); } -$ereg = 'width="120" valign="top"><a class="link1" href="fichefilm_gen_cfilm=(.{1,15}).html"><img src="(.{1,150})" border="0" (.{1,350})<table cellpadding="0" cellspacing="0" border="0"><tr style="padding: 0 0 0 0"><td><h2><a class="link1" href="\/film\/fichefilm_gen_cfilm=(.{1,15}).html">(.{1,50})<\/a><\/h2> <h4>(.{0,50})<\/h4><\/td><\/tr><tr style="padding: 5 0 0 0"><td><h5>(.{1,70})<\/h5><\/td><\/tr>(.{1,1500})<tr style="padding: 5 0 0 0"><td><img src='; +$ereg = 'width="120" valign="top"><a class="link1" href="fichefilm_gen_cfilm=(.{1,15}).html"><img src="(.{1,150})" border="0" (.{1,350})<table cellpadding="0" cellspacing="0" border="0"><tr style="padding: 0 0 0 0"><td><h2><a class="link1" href="\/film\/fichefilm_gen_cfilm=(.{1,15}).html">(.{1,50})<\/a><\/h2>(.{0,50})<\/td><\/tr><tr style="padding: 5 0 0 0;"><td><h5>(.{0,70})<\/h5><\/td><\/tr><tr style="padding: 5 0 0 0;"><td><h4>'; + preg_match_all("/$ereg/s", $contenu_html, $valeur); $SORTIES=array(); Added: trunk/module/cinefil/sorties_cine.tpl =================================================================== --- trunk/module/cinefil/sorties_cine.tpl (rev 0) +++ trunk/module/cinefil/sorties_cine.tpl 2006-12-15 21:13:44 UTC (rev 58) @@ -0,0 +1,47 @@ + {section name=sorties loop=$SORTIES max=8 start=$MIN} + {cycle name=place assign=place print=false values="3,2,1,0"} + {if $smarty.section.sorties.first} + {if $MIN!=0} + {assign var=temp value=$MIN-8} + {attribbouton touche="green" lien="index1.php?week=$week&start=$temp"} + <a href="index1.php?week={$week}&start={$temp}"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> Pr\xE9c\xE9dent</a> + {/if} + + <table border="0" cellpadding="0" cellspacing="0" width="500" height="360" align="center"><tr> + {/if} + + <td width="125" height="180"><a href="{$MODULE}films/fichefilm.php?film={$SORTIES[sorties].nom|urlencode}&idfilm={$SORTIES[sorties].index}"><table border="0" cellpadding="0" cellspacing="0" width="125" height="180" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="130"><td width="125" height="120" valign="middle" align="center"><img width="90" height="120" border="0" src="{$IMG2FBX}{$SORTIES[sorties].image|urlencode}&new_width=90&new_height=120&cache=1"></td></tr><tr height="50"><td width="125" height="50" valign="middle" align=center><font size="1">{$SORTIES[sorties].nom|truncate:30:''}</font><br><font size="1">{$SORTIES[sorties].comment}</font></td></tr></table></a></td> + + {if $smarty.section.sorties.iteration is div by 4 AND NOT $smarty.section.sorties.last} + </tr><tr> + {/if} + + {if $smarty.section.sorties.last} + {if $place >= 3} + <td> </td> + {/if} + {if $place >= 2} + <td> </td> + {/if} + {if $place >= 1} + <td> </td> + {/if} + + </tr> + </table> + {if $MIN+$smarty.section.sorties.total<count($SORTIES)} + {assign var=temp value=$MIN+8} + {attribbouton touche="blue" lien="index1.php?week=$week&start=$temp"} + <a href="index1.php?week={$week}&start={$temp}"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> Suivant</a> + {/if} + + {/if} + + {/section} + +{assign var=temp value=$week-1} +<br><br> <a href="index1.php?week={$temp}">Semaine pr\xE9c\xE9dente</a> +{if $week!=0} +{assign var=temp value=$week+1} + - <a href="index1.php?week={$week+1}">Semaine suivante</a> +{/if} Added: trunk/module/dvd/dvd.tpl =================================================================== --- trunk/module/dvd/dvd.tpl (rev 0) +++ trunk/module/dvd/dvd.tpl 2006-12-15 21:13:44 UTC (rev 58) @@ -0,0 +1,33 @@ +{section name=dop loop=$disques_dispo} +{cycle name=place assign=place print=false values="4,3,2,1,0"} + {if $smarty.section.dop.first} + <table border="0" cellpadding="0" cellspacing="0" width="500" height="436" align="center"><tr> + {/if} + <td width="100" height="130"><a href="playrep.php?toplay={$disques_dispo[dop].path|urlencode}&type=playrep"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center"><img border=0 width="64" height="64" src="lecteurdvd.gif"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$disques_dispo[dop].nom} ({$disques_dispo[dop].lettre}:)</font></td></tr></table></a></td> + + {if $smarty.section.dop.iteration is div by 5 AND NOT $smarty.section.dop.last} + </tr><tr> + {/if} + + {if $smarty.section.dop.last} + {if $place >= 4} + <td> </td> + {/if} + {if $place >= 3} + <td> </td> + {/if} + {if $place >= 2} + <td> </td> + {/if} + {if $place >= 1} + <td> </td> + {/if} + </tr> + + </table> + {/if} +{sectionelse} + +Aucun lecteur DVD n'est disponible. + +{/section} Modified: trunk/module/dvd/index1.php =================================================================== --- trunk/module/dvd/index1.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/dvd/index1.php 2006-12-15 21:13:44 UTC (rev 58) @@ -10,12 +10,30 @@ $rep_default = $ini[explorateur][dvd]; } -$play_rep = '1'; -$play_rep_txt = "Lire le DVD en [lecteur]"; -$cache_tous_fichier = '1'; +$smarty->assign('TITRE','Choisissez un lecteur DVD'); -$smarty->assign('TITRE','Lecture DVD'); +$status = get_variable('statutdvd'); -include($EXPLORATEUR); +if($status == 'explorateur'){ + $play_rep = '1'; + $play_rep_txt = "Lire le DVD en [lecteur]"; + $cache_tous_fichier = '1'; + + include($EXPLORATEUR); +}else{ + $DISQUES = unserialize(get_variable('disques')); + $disques_dispo = array(); + foreach($DISQUES as $d){ + if($d['type'] == 'Disque optique'){ + $disques_dispo[] = $d; + } + } + + $smarty->assign('disques_dispo',$disques_dispo); + $smarty->assign('CONTENT',$smarty->fetch('dvd.tpl')); + $smarty->display('interface.tpl'); + +} + ?> Added: trunk/module/dvd/lecteurdvd.gif =================================================================== (Binary files differ) Property changes on: trunk/module/dvd/lecteurdvd.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/module/dvd/playrep.php =================================================================== --- trunk/module/dvd/playrep.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/dvd/playrep.php 2006-12-15 21:13:44 UTC (rev 58) @@ -13,8 +13,8 @@ if(!isset($_GET['mode'])){ $basename = stripslashes(urldecode($_REQUEST['toplay'])); - $pisteaudio = $ini[multimedia][sortiefreebox]; - $decallage = $ini[multimedia][compensation]; + $pisteaudio = $ini['multimedia']['sortiefreebox']; + $decallage = $ini['multimedia']['compensation']; if($pisteaudio=='TV') { // $META['aud'] = '69(en,mp2)'; @@ -37,25 +37,29 @@ $basename = 'dvdsimple://'.$basename; play_fichier($play,$basename,0,'dvd'); $META['refresh'] = '2;url=playrep.php?mode=1'; + + $affich = 'Veuillez patienter pendant la construction des menus...'; }elseif($_GET['mode']==1 && is_array($title)){ - $affich = ''; - $titre_a = 'Choisissez le titre \xE0 jouer'; + $affich = '<table border="0" align="center" cellpadding="0" cellspacing="0"><tr><td align="center"><br>'; + $titre_a = 'Choisissez le titre auquel le DVD doit commencer'; foreach($title as $key => $titre){ - if(($key % 15) == 0 && $key != 0 ){ + if(($key % 10) == 0 && $key != 0 ){ $affich .= '</td><td align="center"><br>'; } - $affich .= '<a href="playrep.php?mode=2&titre='.$key.'"><table height="20" width="100" border="0" cellpadding="0" cellspacing="0" bgcolor="'.$_COULEUR[FOND2].'" abgcolor="'.$_COULEUR[TABLE_SELECTED].'"><tr><td align="center"><img src="'.$INTERFACE_REP.'puce.gif" width="13" height="13">'.$titre[0].'</td></tr></table></a><br>'; + $affich .= '<a href="playrep.php?mode=2&titre='.$key.'"><table height="20" width="100" border="0" cellpadding="0" cellspacing="0" bgcolor="'.$_COULEUR['COULEUR_FOND2'].'" abgcolor="'.$_COULEUR['COULEUR_TABLE_SELECTED'].'"><tr><td align="center"><img src="'.$INTERFACE_REP.'puce.gif" border="0" width="13" height="13">'.$titre[0].'</td></tr></table></a><br>'; } + $affich .= '</td></tr></table>'; + }elseif(($_GET['mode']==2 || !is_array($title)) && is_array($chapitre)){ - $affich = ''; - $titre_a = 'Choisissez le chapitre \xE0 jouer'; + $affich = '<table border="0" align="center" cellpadding="0" cellspacing="0"><tr><td align="center"><br>'; + $titre_a = 'Choisissez le chapitre auquel le DVD doit commencer'; if(isset($_GET['titre'])){ @readfile('http://localhost:8081/lecteur/modif-config.html?type=2&type2=4&var=title&value='.$_GET['titre']); @@ -63,23 +67,28 @@ foreach($chapitre as $key=> $chap){ - if(($key % 15) == 0 && $key != 0 ){ + if(($key % 10) == 0 && $key != 0 ){ $affich .= '</td><td align="center"><br>'; } - $affich .= '<a href="playrep.php?mode=3&titre='.$key.'"><table height="20" width="100" border="0" cellpadding="0" cellspacing="0" bgcolor="'.$_COULEUR[FOND2].'" abgcolor="'.$_COULEUR[TABLE_SELECTED].'"><tr><td align="center"><img src="'.$INTERFACE_REP.'puce.gif" width="13" height="13">'.$chap[0].'</td></tr></table></a><br>'; + $affich .= '<a href="playrep.php?mode=3&titre='.$key.'"><table height="20" width="100" border="0" cellpadding="0" cellspacing="0" bgcolor="'.$_COULEUR['COULEUR_FOND2'].'" abgcolor="'.$_COULEUR['COULEUR_TABLE_SELECTED'].'"><tr><td align="center"><img src="'.$INTERFACE_REP.'puce.gif" border="0" width="13" height="13">'.$chap[0].'</td></tr></table></a><br>'; } + $affich .= '</td></tr></table>'; + }else{ if(isset($_GET['titre'])){ @readfile('http://localhost:8081/lecteur/modif-config.html?type=2&type2=3&var=title&value='.$_GET['titre']); } + + $affich = 'Lecture...'; + $META['refresh'] = '0;url='.$MODULE.'films/lecture.php'; } -$smarty->assign('affich',$affich); -$smarty->assign('titre',$titre_a); -$smarty->display('menu_dvd.tpl'); +$smarty->assign('TITRE',$titre_a); +$smarty->assign('AVERTISSEMENT',$affich); +$smarty->display('avertissement.tpl'); ?> Modified: trunk/module/livescore/classement.php =================================================================== --- trunk/module/livescore/classement.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/livescore/classement.php 2006-12-15 21:13:44 UTC (rev 58) @@ -13,7 +13,7 @@ } ?> <a href=journee.php>R\xE9sultats de la derni\xE8re journ\xE9e de Ligue 1</a><br> <br \> -<table border="0" cellpadding="0" cellspacing="0" width="499" height="436"><tr bgcolor="<?= $_COULEUR[INTERFACE1]; ?>"> +<table border="0" cellpadding="0" cellspacing="0" width="499" height="436"><tr bgcolor="<?= $_COULEUR['COULEUR_INTERFACE1']; ?>"> <td width="20" align=center>Pl</td> <td width="219" align=left> Equipe</td> <td width="30" align=center>Pts</td> @@ -53,9 +53,9 @@ { $place = $key+1; if ($key%2==0){ - $bg1= $_COULEUR[INTERFACE1]; + $bg1= $_COULEUR['COULEUR_INTERFACE1']; }else{ - $bg1= $_COULEUR[INTERFACE2]; + $bg1= $_COULEUR['COULEUR_INTERFACE2']; } echo '<tr bgcolor='.$bg1.'> <td align=center>'.$place.'</td> Modified: trunk/module/livescore/journee.php =================================================================== --- trunk/module/livescore/journee.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/livescore/journee.php 2006-12-15 21:13:44 UTC (rev 58) @@ -29,7 +29,7 @@ ?> <a href=classement.php>Classement de la Ligue 1</a><br> <br \> -<table border="0" cellpadding="0" cellspacing="0" width="499" height="436"><tr bgcolor="<?= $_COULEUR[INTERFACE1]; ?>"> +<table border="0" cellpadding="0" cellspacing="0" width="499" height="436"><tr bgcolor="<?= $_COULEUR['COULEUR_INTERFACE1']; ?>"> <td align=center width=45%>Domicile</td> <td align=center width=10%>Score</td> <td align=center width=45%>Ext\xE9rieur</td> @@ -41,9 +41,9 @@ foreach($valeur[2] as $key => $value) { if ($key%2==0){ - $bg1= $_COULEUR[INTERFACE1]; + $bg1= $_COULEUR['COULEUR_INTERFACE1']; }else{ - $bg1= $_COULEUR[INTERFACE2]; + $bg1= $_COULEUR['COULEUR_INTERFACE2']; } $score = $valeur[3][$key]; echo '<tr bgcolor='.$bg1.'><td align=center>'.ucfirst(strtolower($value)).'</td><td align=center>'.$score.'</td><td align=center>'.ucfirst(strtolower($valeur[5][$key])).'</td></tr>'; Modified: trunk/module/loto/keno.php =================================================================== --- trunk/module/loto/keno.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/loto/keno.php 2006-12-15 21:13:44 UTC (rev 58) @@ -81,8 +81,8 @@ $newLigne = ereg_replace('Rapport par grille gagnante pour 0,3 €', "0,3\x80 la grille" ,$newLigne); $newLigne = ereg_replace('Bons num\xE9ros', "Neum\xE9ros" ,$newLigne); $newLigne = ereg_replace('complémentaire', "compl." ,$newLigne); - $newLigne = ereg_replace('#3E107C', $_COULEUR[FOND] ,$newLigne); - $newLigne = ereg_replace('#FBD1CC', $_COULEUR[FOND] ,$newLigne); + $newLigne = ereg_replace('#3E107C', $_COULEUR['COULEUR_FOND'] ,$newLigne); + $newLigne = ereg_replace('#FBD1CC', $_COULEUR['COULEUR_FOND'] ,$newLigne); $newLigne = ereg_replace('<table border="0" cellspacing="1" cellpadding="1" class="tabgain" width="408">', '<table border="0" cellspacing="1" cellpadding="1" width="100%">' ,$newLigne); Modified: trunk/module/messagerie/index1.php =================================================================== --- trunk/module/messagerie/index1.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/messagerie/index1.php 2006-12-15 21:13:44 UTC (rev 58) @@ -47,9 +47,9 @@ foreach($valeur[1] as $key => $val){ if ($key%2==0){ - $bg1= $_COULEUR[INTERFACE1]; + $bg1= $_COULEUR['COULEUR_INTERFACE1']; }else{ - $bg1= $_COULEUR[INTERFACE2]; + $bg1= $_COULEUR['COULEUR_INTERFACE2']; } echo '<tr><td bgcolor="'.$bg1.'"><a href="index1.php?f='.urlencode('http://adsl.free.fr/admin/tel/'.$valeur[4][$key]).'">'.$valeur[1][$key].' '.$valeur[2][$key].' '.$valeur[3][$key].'</a></td><td width="16" bgcolor="'.$bg1.'"><a href="index1.php?f='.urlencode('http://adsl.free.fr/admin/tel/'.$valeur[5][$key]).'"><table width="20" height="20" border="0" cellpadding="0" cellspacing="0" bgcolor="#0000003f" abgcolor="'.$_COULEUR[ALINK].'"><tr height="20"><td align=center width="20" height="20" align="center" valign="middle"><img src="'.$INTERFACE_REP.'delete.gif" border="0" width="20" height="20"></td></tr></table></a></td></tr>'; Modified: trunk/module/mp3/catalogue_audio.tpl =================================================================== --- trunk/module/mp3/catalogue_audio.tpl 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/mp3/catalogue_audio.tpl 2006-12-15 21:13:44 UTC (rev 58) @@ -1,15 +1,15 @@ <TABLE border="0" cellpadding="0" cellspacing="0" width="480"> <TR bgcolor={#COULEUR_INTERFACE1#}> <TD align=center><A hRef="lecteuraudio.php?mode=bib&t=ar&wf={$wherefield}&wl={$wherelike|urlencode}"><B><font size=1 color=#0000003f>Artiste</font></B></A></TD> - <TD align=center width="10"><font color='.$_COULEUR[FOND].'>/</TD> + <TD align=center width="10"><font color="{#COULEUR_FOND#}">/</TD> <TD align=center width="80"><A hRef="lecteuraudio.php?mode=bib&t=ch&wf={$wherefield}&wl={$wherelike|urlencode}"><B><font size=1 color=#0000003f>Chanson</font></B></A></TD> - <TD align=center width="10"><font color='.$_COULEUR[FOND].'>/</TD> + <TD align=center width="10"><font color="{#COULEUR_FOND#}">/</TD> <TD align=center><A hRef="lecteuraudio.php?mode=bib&t=al&wf={$wherefield}&wl={$wherelike|urlencode}"><B><font size=1 color=#0000003f>Album</font></B></A></TD> - <TD align=center width="10"><font color='.$_COULEUR[FOND].'>/</TD> + <TD align=center width="10"><font color="{#COULEUR_FOND#}">/</TD> <TD align=center><A hRef="lecteuraudio.php?mode=bib&t=an&wf={$wherefield}&wl={$wherelike|urlencode}"><B><font size=1 color=#0000003f>Ann\xE9e</font></B></A></TD> - <TD align=center width="10"><font color='.$_COULEUR[FOND].'>/</TD> + <TD align=center width="10"><font color="{#COULEUR_FOND#}">/</TD> <TD align=center><A hRef="lecteuraudio.php?mode=bib&t=ge&wf={$wherefield}&wl={$wherelike|urlencode}"><B><font size=1 color=#0000003f>Genre</font></B></A></TD> - <TD align=center width="10"><font color='.$_COULEUR[FOND].'>/</TD> + <TD align=center width="10"><font color="{#COULEUR_FOND#}">/</TD> <TD align=center><A hRef="lecteuraudio.php?mode=bib&t={$type}&l={$lettre}"><B><font size=1 color=#0000003f>Tout</font></B></A></TD> </TR> </TABLE> Modified: trunk/module/seances/index1.php =================================================================== --- trunk/module/seances/index1.php 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/module/seances/index1.php 2006-12-15 21:13:44 UTC (rev 58) @@ -5,8 +5,8 @@ $LINK['red']= $MODULE.'_menu/menu.php?cat=9'; -$CONTENT = '<font size=4>Veuillez tapper le code postal de votre ville</font><br> <br> <br>'; - +$smarty->assign('TITRE','Veuillez tapper le code postal de votre ville'); + if ($_GET['error']=='noville'){ $CONTENT .= "<u>Aucune ville trouv\xE9e</u><br> <br>"; }elseif($_GET['error']=='nosalle'){ Modified: trunk/skin/simple/avertissement.tpl =================================================================== --- trunk/skin/simple/avertissement.tpl 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/skin/simple/avertissement.tpl 2006-12-15 21:13:44 UTC (rev 58) @@ -10,6 +10,7 @@ {if NOT $no_icone}<td align="center" width="80" height="80"> <img src="{$INTERFACE_REP}info.gif" border="0" width="80" height="80"> </td>{/if}<td align="center" valign="middle" width="460"> + {if $TITRE!=''}<font size=4>{$TITRE}</font><br> <br> <br>{/if} {eval var=$AVERTISSEMENT} </td> </tr></table> Deleted: trunk/skin/simple/sorties_cine.tpl =================================================================== --- trunk/skin/simple/sorties_cine.tpl 2006-12-15 13:53:02 UTC (rev 57) +++ trunk/skin/simple/sorties_cine.tpl 2006-12-15 21:13:44 UTC (rev 58) @@ -1,47 +0,0 @@ - {section name=sorties loop=$SORTIES max=8 start=$MIN} - {cycle name=place assign=place print=false values="3,2,1,0"} - {if $smarty.section.sorties.first} - {if $MIN!=0} - {assign var=temp value=$MIN-8} - {attribbouton touche="green" lien="index1.php?week=$week&start=$temp"} - <a href="index1.php?week={$week}&start={$temp}"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> Pr\xE9c\xE9dent</a> - {/if} - - <table border="0" cellpadding="0" cellspacing="0" width="500" height="360" align="center"><tr> - {/if} - - <td width="125" height="180"><a href="{$MODULE}films/fichefilm.php?film={$SORTIES[sorties].nom|urlencode}&idfilm={$SORTIES[sorties].index}"><table border="0" cellpadding="0" cellspacing="0" width="125" height="180" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="130"><td width="125" height="120" valign="middle" align="center"><img width="90" height="120" border="0" src="{$IMG2FBX}{$SORTIES[sorties].image|urlencode}&new_width=90&new_height=120&cache=1"></td></tr><tr height="50"><td width="125" height="50" valign="middle" align=center><font size="1">{$SORTIES[sorties].nom|truncate:30:''}</font><br><font size="1">{$SORTIES[sorties].comment}</font></td></tr></table></a></td> - - {if $smarty.section.sorties.iteration is div by 4 AND NOT $smarty.section.sorties.last} - </tr><tr> - {/if} - - {if $smarty.section.sorties.last} - {if $place >= 3} - <td> </td> - {/if} - {if $place >= 2} - <td> </td> - {/if} - {if $place >= 1} - <td> </td> - {/if} - - </tr> - </table> - {if $MIN+$smarty.section.sorties.total<count($SORTIES)} - {assign var=temp value=$MIN+8} - {attribbouton touche="blue" lien="index1.php?week=$week&start=$temp"} - <a href="index1.php?week={$week}&start={$temp}"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> Suivant</a> - {/if} - - {/if} - - {/section} - -{assign var=temp value=$week-1} -<br><br> <a href="index1.php?week={$temp}">Semaine pr\xE9c\xE9dente</a> -{if $week!=0} -{assign var=temp value=$week+1} - - <a href="index1.php?week={$week+1}">Semaine suivante</a> -{/if} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |