make javascript smaller, and nicer
[platal.git] / templates / filrss.tpl
CommitLineData
51c9b362 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<h1>Fil RSS</h1>
24
25{if !$rsshash }
26Tu viens de cliquer sur le lien d'activation des fils RSS. Les fils RSS du site <br/>
27ne 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
60580f00 40<form method="get" action="{$goback}">
41 <div>
42 <input type="hidden" name="referer" value="{$goback}" />
43 <input type="submit" name="" value="Retour" />
44 <input type="submit" name="act_rss" value="Activer" onclick="this.form.action='filrss.php'" />
45 </div>
46</form>
51c9b362 47
48{else}
b6837fc4 49En voici les adresses :
50<ul>
51 <li>
52 Anonces sur la page d'entrée :
53 <a href='{rel}/rss.php/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}.xml'><img src='{rel}/images/rssicon.gif' alt='fil rss' title='fil RSS'/></a>
54 </li>
55 <li>
56 Ton carnet polytechnicien :
57 <a href='{rel}/carnet/rss.php/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}.xml'><img src='{rel}/images/rssicon.gif' alt='fil rss' title='fil RSS'/></a>
58 </li>
59</ul>
51c9b362 60<p>
61Tu peux le désactiver en allant dans Préférences et en cliquant sur "désactiver les fils RSS".
b6837fc4 62</p>
63<p>
51c9b362 64Attention: désactiver, puis réactiver le fil RSS en change l'adresse.
60580f00 65</p>
b6837fc4 66<p>[<a href="{$goback}">retour à la page dont tu venais</a>]</p>
51c9b362 67{/if}
68{* vim:set et sw=2 sts=2 sws=2: *}