5783415393cd36103df3f15f9a415cb59e9c82b7
[platal.git] / templates / carnet / index.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2006 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 <h1>Carnet polytechnicien</h1>
24
25 <table class="bicol">
26   <tr>
27     <th colspan="2">
28       Tes contacts
29     </th>
30   </tr>
31   <tr class="impair">
32     <td class='half'>
33       <h3>
34         <a href="{"carnet/mescontacts.php"|url}">Page de tes contacts</a>
35       </h3>
36       <div class="explication">
37         Tu peux ici lister tes contacts, en ajouter et en retirer.
38       </div>
39     </td>
40     <td class='half'>
41       <h3>
42         <a href="{"carnet/mescontacts.php?trombi=1"|url}">Le trombi de tes contacts</a>
43       </h3>
44       <div class="explication">
45         La même chose que la page de tes contacts... <strong>en images !</strong>
46       </div>
47     </td>
48   </tr>
49 </table>
50
51 <br />
52
53 <table class="bicol">
54   <tr>
55     <th colspan="2">
56       Notifications
57     </th>
58   </tr>
59   <tr class="pair">
60     <td class='half'>
61       <h3>
62         <a href="{"carnet/panel.php"|url}">Tous les évenements de la semaine</a>
63       </h3>
64       <div class="explication">
65         Affichage de tous les évenements de camarades/promos
66   {if $smarty.session.core_rss_hash}
67   <div class="right">
68     <a href='{rel}/carnet/rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml'><img src='{rel}/images/rssicon.gif' alt='fil rss' /></a>
69   </div>
70   {else}
71   <div class="right">
72     <a href='{rel}/prefs/rss/?referer=carnet/index.php'><img src='{rel}/images/rssact.gif' alt='fil rss' /></a>
73   </div>
74   {/if}
75       </div>
76     </td>
77     <td class='half'>
78       <h3>
79         <a href="{"carnet/notifs.php"|url}">Configurer tes notifications</a>
80       </h3>
81       <div class="explication">
82         Être notifié des inscriptions, décès, changement de fiche, ...
83       </div>
84     </td>
85   </tr>
86 </table>
87
88 {* vim:set et sw=2 sts=2 sws=2: *}