2006 => 2007 Happy New Year\!
[platal.git] / templates / include / flags.radio.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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{**************************************************************************}
79a5acea 22{if $display neq "mini"}
0337d704 23 <tr>
24 <td colspan="5" class="pflags">
25 <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
26 <tr>
27 <td class="vert">
28 <input type="radio" name="{$name}" value="public" {if $val eq 'public'}checked="checked"{/if} />
29 </td>
30 <td class="texte">
31 site public
32 </td>
33 <td class="orange">
34 <input type="radio" name="{$name}" value="ax" {if $val eq 'ax'}checked="checked"{/if} />
35 </td>
36 <td class="texte">
37 transmis ŕ l'AX
38 </td>
39 <td class="rouge">
40 <input type="radio" name="{$name}" value="private" {if $val eq 'private'}checked="checked"{/if} />
41 </td>
42 <td class="texte">
0d01fb84 43 privé
0337d704 44 </td>
45 <td class="texte">
db9c3838 46 <a href="Xorg/FAQ?display=light#flags" class="popup_800x240">Quelle couleur ??</a>
0337d704 47 </td>
48 </tr>
49 </table>
50 </td>
51 </tr>
79a5acea 52{else}
53 <td class="vert">
54 <input type="radio" name="{$name}" value="public" {if $val eq 'public'}checked="checked"{/if} />
55 </td>
56 <td class="orange">
57 <input type="radio" name="{$name}" value="ax" {if $val eq 'ax'}checked="checked"{/if} />
58 </td>
59 <td class="rouge">
60 <input type="radio" name="{$name}" value="private" {if $val eq 'private'}checked="checked"{/if} />
61 </td>
62{/if}