Moving to GitHub.
[platal.git] / templates / platal / filrss.tpl
CommitLineData
51c9b362 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
51c9b362 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
2ab3486b 25{if !$smarty.session.user->token}
32a3d0ae 26<p>
27 Tu viens de cliquer sur le lien d'activation des fils RSS. Les fils RSS du site
28 ne sont pas activés dans tes préférences.
29</p>
51c9b362 30<ul>
31 <li>
32a3d0ae 32 Tu peux le faire tout de suite en cliquant sur Activer ci-dessous.
51c9b362 33 </li>
34 <li>
6bb2f79a 35 Qu'est-ce qu'un <a href="Xorg/RSS">fil RSS</a>&nbsp;?
51c9b362 36 </li>
37 <li>
6bb2f79a 38 Comment configurer un <a href="Xorg/RSS">agregateur RSS</a>&nbsp;?
51c9b362 39 </li>
40</ul>
41
7b2413f6 42<form method="get" action="{$goback}">
60580f00 43 <div>
44 <input type="hidden" name="referer" value="{$goback}" />
7927d719 45 <input type="submit" value="Retour" />
7b2413f6 46 <input type="submit" name="act_rss" value="Activer" onclick="this.form.action='prefs/rss'" />
60580f00 47 </div>
48</form>
51c9b362 49
50{else}
e8439508 51En voici les adresses&nbsp;:
b6837fc4 52<ul>
53 <li>
e8439508 54 Anonces sur la page d'entrée&nbsp;:
2ab3486b 55 <a href="rss/{$smarty.session.hruid}/{$smarty.session.user->token}/rss.xml" title="Annonces">{icon name=feed title='fil rss'}</a>
b6837fc4 56 </li>
57 <li>
e8439508 58 Ton carnet polytechnicien&nbsp;:
2ab3486b 59 <a href="carnet/rss/{$smarty.session.hruid}/{$smarty.session.user->token}/rss.xml" title="Notifications">{icon name=feed title='fil rss'}</a>
b6837fc4 60 </li>
61</ul>
51c9b362 62<p>
6bb2f79a 63Tu peux le désactiver en allant dans Préférences et en cliquant sur «&nbsp;désactiver les fils RSS&nbsp;».
b6837fc4 64</p>
65<p>
841ff7e7 66Attention&nbsp;: désactiver, puis réactiver le fil RSS en change l'adresse.
60580f00 67</p>
a7de4ef7 68<p>[<a href="{$goback}">retour à la page dont tu venais</a>]</p>
51c9b362 69{/if}
448c8cdc 70{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}