Arrange templates by module
[platal.git] / templates / platal / skins.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
7d73bb7b 23<h1>Skins {#globals.core.sitename#}</h1>
0337d704 24
25<p>
7d73bb7b 26Tu n'aimes pas les couleurs ou l'apparence de {#globals.core.sitename#} ? Normal, les goûts et les
0337d704 27couleurs, ça ne se discute pas. Certains préfèrent une page sérieuse, d'autres plus
28fantaisiste. A toi de voir :)
29</p>
30<p>
31Note aux utilisateurs du navigateur Netscape 4.x ou équivalent.
32La fonctionalité "skins" n'est hélas pas compatible avec ces navigateurs
33qui ne respectent pas les standards du web. <br />
7d73bb7b 34Pour profiter de toutes les fonctionnalités de {#globals.core.sitename#},
0337d704 35nous te conseillons de télécharger une version récente de ton navigateur.
36</p>
37<p>
38Pour toute information complémentaire, n'hésite pas à écrire à
58f2a6e7 39<a href="mailto:support@{#globals.mail.domain#}?subject=navigateur">support@{#globals.mail.domain#}</a>
0337d704 40</p>
41
92e6a287 42<table id="skin" cellpadding="0" cellspacing="0" summary="Choix de skins">
43 {iterate item=skin from=$skins}
44 <tr>
45 <td class="skigauche">
46 <input type="radio" name="newskin" value="{$skin.id}" {if $skin_id eq $skin.id}checked="checked"{/if}
47 onclick="dynpostkv('prefs/skin', 'newskin', {$skin.id})" />
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>
0337d704 64
65{* vim:set et sw=2 sts=2 sws=2: *}