Arrange templates by module
[platal.git] / templates / platal / webredirect.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
24<h1>Redirection de page WEB</h1>
25
26<h2>Pourquoi une redirection de page WEB ?</h2>
27<p>
7d73bb7b 28 Dans la lignée du service de redirection d'emails de <strong>{#globals.core.sitename#}</strong>,
0337d704 29 il est possible de faire pointer
bee33d93 30 les adresses <strong>http://www.carva.org/{$smarty.session.bestalias}</strong>
31 et <strong>http://www.carva.org/{$smarty.session.forlife}</strong>
0337d704 32 vers la page WEB de ton choix. Pour de plus amples détails, consulte
7b2413f6 33 <a href="Docs/MaRedirectionDePageWEB">cette page</a>
0337d704 34</p>
35
36<h2>Conditions d'usage</h2>
37<p>
38 L'utilisateur s'engage à ce que le contenu du site référencé soit en conformité
39 avec les lois et règlements en vigueur et d'une manière générale ne porte pas
40 atteinte aux droits des tiers
7b2413f6 41 (<a href="Docs/MaRedirectionDePageWEB#charte">plus de précisions</a>).
0337d704 42</p>
43
44<h1>
45 Mise en place de la redirection
46</h1>
47<p>
48{if $carva}
49 Actuellement, les adresses
bee33d93 50 <a href="http://www.carva.org/{$smarty.session.bestalias}">
51 http://www.carva.org/{$smarty.session.bestalias}
52 </a> et <a href="http://www.carva.org/{$smarty.session.forlife}">
53 http://www.carva.org/{$smarty.session.forlife}
0337d704 54 </a> sont redirigées sur <a href="http://{$carva}">http://{$carva}</a>
55{else}
56 La redirection n'est pas utilisée ...
57{/if}
58</p>
59
60<p>
bce2f8eb 61 Pour modifier cette redirection remplis le champ suivant et clique sur <strong>Valider</strong>.
0337d704 62{if $carva}
63 Si tu veux annuler ta redirection, clique sur <strong>Supprimer</strong>.
64{/if}
65</p>
66
67<br />
68
69<form action="{$smarty.server.REQUEST_URI}" method="post">
70 <table class="bicol" summary="[ redirection ]">
71 <tr>
72 <th colspan="2">
73 Adresse de redirection
74 </th>
75 </tr>
76 <tr>
77 <td colspan="2" class="center">
78 <strong>http://</strong>&nbsp;<input size="50" maxlength="255" name="url"
79 value="{$smarty.post.url|default:$carva}" />
80 </td>
81 </tr>
82 <tr>
0337d704 83 <td colspan="2" class="center">
84 <input type="submit" value="Valider" name="submit" />
bce2f8eb 85{if $carva}
86 <input type="submit" value="Supprimer" name="submit" />
0337d704 87{/if}
bce2f8eb 88 </td>
0337d704 89 </tr>
90 </table>
91</form>
92
93{* vim:set et sw=2 sts=2 sws=2: *}