New page to add users in the database
[platal.git] / templates / platal / filrss.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>Fil RSS</h1>
24
25 {if !$smarty.session.core_rss_hash}
26 Tu viens de cliquer sur le lien d'activation des fils RSS. Les fils RSS du site <br/>
27 ne sont pas activés dans tes préférences.
28 <ul>
29   <li>
30  Tu peux le faire tout de suite en cliquant sur Activer ci-dessous.
31   </li>
32   <li>
33  Qu'est-ce qu'un <a href="http://www.weblogger.ch/blog/archives/2004/06/23/syndication-pas-pas/">fil RSS</a> ?
34   </li>
35   <li>
36  Comment configurer un <a href="http://www.ac-reims.fr/ia52/rss/lire_rss.htm">agregateur RSS</a> ?
37   </li>
38 </ul>
39
40 <form method="get" action="{$goback}">
41   <div>
42     <input type="hidden" name="referer" value="{$goback}" />
43     <input type="submit" value="Retour" />
44     <input type="submit" name="act_rss" value="Activer" onclick="this.form.action='prefs/rss'" />
45   </div>
46 </form>
47
48 {else}
49 En voici les adresses :
50 <ul>
51   <li>
52   Anonces sur la page d'entrée :
53   <a href='rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml'>{icon name=feed title='fil rss'}</a>
54   </li>
55   <li>
56   Ton carnet polytechnicien :
57   <a href='carnet/rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml'>{icon name=feed title='fil rss'}</a>
58   </li>
59 </ul>
60 <p>
61 Tu peux le désactiver en allant dans Préférences et en cliquant sur "désactiver les fils RSS".
62 </p>
63 <p>
64 Attention: désactiver, puis réactiver le fil RSS en change l'adresse.
65 </p>
66 <p>[<a href="{$goback}">retour à la page dont tu venais</a>]</p>
67 {/if}
68 {* vim:set et sw=2 sts=2 sws=2: *}