X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fgroupe%2Fasso.tpl;h=6e2767d3ff6a2f670b18465bbdc6540b71202a47;hb=d1c97e427c6766a1fbd57aa66ae3a9bf5999200a;hp=f144b0deaa42d5ab122b13d9bc8453bf38144f40;hpb=49848fd79d1f227525ca127dc106ec6fc7ebf5a4;p=platal.git diff --git a/templates/xnet/groupe/asso.tpl b/templates/xnet/groupe/asso.tpl index f144b0d..6e2767d 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -59,13 +59,22 @@ {/if} - {if !$is_member && $logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} + {if !$is_member && $is_logged && $asso.inscriptible && $xnet_type != 'promotions'} M'inscrire : - m'inscrire + m'inscrire + + + {elseif $is_member} + + + Me désinscrire : + + + me désinscrire {/if} @@ -81,8 +90,75 @@
-
+
{$asso.descr|smarty:nodefaults}
+
+ +{if $article_index && $article_index->total()} + + + + + {iterate item=art from=$article_index} + + + + {/iterate} + {if $is_admin} + + + + {/if} +
+ {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} +
+ {icon name=add} Ajouter une annonce +
+ +
+ +{if $articles->total()} +
+{iterate item=art from=$articles} +{include file="xnet/groupe/form.announce.tpl"} +
+{/iterate} +
+ +

+ +Nota Bene : les informations présentées ici n'engagent que leurs auteurs +respectifs et sont publiées à leur initiative. L'association Polytechnique.org +ne pourrait en aucun cas être tenue responsable de la nature des propos relatés +sur cet espace d'expression et d'information. Elle se réserve le droit de +refuser ou de retirer toute information de nature diffamante ou pouvant être +interprétée comme polémique par un membre de la communauté polytechnicienne. + +

+{/if} +{elseif $is_admin} +
+ [{icon name=add} Ajouter une annonce] +
+{/if} + {* vim:set et sw=2 sts=2 sws=2: *}