X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fevents%2Frss.tpl;h=1caa1791c41197f89d7335a108e41a3623f2bad8;hb=61fa44d9e655ba1d183d38b886571907da17920b;hp=e54037ff7b61e4a71b352dec3a3e8e038fb50f89;hpb=6d20fb1df94dbf2fbada3aa1cb41e2f7596c0e9b;p=platal.git diff --git a/templates/events/rss.tpl b/templates/events/rss.tpl index e54037f..1caa179 100644 --- a/templates/events/rss.tpl +++ b/templates/events/rss.tpl @@ -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: *}