Happy New Year!
[platal.git] / templates / xnetgrp / asso.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 Polytechnique.org *}
0337d704 4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
34ade5a6 23<h1>{$asso->nom}&nbsp;: Accueil</h1>
0337d704 24
25<table cellpadding="0" cellspacing="0" class='tiny'>
34ade5a6 26 {if $asso->site}
0337d704 27 <tr>
28 <td class="titre">
841ff7e7 29 Site Web&nbsp;:
0337d704 30 </td>
34ade5a6 31 <td><a href="{$asso->site}">{$asso->site}</a></td>
0337d704 32 </tr>
33 {/if}
34
34ade5a6 35 {if $asso->resp || $asso->mail}
0337d704 36 <tr>
37 <td class="titre">
841ff7e7 38 Contact&nbsp;:
0337d704 39 </td>
40 <td>
34ade5a6
FB
41 {if $asso->mail}
42 {mailto address=$asso->mail text=$asso->resp|utf8_decode|default:"par email" encode=javascript}
0337d704 43 {else}
34ade5a6 44 {$asso->resp}
0337d704 45 {/if}
46 </td>
47 </tr>
48 {/if}
49
8c5bbd3f
SJ
50 {if $asso->positions|count}
51 <tr>
52 <td class="titre">
53 Bureau&nbsp;:
54 </td>
55 <td>
56 {foreach from=$asso->positions item=position}
57 <em>&bull;&nbsp;{$position.position}&nbsp;:</em> {profile user=$position.uid promo=true}<br />
58 {/foreach}
59 </td>
60 </tr>
61 {/if}
62
34ade5a6 63 {if $asso->forum}
0337d704 64 <tr>
65 <td class="titre">
841ff7e7 66 Forum&nbsp;:
0337d704 67 </td>
68 <td>
4f355064 69 <a href="{$platal->ns}forum">par le web</a>
34ade5a6 70 ou <a href="news://ssl.polytechnique.org/{$asso->forum}">par nntp</a>
0337d704 71 </td>
72 </tr>
73 {/if}
74
34ade5a6 75 {if !$is_member && $is_logged && $asso->inscriptible && $xnet_type != 'promotions'}
0337d704 76 <tr>
77 <td class="titre">
e8439508 78 M'inscrire&nbsp;:
0337d704 79 </td>
80 <td>
34ade5a6 81 <a href="{if $asso->sub_url}{$asso->sub_url}{else}{$platal->ns}subscribe{/if}">m'inscrire</a>
0337d704 82 </td>
83 </tr>
30032578 84 {elseif $is_member}
85 <tr>
86 <td class="titre">
e8439508 87 Me désinscrire&nbsp;:
30032578 88 </td>
89 <td>
34ade5a6 90 <a href="{if $asso->unsub_url}{$asso->unsub_url}{else}{$platal->ns}unsubscribe{/if}">me désinscrire</a>
30032578 91 </td>
92 </tr>
0337d704 93 {/if}
94
34ade5a6 95 {if $asso->ax}
0337d704 96 <tr>
97 <td class="titre center" colspan="2">
004ff79e 98 groupe agréé par l'AX {if $asso->axDate}le {$asso->axDate}{/if}
0337d704 99 </td>
100 </tr>
101 {/if}
4af7fd22
FB
102
103 {if $is_admin && $requests}
104 <tr>
105 <td class="titre center" colspan="2">
106 <a href="{$platal->ns}subscribe/valid">{$requests} demande{if $requests gt 1}s{/if} d'inscription en attente</a>
107 </td>
108 </tr>
109 {/if}
0337d704 110</table>
111
112<br />
113
24bcf50c 114<div style="text-align: justify">
34ade5a6 115 {$asso->descr|miniwiki:title|smarty:nodefaults}
0337d704 116</div>
117
24bcf50c 118<br />
119
a6761ca9 120{if t($article_index) && $article_index->total()}
24bcf50c 121<table class="tinybicol">
122 <tr>
123 <th>
2ab3486b
SJ
124 {if $smarty.session.user->token}
125 <a href='{$platal->ns}rss/{$smarty.session.hruid}/{$smarty.session.user->token}/rss.xml' style="display:block;float:right">
24bcf50c 126 {icon name=feed title='fil rss'}
127 </a>
128 {else}
129 <a href='https://www.polytechnique.org/prefs/rss?referer=events' style="display:block;float:right">
130 {icon name=feed_add title='Activer mon fil rss'}
131 </a>
132 {/if}
133 Sommaire des annonces du groupe
134 </th>
135 </tr>
136 {iterate item=art from=$article_index}
137 <tr>
aab2ffdd 138 <td>&bull;
24bcf50c 139 {if $art.nonlu}
2a557a09 140 <a href="{$platal->ns}#art{$art.id}"><strong>
24bcf50c 141 {else}
2a557a09 142 <a href="{$platal->ns}?unread={$art.id}">
24bcf50c 143 {/if}
144 {tidy}{$art.titre}{/tidy}
2a557a09 145 {if $art.nonlu}</strong>{/if}</a>
24bcf50c 146 </td>
147 </tr>
148 {/iterate}
d1c97e42 149 {if $is_admin}
150 <tr class="pair">
151 <td class="center">
152 <a href="{$platal->ns}announce/new">{icon name=add} Ajouter une annonce</a>
153 </td>
154 </tr>
155 {/if}
24bcf50c 156</table>
24bcf50c 157
8e95ff41 158<br />
159
160{if $articles->total()}
161<div>
162{iterate item=art from=$articles}
892083ef 163{include file="xnetgrp/form.announce.tpl"}
8e95ff41 164<br />
165{/iterate}
166</div>
8e95ff41 167
d1c97e42 168<p style="text-align: justify;">
169<small>
e8439508 170<em>Nota Bene&nbsp;:</em> les informations présentées ici n'engagent que leurs auteurs
a7de4ef7 171respectifs et sont publiées à leur initiative. L'association Polytechnique.org
172ne pourrait en aucun cas être tenue responsable de la nature des propos relatés
173sur cet espace d'expression et d'information. Elle se réserve le droit de
174refuser ou de retirer toute information de nature diffamante ou pouvant être
e219710a 175interprétée comme polémique par un lecteur.
d1c97e42 176</small>
177</p>
178{/if}
179{elseif $is_admin}
24bcf50c 180<div class="center">
1970c12b 181 [<a href="{$platal->ns}announce/new">{icon name=page_edit} Ajouter une annonce</a>]
24bcf50c 182</div>
183{/if}
184
a7de4ef7 185{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}