Add a class Group to handler xnet groups.
[platal.git] / templates / xnetgrp / edit.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 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>
34ade5a6 34 <input type="text" size="40" value="{$asso->nom}" name="nom" />
0337d704 35 </td>
36 </tr>
37 <tr>
38 <td class="titre">
77af6562 39 Diminutif&nbsp;:
0337d704 40 </td>
41 <td>
34ade5a6 42 <input type="text" size="40" value="{$asso->diminutif}" name="diminutif" />
0337d704 43 </td>
44 </tr>
45 <tr>
46 <td class="titre">
77af6562 47 Domaine DNS&nbsp;:
0337d704 48 </td>
49 <td>
34ade5a6 50 <input type="text" size="40" value="{$asso->mail_domain}" 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">
34ade5a6
FB
59 <option value="groupesx" {if $asso->cat eq GroupesX}selected="selected"{/if}>Groupes X</option>
60 <option value="binets" {if $asso->cat eq Binets}selected="selected"{/if}>Binets</option>
61 <option value="promotions" {if $asso->cat eq Promotions}selected="selected"{/if}>Promotions</option>
62 <option value="institutions" {if $asso->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">
72 <option value=""></option>
73 {iterate from=$dom item=d}
34ade5a6 74 <option value="{$d.id}" {if $d.id eq $asso->dom}selected="selected"{/if}>{$d.nom} [{$d.cat}]</option>
0337d704 75 {/iterate}
76 </select>
77 </td>
78 </tr>
79 </table>
80 <p></p>
81 {/if}
82 <table cellpadding="0" cellspacing="0" class='tiny'>
83 <tr>
84 <td class="titre">
77af6562 85 Logo&nbsp;:
0337d704 86 </td>
87 <td>
88 <input type="file" name="logo" />
89 </td>
90 </tr>
91
92 <tr>
93 <td class="titre">
77af6562 94 Site web&nbsp;:
0337d704 95 </td>
96 <td>
34ade5a6 97 <input type="text" size="40" value="{$asso->site|default:"http://"}" name="site" />
0337d704 98 </td>
99 </tr>
100
101 <tr>
102 <td class="titre">
77af6562 103 Contact&nbsp;:
0337d704 104 </td>
105 <td>
34ade5a6 106 <input type="text" size="40" name="resp" value="{$asso->resp}" />
0337d704 107 </td>
108 </tr>
109
110 <tr>
111 <td class="titre">
faefdbb7 112 Adresse email&nbsp;:
0337d704 113 </td>
114 <td>
34ade5a6 115 <input type="text" size="40" name="mail" value="{$asso->mail}" />
0337d704 116 </td>
117 </tr>
118
119 <tr>
120 <td class="titre">
77af6562 121 Forum&nbsp;:
0337d704 122 </td>
123 <td>
34ade5a6 124 <input type="text" size="40" name="forum" value="{$asso->forum}" />
0337d704 125 </td>
126 </tr>
127
128 <tr>
129 <td class="titre">
77af6562 130 Inscription possible&nbsp;:
19465af7 131 </td>
132 <td>
133 <input type="radio" value="1" id="inscr_yes"
34ade5a6 134 {if $asso->inscriptible eq 1}checked="checked"{/if}
19465af7 135 name="inscriptible" />
136 <label for="inscr_yes">oui</label>
137 <input type="radio" value="0" id="inscr_no"
34ade5a6 138 {if $asso->inscriptible neq 1}checked="checked"{/if}
19465af7 139 name="inscriptible" />
140 <label for="inscr_no">non</label>
141 </td>
142 </tr>
143
144 <tr>
145 <td class="titre">
77af6562 146 Lien pour l'inscription&nbsp;:<br />
a7de4ef7 147 <em>laisser vide par défaut</em>
0337d704 148 </td>
149 <td>
34ade5a6 150 <input type="text" size="40" name="sub_url" value="{$asso->sub_url}" />
0337d704 151 </td>
152 </tr>
153
154 <tr>
30032578 155 <td class="titre">
77af6562 156 Lien pour la désinscription&nbsp;:<br/>
a7de4ef7 157 <em>laisser vide par défaut</em>
30032578 158 </td>
159 <td>
34ade5a6 160 <input type="text" size="40" name="unsub_url" value="{$asso->unsub_url}" />
30032578 161 </td>
162 </tr>
163
164 <tr>
0337d704 165 <td class="titre center" colspan="2">
34ade5a6 166 <label><input type="checkbox" value="1" name="ax" {if $asso->ax}checked="checked"{/if} />
a44f405e 167 groupe agréé par l'AX</label>
0337d704 168 </td>
169 </tr>
170
171 <tr>
172 <td class="titre center" colspan="2">
2c86d368
FB
173 Diffusion de la liste des membres&nbsp;:
174 <select name="pub">
34ade5a6
FB
175 <option value="public" {if $asso->pub eq 'public'}selected="selected"{/if}>Publique</option>
176 <option value="membre" {if $asso->pub eq 'membre'}selected="selected"{/if}>Aux membres du groupe</option>
177 <option value="private" {if $asso->pub eq 'private'}selected="selected"{/if}>Aux animateurs du groupe</option>
2c86d368 178 </select>
0337d704 179 </td>
c73a312d 180 </tr>
359f9ca3
FB
181 <tr>
182 <td class="titre center" colspan="2">
34ade5a6 183 <label><input type="checkbox" value="1" name="notif_unsub" {if $asso->notif_unsub}checked="checked"{/if} />
a44f405e 184 prévenir les animateurs lors de la désinscription d'un membre</label>
359f9ca3
FB
185 </td>
186 </tr>
0337d704 187 </table>
188
189 <div class="center">
794feea7
FB
190 <input type="submit" name="submit" value="Enregistrer" />
191 </div>
192
193 <div class="center">
194 {javascript name=ajax}
195 <div id="preview_descr" style="display: none; text-align: justify"></div>
0337d704 196 <br />
794feea7 197 <a href="wiki_help" class="popup3">
77af6562 198 {icon name=information title="Syntaxe wiki"} Voir la syntaxe wiki autorisée pour la description.
794feea7
FB
199 </a>
200 <textarea name="descr" cols="70" rows="15" id="descr"
34ade5a6 201 {if !$asso->wiki_desc && $asso->descr}class="error"{/if}>{$asso->descr}</textarea>
794feea7
FB
202 <input type="submit" name="preview" value="Aperçu de la description"
203 onclick="previewWiki('descr', 'preview_descr', true, 'preview_descr'); return false;" /><br />
0337d704 204 <input type="submit" name="submit" value="Enregistrer" />
205 </div>
206</form>
207
a7de4ef7 208{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}