X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fgroupe%2Fasso.tpl;h=ac9f43a2d6aa025958d4971ab8f6e41d1d21520a;hb=d24c8a1195dce2641e62477fc4618786d931ebce;hp=c1e6737eeac3d0ecf5efaf9fdefb298e36f8bbe9;hpb=7b2413f614dc4deafd18501ba3cbe8db398c05e3;p=platal.git diff --git a/templates/xnet/groupe/asso.tpl b/templates/xnet/groupe/asso.tpl index c1e6737..ac9f43a 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -20,12 +20,6 @@ {* *} {**************************************************************************} -{if $asso.site} -LOGO -{else} -LOGO -{/if} -

{$asso.nom} : Accueil

@@ -65,7 +59,7 @@ {/if} - {if !$is_member && $logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} + {if !$is_member && $is_logged && $asso.pub eq 'public' && $xnet_type != 'promotions'}
M'inscrire : @@ -87,8 +81,59 @@
-
+
{$asso.descr|smarty:nodefaults}
+
+ +{if $article_index && $article_index->total()} + + + + + {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} + +{/if} + {* vim:set et sw=2 sts=2 sws=2: *}