0
|
1 |
<!-- VAR toolbar_button --><a href="{HREF}" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
|
|
2 |
<!-- ENDVAR toolbar_button -->
|
|
3 |
<!-- VAR toolbar_label --><div class="label">{TEXT}</div>
|
|
4 |
<!-- ENDVAR toolbar_label -->
|
|
5 |
<!-- VAR toolbar_button_selected --><a href="{HREF}" class="current" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
|
|
6 |
<!-- ENDVAR toolbar_button_selected -->
|
|
7 |
<!-- VAR toolbar_menu_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li>
|
|
8 |
<!-- ENDVAR toolbar_menu_button -->
|
|
9 |
<!-- VAR toolbar_menu_block --><li>{HTML}</li>
|
|
10 |
<!-- ENDVAR toolbar_menu_block -->
|
|
11 |
<!-- VAR sidebar_button --><a href="{HREF}" {FLAGS}>{TEXT}</a><br style="display: none;" />
|
|
12 |
<!-- ENDVAR sidebar_button -->
|
|
13 |
<!-- VAR sidebar_raw --><span style="text-align: center;">{HTML}</span><br style="display: none;" />
|
|
14 |
<!-- ENDVAR sidebar_raw -->
|
|
15 |
<!-- VAR sidebar_heading --><div class="heading">{TEXT}</div>
|
|
16 |
<!-- ENDVAR sidebar_heading -->
|
|
17 |
<!-- VAR sidebar_top -->
|
|
18 |
<div class="recttop">
|
|
19 |
<table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
|
|
20 |
<tr>
|
|
21 |
<td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-l.gif" width="12" height="12" /> </td>
|
|
22 |
<td style="margin: 0; padding: 0; height: 12px;" class="recttoptop"></td>
|
|
23 |
<td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-r.gif" width="12" height="12" /> </td>
|
|
24 |
</tr>
|
|
25 |
</table>
|
|
26 |
</div>
|
|
27 |
<div class="sidebar">
|
|
28 |
<!-- ENDVAR sidebar_top -->
|
|
29 |
<!-- VAR sidebar_section -->
|
|
30 |
<div class="slider">
|
|
31 |
<div class="heading">
|
|
32 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_START}<!-- END in_sidebar_admin -->
|
|
33 |
<br style="display: none;" /><br style="display: none;" />
|
|
34 |
<a class="head" onclick="toggle(this); return false" href="#">{TITLE}</a>
|
|
35 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_END}<!-- END in_sidebar_admin -->
|
|
36 |
<br style="display: none;" /><br style="display: none;" />
|
|
37 |
</div>
|
|
38 |
<div class="slideblock">{CONTENT}</div>
|
|
39 |
</div>
|
|
40 |
<!-- ENDVAR sidebar_section -->
|
|
41 |
<!-- VAR sidebar_section_raw -->
|
|
42 |
<div class="slider">
|
|
43 |
<div class="heading">
|
|
44 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_START}<!-- END in_sidebar_admin -->
|
|
45 |
<br style="display: none;" /><br style="display: none;" />
|
|
46 |
<a class="head" onclick="toggle(this); return false" href="#">{TITLE}</a>
|
|
47 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_END}<!-- END in_sidebar_admin -->
|
|
48 |
<br style="display: none;" /><br style="display: none;" />
|
|
49 |
</div>
|
|
50 |
<div class="slideblock2">{CONTENT}</div>
|
|
51 |
</div>
|
|
52 |
<!-- ENDVAR sidebar_section_raw -->
|
|
53 |
<!-- VAR sidebar_bottom -->
|
|
54 |
</div>
|
|
55 |
<div class="rectbot">
|
|
56 |
<table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
|
|
57 |
<tr>
|
|
58 |
<td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-bl.gif" width="12" height="12" /> </td>
|
|
59 |
<td style="margin: 0; padding: 0; height: 12px;" class="rectbottop"></td>
|
|
60 |
<td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-br.gif" width="12" height="12" /> </td>
|
|
61 |
</tr>
|
|
62 |
</table>
|
|
63 |
</div>
|
|
64 |
<!-- ENDVAR sidebar_bottom -->
|