Moving to GitHub.
[platal.git] / templates / xnetlists / create.tpl
CommitLineData
3fe218e4 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
3fe218e4 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;: Création d'une liste de diffusion</h1>
3fe218e4 24
25<p class="descr">
293a3b8d 26<strong>Note&nbsp;:</strong> les listes de diffusion sont un outil particulièrement adapté pour des
6e828e47 27échanges entre 6 personnes ou plus (newsletter, débat interne au groupe&hellip;). En revanche, elles
a7de4ef7 28s'avèrent peu praticables pour des discussions plus restreintes. Il est alors préférable
29d'utiliser <a href="{$platal->ns}alias/create">un alias</a>, à la gestion beaucoup plus souple.
3fe218e4 30</p>
31<p class="descr">
a7de4ef7 32D'autre part, il est impossible d'inscrire une liste de diffusion à une autre liste de diffusion.
33Si tu as besoin de cette fonctionnalité, il faut alors <strong>impérativement</strong> utiliser
7b2413f6 34<a href="{$platal->ns}alias/create">un alias</a> qui, lui, est capable de regrouper plusieurs listes.
3fe218e4 35</p>
7b2413f6 36<form action='{$platal->ns}lists/create' method='post'>
8d73663d 37 {xsrf_token_field}
3fe218e4 38 <table class="large">
39 <tr>
293a3b8d 40 <th colspan='4'>Caractéristiques de la Liste</th>
3fe218e4 41 </tr>
42 <tr>
fac9cf6a 43 <td><strong>Adresse&nbsp;souhaitée&nbsp;:</strong></td>
293a3b8d 44 <td colspan='3'>
34ade5a6 45 <input type='text' name='liste' value='{$smarty.post.liste}' />@{$asso->mail_domain}
3fe218e4 46 </td>
47 </tr>
48 <tr>
e8439508 49 <td><strong>Sujet (bref)&nbsp;:</strong></td>
293a3b8d 50 <td colspan='3'>
3fe218e4 51 <input type='text' name='desc' size='40' value="{$smarty.post.desc}" />
52 </td>
53 </tr>
54 <tr>
293a3b8d
SJ
55 <td style="border: 0; border-right: 1px solid gray"><strong>Propriétés&nbsp;:</strong></td>
56 <td colspan='3' style="border: 0"></td>
57 </tr>
58 <tr>
59 <td style="border: 0; border-right: 1px solid gray">
60 visibilité&nbsp;:<br/><span style='font-size: xx-small;'>
61 (qui peut la voir dans la liste des listes&nbsp;?)</span>
62 </td>
63 <td style="border: 0">
64 <label><input type='radio' name='advertise' value='0'
65 {if $smarty.post.advertise && $smarty.post}checked='checked'{/if} />publique<br/>
66 <span style='font-size: xx-small;'>(tous les membres)</span></label>
67 </td>
68 <td colspan='2' style="border: 0">
69 <label><input type='radio' name='advertise' value='1'
70 {if !$smarty.post.advertise || !$smarty.post}checked='checked'{/if} />privée<br/>
71 <span style='font-size: xx-small;'>(seuls ceux inscrits à cette liste)</span></label>
72 </td>
73 </tr>
74 <tr>
75 <td style="border: 0; border-right: 1px solid gray">
76 diffusion&nbsp;:<br/><span style='font-size: xx-small;'>
faefdbb7 77 (l'envoi d'un email à cette liste est-il modéré&nbsp;?)</span>
293a3b8d
SJ
78 </td>
79 <td style="border: 0">
80 <label><input type='radio' name='modlevel' value='0'
81 {if !$smarty.post.modlevel}checked='checked'{/if} />libre<br/><small>(non)</small></label>
82 </td>
83 <td style="border: 0">
84 <label><input type='radio' name='modlevel' value='1'
85 {if $smarty.post.modlevel eq 1}checked='checked'{/if} />restreinte<br/>
86 <small>(oui, si l'expéditeur n'appartient pas à la liste)</small></label>
87 </td>
88 <td style="border: 0">
89 <label><input type='radio' name='modlevel' value='2'
90 {if $smarty.post.modlevel eq 2}checked='checked'{/if} />modérée<br/>
91 <small>(oui, tout le temps)</small></label>
92 </td>
93 </tr>
94 <tr>
95 <td style="border: 0; border-right: 1px solid gray">
96 inscription&nbsp;:<br/><span style='font-size: xx-small;'>
97 (l'inscription à cette liste est-elle modérée&nbsp;?)</span>
98 </td>
99 <td style="border: 0">
100 <label><input type='radio' name='inslevel' value='0'
101 {if !$smarty.post.inslevel && $smarty.post}checked='checked'{/if} />libre<br/>
102 <small>(non)</small></label>
103 </td>
104 <td colspan='2' style="border: 0">
105 <label><input type='radio' name='inslevel' value='1'
106 {if $smarty.post.inslevel || !$smarty.post}checked='checked'{/if} />modérée<br/>
107 <small>(oui)</small></label>
3fe218e4 108 </td>
109 </tr>
110 </table>
a7de4ef7 111 <p class="center"><input name='submit' type='submit' value="Créer !" /></p>
3fe218e4 112</form>
113
448c8cdc 114{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}