X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fcarnet%2Frss.tpl;h=9b97c1d6cddc3c5b4309fb1ca0306aebac4f2bef;hb=c3c43c0ebe734e2b43b5d5fdb6010d08358bc34b;hp=f0551bc310e1ada0d686fca6c27c1273e3befa2b;hpb=5ef09bc4748e7f0ec4dc8be3b94672b6a51fffc3;p=platal.git diff --git a/templates/carnet/rss.tpl b/templates/carnet/rss.tpl index f0551bc..9b97c1d 100644 --- a/templates/carnet/rss.tpl +++ b/templates/carnet/rss.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 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,62 +20,15 @@ {* *} {**************************************************************************} - -{*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * - * http://opensource.polytechnique.org/ * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the Free Software * - * Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - ***************************************************************************} - - - 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} - - {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.known|rss_date} -
- {/foreach} - {/foreach} - {/foreach} -
-
-{* vim:set et sw=2 sts=2 sws=2: *} +{if $article->data}{$article->prenom} {$article->nom} a mis à jours les données suivantes :
{$article->data}
{/if} +{if !$article->contact and !$article->dcd} + + {icon name=add title="Ajouter" full=true} Ajouter à mes contacts +
+{/if} +{if !$article->dcd} + + {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: *}