first reimport from platal
[platal.git] / templates / xnet / plan.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2004 Polytechnique.org *}
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<table id="liste">
24 <tr>
25 <td class="fourth">
26 <table>
27 <tr>
28 <td class="oval"><a href="groupes.php?cat=groupesx">Groupes X</a></td>
29 </tr>
30 <tr>
31 <td class="liste">
32 {foreach from=$groupesx key=id item=dom}
33 <a class="cat" href="groupes.php?cat=groupesx&amp;dom={$id}">{$dom[0].domnom}</a>
34 {foreach from=$dom item=g}
35 <a href="{$g.diminutif}/asso.php">{$g.nom}</a>
36 {/foreach}
37 {/foreach}
38 </td>
39 </tr>
40 </table>
41 </td>
42
43 <td class="fourth">
44 <table>
45 <tr>
46 <td class="oval"><a href="groupes.php?cat=binets">Binets</a></td>
47 </tr>
48 <tr>
49 <td class="liste">
50 {foreach from=$binets key=id item=dom}
51 <a class="cat" href="sommaire.php?cat=binets&amp;dom={$id}">{$dom[0].domnom}</a>
52 {foreach from=$dom item=g}
53 <a href="{$g.diminutif}/asso.php">{$g.nom}</a>
54 {/foreach}
55 {/foreach}
56 </td>
57 </tr>
58 </table>
59 </td>
60
61 <td class="fourth">
62 <table>
63 <tr>
64 <td class="oval"><a href="groupes.php?cat=promotions">Promotions</a></td>
65 </tr>
66 <tr>
67 <td class="listec">
68 {iterate from=$promos item=g}
69 <a href="{$g.diminutif}/asso.php">{$g.nom}</a>
70 {/iterate}
71 </td>
72 </tr>
73 </table>
74 </td>
75
76 <td class="fourth">
77 <table>
78 <tr>
79 <td class="oval"><a href="groupes.php?cat=institutions">Institutions</a></td>
80 </tr>
81 <tr>
82 <td class="listec">
83 {iterate from=$inst item=g}
84 <a href="{$g.diminutif}/asso.php">{$g.nom}</a>
85 {/iterate}
86 </td>
87 </tr>
88 </table>
89 </td>
90 </tr>
91</table>
92
93{* vim:set et sw=2 sts=2 sws=2: *}