Merge commit 'origin/fusionax' into account
[platal.git] / templates / platal / webredirect.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
23
24<h1>Redirection de page WEB</h1>
25
26<h2>Pourquoi une redirection de page WEB ?</h2>
27<p>
a7de4ef7 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
e67b4436
VZ
30 les adresses <strong>http://www.carva.org/{$bestalias}</strong>
31 et <strong>http://www.carva.org/{$smarty.session.hruid}</strong>
a7de4ef7 32 vers la page WEB de ton choix. Pour de plus amples détails, consulte
db9c3838 33 <a href="Xorg/MaRedirectionWeb">cette page</a>
0337d704 34</p>
35
36<h2>Conditions d'usage</h2>
37<p>
a7de4ef7 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
0337d704 40 atteinte aux droits des tiers
a7de4ef7 41 (<a href="Xorg/MaRedirectionWeb">plus de précisions</a>).
0337d704 42</p>
43
44<h1>
45 Mise en place de la redirection
46</h1>
0337d704 47
48<p>
c1e98576 49 Pour modifier ta redirection remplis le champ suivant et clique sur <strong>Valider</strong>.
0337d704 50{if $carva}
51 Si tu veux annuler ta redirection, clique sur <strong>Supprimer</strong>.
52{/if}
53</p>
54
55<br />
56
57<form action="{$smarty.server.REQUEST_URI}" method="post">
58 <table class="bicol" summary="[ redirection ]">
59 <tr>
60 <th colspan="2">
61 Adresse de redirection
62 </th>
63 </tr>
64 <tr>
65 <td colspan="2" class="center">
66 <strong>http://</strong>&nbsp;<input size="50" maxlength="255" name="url"
67 value="{$smarty.post.url|default:$carva}" />
68 </td>
69 </tr>
70 <tr>
0337d704 71 <td colspan="2" class="center">
72 <input type="submit" value="Valider" name="submit" />
bce2f8eb 73{if $carva}
74 <input type="submit" value="Supprimer" name="submit" />
0337d704 75{/if}
bce2f8eb 76 </td>
0337d704 77 </tr>
78 </table>
79</form>
80
a7de4ef7 81{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}