source: extensions/Slim/admin/admin.tpl @ 25997

Last change on this file since 25997 was 25997, checked in by Miklfe, 10 years ago
File size: 1.5 KB
Line 
1{html_head}
2        <style media="screen" type="text/css">
3                {literal}
4                        #opt{width:48%; display:inline-block}
5                {/literal}
6        </style>
7{/html_head}
8       
9       
10       
11<div class="titrePage">
12<h2>Slim</h2>
13</div>
14
15<form action="" method="post">
16
17
18
19<fieldset>
20<legend>{'Slim'|@translate}</legend>
21
22<div id="opt">
23<table>
24                <td><u>Style</u></td>
25                <tr><td align="right">Slim</td><td class="check"><input type="radio" name="style_slim" value="1" {if $selected_style_slim=='1'}checked="checked"{/if} ></td></tr>
26                       
27                <tr><td align="right">Slim_L</td><td class="check"><input type="radio" name="style_slim" value="2" {if $selected_style_slim=='2'}checked="checked"{/if} ></td></tr>
28               
29                <tr><td align="right">Slim_XL</td><td class="check"><input type="radio" name="style_slim" value="3" {if $selected_style_slim=='3'}checked="checked"{/if} ></td></tr>
30</table>
31</div>
32<div id="opt">
33<table>
34                <td><u>Color</u></td>
35                <tr><td align="right">White</td><td class="check"><input type="radio" name="color_theme" value="1" {if $selected_color_theme=='1'}checked="checked"{/if} ></td></tr>
36                       
37                <tr><td align="right">Black</td><td class="check"><input type="radio" name="color_theme" value="2" {if $selected_color_theme=='2'}checked="checked"{/if} ></td></tr>
38               
39                <tr><td align="right">Grey</td><td class="check"><input type="radio" name="color_theme" value="3" {if $selected_color_theme=='3'}checked="checked"{/if} ></td></tr>
40</table>
41</div>
42
43</fieldset>
44<p><input type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
45</form>
46
Note: See TracBrowser for help on using the repository browser.