Merge branch 'xorg/maint'
[platal.git] / templates / xnetgrp / edit.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 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>{if $asso->nom}{$asso->nom}&nbsp;: {/if}Éditer l'accueil</h1>
0337d704 24
7b2413f6 25<form method="post" action="{$platal->ns}edit" enctype="multipart/form-data">
c4cfd6eb 26 {xsrf_token_field}
0337d704 27 {if $super}
28 <table cellpadding="0" cellspacing="0" class='tiny'>
29 <tr>
30 <td class="titre">
77af6562 31 Nom&nbsp;:
0337d704 32 </td>
33 <td>
f611c8bd 34 <input type="text" size="40" value="{if $error}{$nom}{else}{$asso->nom}{/if}" name="nom" />
0337d704 35 </td>
36 </tr>
37 <tr>
38 <td class="titre">
77af6562 39 Diminutif&nbsp;:
0337d704 40 </td>
41 <td>
f611c8bd 42 <input type="text" size="40" value="{if $error}{$diminutif}{else}{$asso->diminutif}{/if}" name="diminutif" />
0337d704 43 </td>
44 </tr>
45 <tr>
46 <td class="titre">
77af6562 47 Domaine DNS&nbsp;:
0337d704 48 </td>
49 <td>
f611c8bd 50 <input type="text" size="40" value="{if $error}{$mail_domain}{else}{$asso->mail_domain}{/if}" name="mail_domain" />
0337d704 51 </td>
52 </tr>
53 <tr>
54 <td class="titre">
e8439508 55 Catégorie&nbsp;:
0337d704 56 </td>
57 <td>
58 <select name="cat">
f611c8bd
SJ
59 <option value="groupesx" {if $cat eq 'GroupesX'}selected="selected"{/if}>Groupes X</option>
60 <option value="binets" {if $cat eq 'Binets'}selected="selected"{/if}>Binets</option>
61 <option value="promotions" {if $cat eq 'Promotions'}selected="selected"{/if}>Promotions</option>
62 <option value="institutions" {if $cat eq 'Institutions'}selected="selected"{/if}>Institutions</option>
0337d704 63 </select>
64 </td>
65 </tr>
66 <tr>
67 <td class="titre">
77af6562 68 Domaine&nbsp;:
0337d704 69 </td>
70 <td>
71 <select name="dom">
9fce7016 72 <option value="">&nbsp;</option>
f611c8bd
SJ
73 {iterate from=$domains item=d}
74 <option value="{$d.id}" {if $d.id eq $dom}selected="selected"{/if}>{$d.nom} [{$d.cat}]</option>
0337d704 75 {/iterate}
76 </select>
77 </td>
78 </tr>
c2f19630
SJ
79 <tr>
80 <td class="titre center" colspan="2">
f611c8bd
SJ
81 <label><input type="checkbox" value="1" name="ax" {if $ax}checked="checked"{/if} />
82 groupe agréé par l'AX</label> le <input type="text" size="10" maxlength="10" value="{if $error}{$axDate}{$asso->axDate}{/if}" name="axDate" />
004ff79e 83 <small>(ex: 01/01/1970)</small>
c2f19630
SJ
84 </td>
85 </tr>
08906e89
RB
86 <tr>
87 <td class="titre center" colspan="2">
88 <label><input type="checkbox" value="1" name="disable_mails" {if $disable_mails}checked="checked"{/if} />
89 désactiver l'envoi de mails</label>
90 </td>
91 </tr>
0337d704 92 </table>
93 <p></p>
94 {/if}
c2f19630 95
0337d704 96 <table cellpadding="0" cellspacing="0" class='tiny'>
97 <tr>
98 <td class="titre">
77af6562 99 Logo&nbsp;:
0337d704 100 </td>
101 <td>
102 <input type="file" name="logo" />
103 </td>
104 </tr>
105
106 <tr>
107 <td class="titre">
77af6562 108 Site web&nbsp;:
0337d704 109 </td>
110 <td>
f611c8bd 111 <input type="text" size="40" value="{if $error}{$site}{else}{$asso->site|default:"http://"}{/if}" name="site" />
0337d704 112 </td>
113 </tr>
114
115 <tr>
116 <td class="titre">
77af6562 117 Contact&nbsp;:
0337d704 118 </td>
119 <td>
f611c8bd 120 <input type="text" size="40" name="resp" value="{if $error}{$resp}{else}{$asso->resp}{/if}" />
0337d704 121 </td>
122 </tr>
123
124 <tr>
125 <td class="titre">
faefdbb7 126 Adresse email&nbsp;:
0337d704 127 </td>
128 <td>
f611c8bd 129 <input type="text" size="40" name="mail" value="{if $error}{$mail}{else}{$asso->mail}{/if}" />
0337d704 130 </td>
131 </tr>
132
133 <tr>
a174a707
SJ
134 <td class="titre">Téléphone</td>
135 <td>
f611c8bd 136 <input type="text" maxlength="28" name="phone" value="{if $error}{$phone}{else}{$asso->phone}{/if}" />
a174a707
SJ
137 </td>
138 </tr>
139 <tr>
140 <td class="titre">Fax</td>
141 <td>
f611c8bd 142 <input type="text" maxlength="28" name="fax" value="{if $error}{$fax}{else}{$asso->fax}{/if}" />
a174a707
SJ
143 </td>
144 </tr>
baab50c7
SJ
145 <tr>
146 <td class="titre">Adresse</td>
147 <td>
f611c8bd 148 <textarea name="address" cols="30" rows="4">{if $error}{$address}{else}{$asso->address}{/if}</textarea>
baab50c7
SJ
149 </td>
150 </tr>
a174a707
SJ
151
152 <tr>
0337d704 153 <td class="titre">
77af6562 154 Forum&nbsp;:
0337d704 155 </td>
156 <td>
f611c8bd 157 <input type="text" size="40" name="forum" value="{if $error}{$forum}{else}{$asso->forum}{/if}" />
0337d704 158 </td>
159 </tr>
160
161 <tr>
162 <td class="titre">
77af6562 163 Inscription possible&nbsp;:
19465af7 164 </td>
165 <td>
f611c8bd
SJ
166 <label><input type="radio" value="1" {if $inscriptible eq 1}checked="checked"{/if} name="inscriptible" />oui</label>
167 <label><input type="radio" value="0" {if $inscriptible neq 1}checked="checked"{/if} name="inscriptible" />non</label>
19465af7 168 </td>
169 </tr>
170
171 <tr>
172 <td class="titre">
7c8b692c
SJ
173 Notifier les demandes d'inscriptions&nbsp;:
174 </td>
175 <td>
176 <label><input type="radio" value="1" {if $notify_all}checked="checked"{/if} name="notify_all"
177 onclick="$('#notification').hide()"/>à tous les animateurs</label>
178 <label><input type="radio" value="0" {if !$notify_all}checked="checked"{/if} name="notify_all"
179 onclick="$('#notification').show()" />seulement à certains</label>
180 </td>
181 </tr>
182 <tr id="notification" {if $notify_all}style="display: none"{/if}>
183 <td></td>
184 <td>
185 {if $notified || $unnotified}
186 <ul>
187 {if $notified}
188 {foreach from=$notified item=user}
189 <li>
190 <label><input type="checkbox" name="to_notify_{$user->id()}" checked="checked" />{$user->fullName(true)}</label>
191 </li>
192 {/foreach}
193 {/if}
194 {if $unnotified}
195 {foreach from=$unnotified item=user}
196 <li>
197 <label><input type="checkbox" name="to_notify_{$user->id()}" />{$user->fullName(true)}</label>
198 </li>
199 {/foreach}
200 {/if}
201 </ul>
202 {/if}
203 </td>
204 </tr>
205
206 <tr>
207 <td class="titre">
77af6562 208 Lien pour l'inscription&nbsp;:<br />
a7de4ef7 209 <em>laisser vide par défaut</em>
0337d704 210 </td>
211 <td>
f611c8bd 212 <input type="text" size="40" name="sub_url" value="{if $error}{$sub_url}{else}{$asso->sub_url}{/if}" />
0337d704 213 </td>
214 </tr>
215
216 <tr>
30032578 217 <td class="titre">
77af6562 218 Lien pour la désinscription&nbsp;:<br/>
a7de4ef7 219 <em>laisser vide par défaut</em>
30032578 220 </td>
221 <td>
f611c8bd 222 <input type="text" size="40" name="unsub_url" value="{if $error}{$unsub_url}{else}{$asso->unsub_url}{/if}" />
30032578 223 </td>
224 </tr>
225
226 <tr>
73ac0916
SJ
227 <td class="titre">
228 Message de bienvenue&nbsp;:<br />
229 <em>envoyé à l'inscription</em>
230 </td>
231 <td>
f611c8bd 232 <textarea cols='40' rows='8' name='welcome_msg'>{if $error}{$welcome_msg}{else}{$asso->welcome_msg}{/if}</textarea>
73ac0916
SJ
233 </td>
234 </tr>
235
236 <tr>
0337d704 237 <td class="titre center" colspan="2">
2c86d368
FB
238 Diffusion de la liste des membres&nbsp;:
239 <select name="pub">
f611c8bd
SJ
240 <option value="public" {if $pub eq 'public'}selected="selected"{/if}>Publique</option>
241 <option value="membre" {if $pub eq 'membre'}selected="selected"{/if}>Aux membres du groupe</option>
242 <option value="private" {if $pub eq 'private'}selected="selected"{/if}>Aux animateurs du groupe</option>
2c86d368 243 </select>
0337d704 244 </td>
c73a312d 245 </tr>
359f9ca3
FB
246 <tr>
247 <td class="titre center" colspan="2">
f611c8bd 248 <label><input type="checkbox" value="1" name="notif_unsub" {if $notif_unsub}checked="checked"{/if} />
a44f405e 249 prévenir les animateurs lors de la désinscription d'un membre</label>
359f9ca3
FB
250 </td>
251 </tr>
0337d704 252 </table>
253
254 <div class="center">
794feea7
FB
255 <input type="submit" name="submit" value="Enregistrer" />
256 </div>
257
258 <div class="center">
794feea7 259 <div id="preview_descr" style="display: none; text-align: justify"></div>
0337d704 260 <br />
794feea7 261 <a href="wiki_help" class="popup3">
77af6562 262 {icon name=information title="Syntaxe wiki"} Voir la syntaxe wiki autorisée pour la description.
794feea7 263 </a>
f611c8bd 264 <textarea name="descr" cols="70" rows="15" id="descr">{if $error}{$descr}{else}{$asso->descr}{/if}</textarea>
794feea7
FB
265 <input type="submit" name="preview" value="Aperçu de la description"
266 onclick="previewWiki('descr', 'preview_descr', true, 'preview_descr'); return false;" /><br />
0337d704 267 <input type="submit" name="submit" value="Enregistrer" />
268 </div>
269</form>
270
448c8cdc 271{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}