1 | {html_head} |
---|
2 | <link rel="stylesheet" type="text/css" href="themes/PwgCarbon/admin/theme.css"> |
---|
3 | <script src="themes/PwgCarbon/js/lytebox.js" type="text/javascript"></script> |
---|
4 | |
---|
5 | |
---|
6 | {/html_head} |
---|
7 | |
---|
8 | |
---|
9 | <div class="titrePage"> |
---|
10 | <h2>PwgCarbon</h2> |
---|
11 | </div> |
---|
12 | |
---|
13 | <form action="" method="post"> |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | <fieldset> |
---|
18 | |
---|
19 | <legend>{'option'|@translate}</legend> |
---|
20 | |
---|
21 | <div id="option"> |
---|
22 | <table> |
---|
23 | <tr> |
---|
24 | <td align="right">{'Reflexion on thumbmail'|@translate} </td> |
---|
25 | <td class="check"><input type="checkbox" name="thumbreflex" value="1" {if $selected_thumbreflex=='1'}checked="checked"{/if} ></td> |
---|
26 | |
---|
27 | </tr> |
---|
28 | </table> |
---|
29 | |
---|
30 | <table> |
---|
31 | <tr> |
---|
32 | <td align="right">{'use picture in the theme'|@translate} </td> |
---|
33 | <td class="check"><input type="checkbox" name="imgtheme" value="1" {if $selected_imgtheme=='1'}checked="checked"{/if} ></td> |
---|
34 | </tr> |
---|
35 | </table> |
---|
36 | |
---|
37 | <table> |
---|
38 | <tr> |
---|
39 | <td align="right">{'Colorus menu'|@translate} </td> |
---|
40 | <td class="check"><input type="checkbox" name="colormenu" value="1" {if $selected_colormenu=='1'}checked="checked"{/if} ></td> |
---|
41 | </tr> |
---|
42 | </table> |
---|
43 | |
---|
44 | <table> |
---|
45 | <tr> |
---|
46 | <td align="right">{'Open picture in lighting box'|@translate} </td> |
---|
47 | <td class="check"><input type="checkbox" name="lytebox" value="1" {if $selected_lytebox=='1'}checked="checked"{/if} ></td> |
---|
48 | </tr> |
---|
49 | </table> |
---|
50 | </div> |
---|
51 | |
---|
52 | |
---|
53 | <div id="optMenuIdent"> |
---|
54 | <table border="0" width="400px"> |
---|
55 | <caption>{'Gestion du lien identification dans la barre de menu'|@translate}<a href="#" class="lytebox lytetip" data-title="option" data-lyte-options="tipStyle:info" data-tip=" |
---|
56 | <table> |
---|
57 | <TR> |
---|
58 | <th></th> |
---|
59 | <TH>devellopement du menu</TH> |
---|
60 | <TH>repli du menu</TH> |
---|
61 | <TH>auto-complétion</TH> |
---|
62 | </TR> |
---|
63 | <TR> |
---|
64 | <TD>option 1</TD> |
---|
65 | <TD>survol du lien</TD> |
---|
66 | <TD>quitte le survol</TD> |
---|
67 | <TD>off</TD> |
---|
68 | </TR> |
---|
69 | <TR> |
---|
70 | <TD>option 2</TD> |
---|
71 | <TD>survol du lien</TD> |
---|
72 | <TD>clique sur le lien</TD> |
---|
73 | <TD>on</TD> |
---|
74 | </TR> |
---|
75 | <TR> |
---|
76 | <TD>option 3</TD> |
---|
77 | <TD>clique sur le lien</TD> |
---|
78 | <TD>clique sur le lien</TD> |
---|
79 | <TD>on</TD> |
---|
80 | </TR> |
---|
81 | </table> |
---|
82 | "><img src="themes/PwgCarbon/admin/images/interog.png"/> </a></caption> |
---|
83 | |
---|
84 | <tr><td align="right">option 1 </td><td class="check"><input type="radio" name="menuident" value="1" {if $selected_menuident=='1'}checked="checked"{/if} ></td></tr> |
---|
85 | |
---|
86 | <tr><td align="right">option 2 </td><td class="check"><input type="radio" name="menuident" value="2" {if $selected_menuident=='2'}checked="checked"{/if} ></td></tr> |
---|
87 | |
---|
88 | <tr><td align="right">option 3 </td><td class="check"><input type="radio" name="menuident" value="3" {if $selected_menuident=='3'}checked="checked"{/if} ></td></tr> |
---|
89 | |
---|
90 | </table> |
---|
91 | |
---|
92 | </div> |
---|
93 | |
---|
94 | |
---|
95 | |
---|
96 | |
---|
97 | </fieldset> |
---|
98 | |
---|
99 | |
---|
100 | |
---|
101 | |
---|
102 | |
---|
103 | <fieldset> |
---|
104 | <legend>{'Background, theme and color'|@translate}</legend> |
---|
105 | |
---|
106 | <div id="style"> |
---|
107 | <table border="0"> |
---|
108 | <tr><th>{'Style'|@translate}</th><th>{'Background'|@translate}</th><td></td><th>{'Header'|@translate}</th></tr> |
---|
109 | |
---|
110 | |
---|
111 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg1_admin.png"/></td> |
---|
112 | <td class="check"><input type="radio" name="bg" value="1" {if $selected_bg=='1'}checked="checked"{/if} ></td> |
---|
113 | <td></td> |
---|
114 | <td class="check"><input type="radio" name="hd" value="1" {if $selected_hd=='1'}checked="checked"{/if} ></td> |
---|
115 | </tr> |
---|
116 | |
---|
117 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg2_admin.png"/></td><td class="check"><input type="radio" name="bg" value="2" {if $selected_bg=='2'}checked="checked"{/if} ></td><td></td><td class="check"><input type="radio" name="hd" value="2" {if $selected_hd=='2'}checked="checked"{/if} ></td></tr> |
---|
118 | |
---|
119 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg3_admin.png"/></td><td class="check"><input type="radio" name="bg" value="3" {if $selected_bg=='3'}checked="checked"{/if} ></td><td></td><td class="check"><input type="radio" name="hd" value="3" {if $selected_hd=='3'}checked="checked"{/if} ></td></tr> |
---|
120 | |
---|
121 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg4_admin.png"/></td><td class="check"><input type="radio" name="bg" value="4" {if $selected_bg=='4'}checked="checked"{/if} ></td><td></td><td class="check"><input type="radio" name="hd" value="4" {if $selected_hd=='4'}checked="checked"{/if} ></td></tr> |
---|
122 | |
---|
123 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg5_admin.png"/></td><td class="check"><input type="radio" name="bg" value="5" {if $selected_bg=='5'}checked="checked"{/if} ></td><td></td><td class="check"><input type="radio" name="hd" value="5" {if $selected_hd=='5'}checked="checked"{/if} ></tr> |
---|
124 | |
---|
125 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/bg6_admin.png"/></td><td class="check"><input type="radio" name="bg" value="6" {if $selected_bg=='6'}checked="checked"{/if} ></td><td></td><td class="check"><input type="radio" name="hd" value="6" {if $selected_hd=='6'}checked="checked"{/if} ></td></tr> |
---|
126 | </table> |
---|
127 | </div> |
---|
128 | |
---|
129 | <div id="theme"> |
---|
130 | <table> |
---|
131 | <tr><th>{'Theme picture'|@translate}</th></tr> |
---|
132 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/th_admin1.jpg" width="150"/></td><td class="check"><input type="radio" name="th" value="1" {if $selected_th=='1'}checked="checked"{/if} ></td></tr> |
---|
133 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/th_admin2.jpg" width="150"/></td><td class="check"><input type="radio" name="th" value="2" {if $selected_th=='2'}checked="checked"{/if} ></td></tr> |
---|
134 | <tr><td class="imag"><img src="themes/PwgCarbon/admin/images/th_admin3.jpg" width="150"/></td><td class="check"><input type="radio" name="th" value="3" {if $selected_th=='3'}checked="checked"{/if} ></td></tr> |
---|
135 | </table> |
---|
136 | </div> |
---|
137 | |
---|
138 | |
---|
139 | <div id="color"> |
---|
140 | <table> |
---|
141 | <tr class="ton"><th>{'Color'|@translate}</th><th>{'Background'|@translate}</th><th>{'Theme'|@translate}</th></tr> |
---|
142 | <tr class="ton"><td class="imag" bgcolor="#fff"><h3 class="ima">{'White'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="6" {if $selected_color_bg=='6'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="6" {if $selected_color_theme=='6'}checked="checked"{/if} ></td></tr> |
---|
143 | <tr class="ton"></td><td class="imag" bgcolor="#ffd11d"><h3 class="ima">{'Yellow'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="4" {if $selected_color_bg=='4'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="4" {if $selected_color_theme=='4'}checked="checked"{/if} ></td></tr> |
---|
144 | <tr class="ton"><td class="imag" bgcolor="#ff9900"><h3 class="ima">{'Orange'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="9" {if $selected_color_bg=='9'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="9" {if $selected_color_theme=='9'}checked="checked"{/if} ></td></tr> |
---|
145 | <tr class="ton"><td class="imag" bgcolor="#a60000"><h3 class="ima">{'Red'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="1" {if $selected_color_bg=='1'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="1" {if $selected_color_theme=='1'}checked="checked"{/if} ></td></tr> |
---|
146 | <tr class="ton"></td><td class="imag" bgcolor="#7f005d"><h3 class="ima">{'Purple'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="8" {if $selected_color_bg=='8'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="8" {if $selected_color_theme=='8'}checked="checked"{/if} ></td></tr> |
---|
147 | <tr class="ton"><td class="imag" bgcolor="#15adff"><h3 class="ima">{'Blue'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="3" {if $selected_color_bg=='3'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="3" {if $selected_color_theme=='3'}checked="checked"{/if} ></td></tr> |
---|
148 | <tr class="ton"><td class="imag" bgcolor="#008500"><h3 class="ima">{'Green'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="2" {if $selected_color_bg=='2'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="2" {if $selected_color_theme=='2'}checked="checked"{/if} ></td></tr> |
---|
149 | <tr class="ton"></td><td class="imag" bgcolor="#512c06"><h3 class="imanoir">{'Brown'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="7" {if $selected_color_bg=='7'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="7" {if $selected_color_theme=='7'}checked="checked"{/if} ></td></tr> |
---|
150 | <tr class="ton"><td class="imag" bgcolor="#000"><h3 class="imanoir">{'Black'|@translate}</h3></td><td class="check"><input type="radio" name="color_bg" value="5" {if $selected_color_bg=='5'}checked="checked"{/if} ></td><td class="check"><input type="radio" name="color_theme" value="5" {if $selected_color_theme=='5'}checked="checked"{/if} ></td></tr> |
---|
151 | </table> |
---|
152 | </div> |
---|
153 | </fieldset> |
---|
154 | |
---|
155 | <fieldset> |
---|
156 | <p><input type="submit" name="submit" value="{'Submit'|@translate}"> |
---|
157 | <input type="submit" name="ramdom" value="{'Random'|@translate}" > |
---|
158 | <input type="submit" name="default" value="{'Default'|@translate}" > |
---|
159 | <input type="reset" name="reset" value="{'Reset'|@translate}" ></p> |
---|
160 | </fieldset> |
---|
161 | |
---|
162 | |
---|
163 | </form> |
---|