X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fcarnet%2Frss.tpl;h=06301571bee5fe46abda23237cba6cfbda6bc664;hb=3f95a7bd17cd6cd7b218f12787276a485f496f1d;hp=7a40b424d796708e2aa856586a3adfc5e271777f;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/carnet/rss.tpl b/templates/carnet/rss.tpl index 7a40b42..0630157 100644 --- a/templates/carnet/rss.tpl +++ b/templates/carnet/rss.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2009 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,45 +20,22 @@ {* *} {**************************************************************************} - - - - Polytechnique.org :: Carnet - fr - {#globals.baseurl#}/carnet/panel - Ton carnet polytechnicien... - - Polytechnique.org - {#globals.baseurl#}/images/logo.png - {#globals.baseurl#}/ - - {foreach from=$notifs->_data item=c key=cid} - {foreach from=$c item=promo} - {foreach from=$promo item=x} - - - [{$notifs->_cats[$cid].short}] {$x.prenom} {$x.nom} ({$x.promo}) - le {$x.date|date_format|utf8_encode} - - {#globals.baseurl#}/profile/private/{$x.bestalias} - carnet{$x.known}{$cid}{$x.bestalias} - - {icon name=add title="Ajouter" full=true} Ajouter à mes contacts -
- {/if} - {if !$x.dcd} - - {icon name=vcard title="Carte de visite" full=true} Télécharger la carte de visite électronique - - {/if} - ]]>
- {$x.prenom} {$x.nom} (X{$x.promo}) - {$x.known|rss_date} -
- {/foreach} - {/foreach} - {/foreach} -
-
+{if $article->data} +

{profile user=$article->user promo=false link=false} a mis à jours les données suivantes :

+ +{/if} +{if !$article->contact and !$article->dead} + + {icon name=add title="Ajouter" full=true} Ajouter à mes contacts +
+{/if} +{if !$article->dead} + + {icon name=vcard title="Carte de visite" full=true} Télécharger la carte de visite électronique + +{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}