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