Should definitively fix all ajax issues using Opera
[platal.git] / templates / xnetgrp / asso.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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
0337d704 23<h1>{$asso.nom} : Accueil</h1>
24
25<table cellpadding="0" cellspacing="0" class='tiny'>
26 {if $asso.site}
27 <tr>
28 <td class="titre">
29 Site Web:
30 </td>
31 <td><a href="{$asso.site}">{$asso.site}</a></td>
32 </tr>
33 {/if}
34
35 {if $asso.resp || $asso.mail}
36 <tr>
37 <td class="titre">
38 Contact:
39 </td>
40 <td>
41 {if $asso.mail}
dc7d53eb 42 {mailto address=$asso.mail text=$asso.resp|utf8_decode|default:"par mail" encode=javascript}
0337d704 43 {else}
44 {$asso.resp}
45 {/if}
46 </td>
47 </tr>
48 {/if}
49
50 {if $asso.forum}
51 <tr>
52 <td class="titre">
53 Forum:
54 </td>
55 <td>
4f355064 56 <a href="{$platal->ns}forum">par le web</a>
0337d704 57 ou <a href="news://ssl.polytechnique.org/{$asso.forum}">par nntp</a>
58 </td>
59 </tr>
60 {/if}
61
98286726 62 {if !$is_member && $is_logged && $asso.inscriptible && $xnet_type != 'promotions'}
0337d704 63 <tr>
64 <td class="titre">
65 M'inscrire :
66 </td>
67 <td>
cbdc323d 68 <a href="{if $asso.sub_url}{$asso.sub_url}{else}{$platal->ns}subscribe{/if}">m'inscrire</a>
0337d704 69 </td>
70 </tr>
30032578 71 {elseif $is_member}
72 <tr>
73 <td class="titre">
a7de4ef7 74 Me désinscrire :
30032578 75 </td>
76 <td>
a7de4ef7 77 <a href="{if $asso.unsub_url}{$asso.unsub_url}{else}{$platal->ns}unsubscribe{/if}">me désinscrire</a>
30032578 78 </td>
79 </tr>
0337d704 80 {/if}
81
82 {if $asso.ax}
83 <tr>
84 <td class="titre center" colspan="2">
a7de4ef7 85 groupe agréé par l'AX
0337d704 86 </td>
87 </tr>
88 {/if}
89</table>
90
91<br />
92
24bcf50c 93<div style="text-align: justify">
0337d704 94 {$asso.descr|smarty:nodefaults}
95</div>
96
24bcf50c 97<br />
98
24bcf50c 99{if $article_index && $article_index->total()}
100<table class="tinybicol">
101 <tr>
102 <th>
103 {if $smarty.session.core_rss_hash}
104 <a href='{$platal->ns}rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml' style="display:block;float:right">
105 {icon name=feed title='fil rss'}
106 </a>
107 {else}
108 <a href='https://www.polytechnique.org/prefs/rss?referer=events' style="display:block;float:right">
109 {icon name=feed_add title='Activer mon fil rss'}
110 </a>
111 {/if}
112 Sommaire des annonces du groupe
113 </th>
114 </tr>
115 {iterate item=art from=$article_index}
116 <tr>
117 <td>&bull;
118 {if $art.nonlu}
2a557a09 119 <a href="{$platal->ns}#art{$art.id}"><strong>
24bcf50c 120 {else}
2a557a09 121 <a href="{$platal->ns}?unread={$art.id}">
24bcf50c 122 {/if}
123 {tidy}{$art.titre}{/tidy}
2a557a09 124 {if $art.nonlu}</strong>{/if}</a>
24bcf50c 125 </td>
126 </tr>
127 {/iterate}
d1c97e42 128 {if $is_admin}
129 <tr class="pair">
130 <td class="center">
131 <a href="{$platal->ns}announce/new">{icon name=add} Ajouter une annonce</a>
132 </td>
133 </tr>
134 {/if}
24bcf50c 135</table>
24bcf50c 136
8e95ff41 137<br />
138
139{if $articles->total()}
140<div>
141{iterate item=art from=$articles}
892083ef 142{include file="xnetgrp/form.announce.tpl"}
8e95ff41 143<br />
144{/iterate}
145</div>
8e95ff41 146
d1c97e42 147<p style="text-align: justify;">
148<small>
a7de4ef7 149<em>Nota Bene :</em> les informations présentées ici n'engagent que leurs auteurs
150respectifs et sont publiées à leur initiative. L'association Polytechnique.org
151ne pourrait en aucun cas être tenue responsable de la nature des propos relatés
152sur cet espace d'expression et d'information. Elle se réserve le droit de
153refuser ou de retirer toute information de nature diffamante ou pouvant être
154interprétée comme polémique par un membre de la communauté polytechnicienne.
d1c97e42 155</small>
156</p>
157{/if}
158{elseif $is_admin}
24bcf50c 159<div class="center">
1970c12b 160 [<a href="{$platal->ns}announce/new">{icon name=page_edit} Ajouter une annonce</a>]
24bcf50c 161</div>
162{/if}
163
a7de4ef7 164{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}