Commit | Line | Data |
---|---|---|
0337d704 | 1 | {**************************************************************************} |
2 | {* *} | |
ba6ae046 | 3 | {* Copyright (C) 2003-2013 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 | <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> | |
7b2413f6 | 34 | <a href="carnet/contacts">Page de tes contacts</a> |
0337d704 | 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> | |
7b2413f6 | 42 | <a href="carnet/contacts/trombi">Le trombi de tes contacts</a> |
0337d704 | 43 | </h3> |
44 | <div class="explication"> | |
6bb2f79a | 45 | La même chose que la page de tes contacts… <strong>en images !</strong> |
0337d704 | 46 | </div> |
47 | </td> | |
48 | </tr> | |
91204dbf SJ |
49 | <tr class="impair"> |
50 | <td colspan="2"> | |
51 | <h3><a href="carnet/batch">Ajouter plusieurs camarades à ses contacts</a></h3> | |
52 | <div class="explication"> | |
53 | De cette façon, tu peux aussi suggérer d'un seul coup plusieurs camarades dont tu connais les adresses email de s'inscrire à Polytechnique.org. | |
9245a9c5 | 54 | Ceux déjà inscrits seront directement ajoutés à tes contacts. |
91204dbf SJ |
55 | </div> |
56 | </td> | |
57 | </tr> | |
0337d704 | 58 | </table> |
59 | ||
60 | <br /> | |
61 | ||
62 | <table class="bicol"> | |
63 | <tr> | |
64 | <th colspan="2"> | |
2ab3486b SJ |
65 | {if $smarty.session.user->token} |
66 | <a href="carnet/rss/{$smarty.session.hruid}/{$smarty.session.user->token}/rss.xml" style="display:block;float:right" title="Notifications"> | |
2200e510 | 67 | {icon name=feed title='fil rss'} |
68 | </a> | |
69 | {else} | |
70 | <a href='prefs/rss/?referer=carnet' style="display:block;float:right"> | |
71 | {icon name=feed_add title='Activer mon fil rss'} | |
72 | </a> | |
73 | {/if} | |
0337d704 | 74 | Notifications |
75 | </th> | |
76 | </tr> | |
77 | <tr class="pair"> | |
78 | <td class='half'> | |
79 | <h3> | |
a7de4ef7 | 80 | <a href="carnet/panel">Tous les évenements de la semaine</a> |
0337d704 | 81 | </h3> |
82 | <div class="explication"> | |
a7de4ef7 | 83 | Affichage de tous les évenements de camarades/promos |
0337d704 | 84 | </div> |
85 | </td> | |
86 | <td class='half'> | |
87 | <h3> | |
7b2413f6 | 88 | <a href="carnet/notifs">Configurer tes notifications</a> |
0337d704 | 89 | </h3> |
90 | <div class="explication"> | |
6e828e47 | 91 | Être notifié des inscriptions, décès, changement de fiche… |
0337d704 | 92 | </div> |
93 | </td> | |
94 | </tr> | |
95 | </table> | |
96 | ||
a7de4ef7 | 97 | {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} |