X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fgroupe%2Fasso.tpl;h=ac9f43a2d6aa025958d4971ab8f6e41d1d21520a;hb=d24c8a1195dce2641e62477fc4618786d931ebce;hp=b71f282bfa14352b90f23ecb2e124f1bfc7627bd;hpb=dec3ef9e702c714e16f860401eb7e3d294e699de;p=platal.git diff --git a/templates/xnet/groupe/asso.tpl b/templates/xnet/groupe/asso.tpl index b71f282..ac9f43a 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2004 Polytechnique.org *} +{* Copyright (C) 2003-2006 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,12 +20,6 @@ {* *} {**************************************************************************} -{if $asso.site} -LOGO -{else} -LOGO -{/if} -

{$asso.nom} : Accueil

@@ -59,19 +53,19 @@ Forum: {/if} - {if !$is_member && $logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} + {if !$is_member && $is_logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} {/if} @@ -87,8 +81,59 @@
-
+
{$asso.descr|smarty:nodefaults}
+
+ +{if $article_index && $article_index->total()} +
- par le web + par le web ou par nntp
M'inscrire : - m'inscrire + m'inscrire
+ + + + {iterate item=art from=$article_index} + + + + {/iterate} +
+ {if $smarty.session.core_rss_hash} + + {icon name=feed title='fil rss'} + + {else} + + {icon name=feed_add title='Activer mon fil rss'} + + {/if} + Sommaire des annonces du groupe +
• + {if $art.nonlu} + + {else} + + {/if} + {tidy}{$art.titre}{/tidy} + {if $art.nonlu}{/if} +
+{/if} + +
+ +{if $articles->total()} +
+{iterate item=art from=$articles} +{include file="xnet/groupe/form.announce.tpl"} +
+{/iterate} +
+{/if} + +{if $is_admin} +
+ [Ajouter une annonce] +
+{/if} + {* vim:set et sw=2 sts=2 sws=2: *}