Happy New Year !
[platal.git] / templates / platal / skins.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
ba6ae046 3{* Copyright (C) 2003-2013 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>
6bb2f79a 26Tu n'aimes pas les couleurs ou l'apparence de {#globals.core.sitename#}&nbsp;? Normal, les goûts et les
a7de4ef7 27couleurs, ça ne se discute pas. Certains préfèrent une page sérieuse, d'autres plus
3bf63218 28fantaisiste. À toi de voir&nbsp;!
0337d704 29</p>
30<p>
a7de4ef7 31Pour toute information complémentaire, n'hésite pas à écrire à
58f2a6e7 32<a href="mailto:support@{#globals.mail.domain#}?subject=navigateur">support@{#globals.mail.domain#}</a>
0337d704 33</p>
34
92e6a287 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}
e5b254d5 40 onclick="$.dynPost('prefs/skin', 'newskin', {$skin.id})" />
92e6a287 41 </td>
42 <td class="skimilieu">
43 <strong>{$skin.name}</strong>
a7de4ef7 44 ajoutée le {$skin.date|date_format}<br />
92e6a287 45 {$skin.comment}
46 <br /><br />
a7de4ef7 47 Créée par <strong>{$skin.auteur}</strong>
92e6a287 48 <br /><br />
a7de4ef7 49 Utilisée par <strong>{$skin.nb}</strong> inscrit{if $skin.nb>1}s{/if}
92e6a287 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>
0337d704 57
a7de4ef7 58{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}