do not remove xface.php
[platal.git] / templates / skins.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2004 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>Skins Polytechnique.org</h1>
24
25 <p>
26 Tu n'aimes pas les couleurs ou l'apparence de Polytechnique.org ? Normal, les goûts et les
27 couleurs, ça ne se discute pas. Certains préfèrent une page sérieuse, d'autres plus
28 fantaisiste. A toi de voir :)
29 </p>
30 <p>
31 Note aux utilisateurs du navigateur Netscape 4.x ou équivalent.
32 La fonctionalité "skins" n'est hélas pas compatible avec ces navigateurs
33 qui ne respectent pas les standards du web. <br />
34 Pour profiter de toutes les fonctionnalités de Polytechnique.org,
35 nous te conseillons de télécharger une version récente de ton navigateur.
36 </p>
37 <p>
38 Pour toute information complémentaire, n'hésite pas à écrire à
39 {mailto address='support@polytechnique.org' subject='navigateurs'}
40 </p>
41
42 <form action="{$smarty.server.REQUEST_URI}" method="post">
43   <table id="skin" cellpadding="0" cellspacing="0" summary="Choix de skins">
44     {iterate item=skin from=$skins}    
45     <tr>
46       <td class="skigauche">
47         <input type="radio" name="newskin" value="{$skin.id}" {if $smarty.session.skin_id eq $skin.id}checked="checked"{/if} onclick="this.form.submit();" />
48       </td>
49       <td class="skimilieu">
50         <strong>{$skin.name}</strong>
51         ajoutée le {$skin.date|date_format}<br />
52         {$skin.comment}
53         <br /><br />
54         Créée par <strong>{$skin.auteur}</strong>
55         <br /><br />
56         Utilisée par <strong>{$skin.nb}</strong> inscrit{if $skin.nb>1}s{/if}
57       </td>
58       <td class="skidroite">
59         <img src="images/skins/{$skin.name}.{$skin.ext}" style="width:160px; height:160px;" alt=" [ CAPTURE D'ECRAN ] " />
60       </td>
61     </tr>
62     {/iterate}
63   </table>
64 </form>
65
66 {* vim:set et sw=2 sts=2 sws=2: *}