X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fevents%2Frss.tpl;h=1caa1791c41197f89d7335a108e41a3623f2bad8;hb=61fa44d9e655ba1d183d38b886571907da17920b;hp=1d2aab9822dc47d24cf82cbe1a4947555988926b;hpb=a9a7a9ddfe447567ff0e655a2a948a827608fa4b;p=platal.git diff --git a/templates/events/rss.tpl b/templates/events/rss.tpl index 1d2aab9..1caa179 100644 --- a/templates/events/rss.tpl +++ b/templates/events/rss.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -19,44 +19,18 @@ {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} - - - - - {#globals.core.sitename#} :: News - fr - {#globals.baseurl#}/ - L'actualite polytechnicienne... - - {#globals.core.sitename#} - {#globals.baseurl#}/images/logo.png - {#globals.baseurl#}/ - - {iterate item=line from=$rss} - - {$line.titre|strip_tags} - {$line.id} - {#globals.baseurl#}/events#newsid{$line.id} - - {$line.title} - - {/if} -
{if $line.wiki}{$line.texte|miniwiki}{else}{$line.texte}{/if}
- {if $line.post_id neq -1} -
-
- - {icon name=comments full=true} Suivre la discussion - -
- {/if} - ]]>
- {$line.prenom} {$line.nom} (X{$line.promo}) - {$line.creation_date|rss_date} -
- {/iterate} -
-
+{if $article->photo} +
+ {$article->title|htmlentities} +
+{/if} +
{if $article->wiki}{$article->texte|miniwiki}{else}{$article->texte}{/if}
+{if $article->post_id neq -1} +
+
+ + {icon name=comments full=true} Suivre la discussion + +
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}