ded8806028981edf306e866aba52dc49b322bb2e
[platal.git] / templates / platal / skins.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2014 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 {#globals.core.sitename#}</h1>
24
25 <p>
26 Tu n'aimes pas les couleurs ou l'apparence de {#globals.core.sitename#}&nbsp;? 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. À toi de voir&nbsp;!
29 </p>
30 <p>
31 Pour toute information complémentaire, n'hésite pas à écrire à
32 <a href="mailto:support@{#globals.mail.domain#}?subject=navigateur">support@{#globals.mail.domain#}</a>
33 </p>
34
35 <table id="skin" cellpadding="0" cellspacing="0" summary="Choix de skins">
36   {iterate item=skin from=$skins}
37   <tr>
38     <td class="skigauche">
39       <input type="radio" name="newskin" value="{$skin.id}" {if $skin_id eq $skin.id}checked="checked"{/if}
40         onclick="$.dynPost('prefs/skin', 'newskin', {$skin.id})" />
41     </td>
42     <td class="skimilieu">
43       <strong>{$skin.name}</strong>
44       ajoutée le {$skin.date|date_format}<br />
45       {$skin.comment}
46       <br /><br />
47       Créée par <strong>{$skin.auteur}</strong>
48       <br /><br />
49       Utilisée par <strong>{$skin.nb}</strong> inscrit{if $skin.nb>1}s{/if}
50     </td>
51     <td class="skidroite">
52       <img src="images/skins/{$skin.name}.{$skin.ext}" style="width:160px; height:160px;" alt=" [ CAPTURE D'ECRAN ] " />
53     </td>
54   </tr>
55   {/iterate}
56 </table>
57
58 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}