migrate referent + profile edition
[platal.git] / templates / include / trombi.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23
24<table cellpadding="8" cellspacing="2" style="width:100%;">
25 {foreach from=$trombi_list item=p}
26 {cycle values="1,2,3" assign="loop"}
27 {if $loop eq "1"}
28 <tr>
29 {/if}
30 <td class="center">
e8599c21 31 <a href="{rel}/profile/{$p.forlife}" class="popup2">
adbdf493 32 <img src="{rel}/photo/{$p.forlife}" width="110" alt=" [ PHOTO ] " />
0337d704 33 </a>
34 {if $trombi_admin && $smarty.session.perms eq 'admin'}
2f678da1 35 <a href="{rel}/admin/admin_trombino.php?uid={$p.user_id}">
36 <img src="{rel}/images/admin.png" alt="[admin]" title="[admin]" />
0337d704 37 </a>
38 {/if}
39 <br />
e8599c21 40 <a href="{rel}/profile/{$p.forlife}" class="popup2">
0337d704 41 {$p.prenom} {$p.nom}{if $trombi_show_promo} ({$p.promo}){/if}
42 </a>
43 </td>
44 {if $loop eq "3"}
45 </tr>
46 {/if}
47 {/foreach}
48 {if $loop eq "1"}
49 <td></td><td></td></tr>
50 {elseif $loop eq "2"}
51 <td></td></tr>
52 {/if}
53 <tr>
54 <td colspan='3' class='center'>
55 {foreach from=$trombi_links item=l}
56 {if $l.i eq $smarty.request.offset}
57 <span class="erreur">{$l.text}</span>
58 {else}
59 <a href="{$l.u}">{$l.text}</a>
60 {/if}
61 {/foreach}
62 </td>
63 </tr>
64</table>
65
66
67{* vim:set et sw=2 sts=2 sws=2: *}