Happy New Year!
[platal.git] / templates / platal / webredirect.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 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
6bb2f79a 26<h2>Pourquoi une redirection de page WEB&nbsp;?</h2>
0337d704 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>
47<p>
48{if $carva}
49 Actuellement, les adresses
e67b4436
VZ
50 <a href="http://www.carva.org/{$bestalias}">http://www.carva.org/{$bestalias}</a> et
51 <a href="http://www.carva.org/{$smarty.session.hruid}">http://www.carva.org/{$smarty.session.hruid}</a>
52 sont redirigées sur <a href="http://{$carva}">http://{$carva}</a>
0337d704 53{else}
6e828e47 54 La redirection n'est pas utilisée&hellip;
0337d704 55{/if}
7a5719a2 56</p>
0337d704 57
58<p>
c1e98576 59 Pour modifier ta redirection remplis le champ suivant et clique sur <strong>Valider</strong>.
0337d704 60{if $carva}
61 Si tu veux annuler ta redirection, clique sur <strong>Supprimer</strong>.
62{/if}
63</p>
64
65<br />
66
67<form action="{$smarty.server.REQUEST_URI}" method="post">
68 <table class="bicol" summary="[ redirection ]">
69 <tr>
70 <th colspan="2">
71 Adresse de redirection
72 </th>
73 </tr>
74 <tr>
75 <td colspan="2" class="center">
76 <strong>http://</strong>&nbsp;<input size="50" maxlength="255" name="url"
77 value="{$smarty.post.url|default:$carva}" />
78 </td>
79 </tr>
80 <tr>
0337d704 81 <td colspan="2" class="center">
82 <input type="submit" value="Valider" name="submit" />
bce2f8eb 83{if $carva}
84 <input type="submit" value="Supprimer" name="submit" />
0337d704 85{/if}
bce2f8eb 86 </td>
0337d704 87 </tr>
88 </table>
89</form>
90
a7de4ef7 91{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}