source: extensions/Slide/admin/admin.tpl @ 21579

Last change on this file since 21579 was 21579, checked in by Miklfe, 11 years ago
File size: 1.5 KB
Line 
1{html_head}
2        <script src="themes/Slide/admin/js/jquery.screwdefaultbuttonsV2.min.js" type="text/javascript"></script>
3        <style media="screen" type="text/css">
4                {literal}
5                        #opt{width:100%; display:inline-block}
6                        .black{width:500px;height:281px;background:url("themes/Slide/admin/images/black.jpg");display:inline-block;margin-right:50px}
7                        .white{width:500px;height:281px;background:url("themes/Slide/admin/images/white.jpg");display:inline-block;margin-right:50px}
8                        .content form{text-align:center}
9                        .check{display:inline-block;height:140px}
10                        .inOpt{display:inline-block;margin:0 50px}
11                {/literal}
12        </style>
13
14        <script type="text/javascript">
15        {literal}
16                $(function(){
17               
18                        $('input:radio').screwDefaultButtons({
19                                image: 'url("themes/Slide/admin/images/radioSmall_Blue.png")',
20                                width: 35,
21                                height: 35
22                        });
23                       
24                });
25        {/literal}
26        </script>
27{/html_head}
28       
29       
30       
31<div class="titrePage">
32<h2>Slide</h2>
33</div>
34
35<form action="" method="post">
36
37
38
39<fieldset>
40<legend>{'Slide'|@translate}</legend>
41
42<div id="opt">
43                <div class="inOpt"><div class="black"></div><div class="check"><input type="radio" name="color_theme" value="1" {if $selected_color_theme=='1'}checked="checked"{/if} ></div></div>
44                <div class="inOpt"><div class="white"></div><div class="check"><input type="radio" name="color_theme" value="2" {if $selected_color_theme=='2'}checked="checked"{/if} ></div></div>
45               
46</div>
47
48</fieldset>
49<p><input type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
50</form>
51
Note: See TracBrowser for help on using the repository browser.