4dbe5bf59c00ec05e05077598ec38fd3ce04182b
[platal.git] / templates / xnetlists / alias-create.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2011 Polytechnique.org                             *}
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
23 <h1>Création d'un alias</h1>
24 <p class='descr'>
25 Les alias sont conçus pour répondre aux problèmes suivants&nbsp;:
26 </p>
27 <ul class='descr'>
28   <li>
29   redirections pour les postes des gens au sein du groupe&nbsp;: par exemple il est pratique d'avoir un alias
30   president@&hellip; ou bien tresorier@&hellip; qui pointent tout le temps vers la bonne personne du groupe.
31   Une sorte d'adresse de «&nbsp;redirection à vie&nbsp;»&nbsp;;
32   </li>
33   <li>
34   listes de diffusions pour de petits nombres de personnes (bureau@&hellip;)&nbsp;;
35   </li>
36   <li>
37   listes à vie courte (liste créée pour l'organisation d'un évenement ponctuel par exemple)&nbsp;;
38   </li>
39   <li>
40   fédérer plusieurs listes/alias sous un même nom (ce que ne peuvent faire les listes de diffusion).
41   </li>
42 </ul>
43
44 <p class='descr'>
45 Pour les autres besoins de communications (notament pour un grand nombre de personnes et pour bénéficier des outils
46 de modération), il est recommandé de créer <a href="{$platal->ns}lists/create">une liste de diffusion</a>.
47 </p>
48 <form action='{$platal->ns}alias/create' method='post'>
49   {xsrf_token_field}
50   <table class='large'>
51     <tr>
52       <th colspan='2'>Caractéristiques de l'alias</th>
53     </tr>
54     <tr>
55       <td><strong>Adresse&nbsp;souhaitée&nbsp;:</strong></td>
56       <td>
57         <input type='text' name='liste' value='{$smarty.post.liste}' />@{$asso->mail_domain}
58       </td>
59     </tr>
60   </table>
61   <p class="center">
62   <input name='submit' type='submit' value="Créer !" />
63   </p>
64 </form>
65
66 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}