7 |
//cache this |
//cache this |
8 |
Header("Cache-Control: public"); |
Header("Cache-Control: public"); |
9 |
|
|
|
$footer = new FooterNavCSS(TRUE); |
|
|
print $footer->render(); |
|
10 |
|
|
11 |
$info = new InfoTableCSS; |
//update all the background-color defs |
12 |
$info->update_all_values("border-left", |
$css_container->update_all_values("background-color", |
13 |
"1px solid #999999", |
"#999999", "#d31919"); |
14 |
"1px solid #d31919"); |
$css_container->update_all_values("background-color", |
15 |
$info->update_all_values("border-bottom", |
"#eeeeee", "#ffa8a8"); |
16 |
"1px solid #999999", |
|
17 |
"1px solid #d31919"); |
//update all the color defs |
18 |
$info->update_all_values("border-top", |
$css_container->update_all_values("color", |
19 |
"1px solid #999999", |
"#777777", "#d31919"); |
20 |
"1px solid #d31919"); |
$css_container->update_all_values("color", |
21 |
$info->update_all_values("border-right", |
"#828282", "#d31919"); |
22 |
"1px solid #999999", |
|
23 |
"1px solid #d31919"); |
//update all the border defs |
24 |
|
$css_container->update_all_values("border", |
25 |
$info->update_all_values("background-color", |
"1px solid #999999", |
26 |
"#999999", "#d31919"); |
"1px solid #d31919"); |
27 |
print $info->render(); |
$css_container->update_all_values("border-left", |
28 |
|
"1px solid #999999", |
29 |
$navtable = new NavTableCSS; |
"1px solid #d31919"); |
30 |
$navtable->update_all_values("background-color", |
$css_container->update_all_values("border-bottom", |
31 |
"#999999", "#d31919"); |
"1px solid #999999", |
32 |
$navtable->update_all_values("background-color", |
"1px solid #d31919"); |
33 |
"#eeeeee", "#ffa8a8"); |
$css_container->update_all_values("border-top", |
34 |
$navtable->update_all_values("color", |
"1px solid #999999", |
35 |
"#777777", "#d31919"); |
"1px solid #d31919"); |
36 |
$navtable->update_all_values("color", |
$css_container->update_all_values("border-right", |
37 |
"#505dd8", "#d31919"); |
"1px solid #999999", |
38 |
print $navtable->render(); |
"1px solid #d31919"); |
39 |
|
|
40 |
|
$css_container->update_all_values("border-left", |
41 |
$navcss = new TextCSSNavCSS; |
"1px solid #828282", |
42 |
$navcss->update_all_values("background-color", |
"1px solid #700000"); |
43 |
"#999999", "#d31919"); |
$css_container->update_all_values("border-bottom", |
44 |
$navcss->update_all_values("background-color", |
"1px solid #828282", |
45 |
"#eeeeee", "#ffa8a8"); |
"1px solid #700000"); |
46 |
$navcss->update_all_values("color", |
$css_container->update_all_values("border-top", |
47 |
"#828282", |
"1px solid #828282", |
48 |
"#d31919"); |
"1px solid #700000"); |
49 |
$navcss->update_all_values("border-left", |
$css_container->update_all_values("border-right", |
50 |
"1px solid #828282", |
"1px solid #828282", |
51 |
"1px solid #700000"); |
"1px solid #700000"); |
52 |
$navcss->update_all_values("border-bottom", |
|
53 |
"1px solid #828282", |
$css_container->update_all_values("border", |
54 |
"1px solid #700000"); |
"1px solid #a1a1a1", |
|
$navcss->update_all_values("border-top", |
|
|
"1px solid #828282", |
|
|
"1px solid #700000"); |
|
|
$navcss->update_all_values("border-right", |
|
|
"1px solid #828282", |
|
|
"1px solid #700000"); |
|
|
print $navcss->render(); |
|
|
|
|
|
$nav = new VerticalCSSNavTableCSS; |
|
|
$nav->update_all_values("background-color", |
|
|
"#999999", "#d31919"); |
|
|
$nav->update_all_values("background-color", |
|
|
"#eeeeee", "#ffa8a8"); |
|
|
$nav->update_all_values("color", |
|
|
"#777777", "#d31919"); |
|
|
$nav->update_all_values("border", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$nav->update_all_values("border-left", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$nav->update_all_values("border-bottom", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$nav->update_all_values("border-top", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$nav->update_all_values("border-right", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
print $nav->render(); |
|
|
|
|
|
$imagethumbnail = new ImageThumbnailWidgetCSS; |
|
|
print $nav->render(); |
|
|
|
|
|
$activetab = new ActiveTabCSS; |
|
|
$activetab->update_all_values("background-color", |
|
|
"#eeeeee", "#ffa8a8"); |
|
|
$activetab->update_all_values("border", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$activetab->update_all_values("border-left", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$activetab->update_all_values("border-bottom", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$activetab->update_all_values("border-top", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$activetab->update_all_values("border-right", |
|
|
"1px solid #999999", |
|
|
"1px solid #d31919"); |
|
|
$activetab->update_all_values("border", |
|
|
"1px solid #a1a1a1", |
|
55 |
"1px solid #d31919"); |
"1px solid #d31919"); |
56 |
$activetab->update_all_values("border-left", |
$css_container->update_all_values("border-left", |
57 |
"1px solid #a1a1a1", |
"1px solid #a1a1a1", |
58 |
"1px solid #d31919"); |
"1px solid #d31919"); |
59 |
$activetab->update_all_values("border-bottom", |
$css_container->update_all_values("border-bottom", |
60 |
"1px solid #a1a1a1", |
"1px solid #a1a1a1", |
61 |
"1px solid #d31919"); |
"1px solid #d31919"); |
62 |
$activetab->update_all_values("border-top", |
$css_container->update_all_values("border-top", |
63 |
"1px solid #a1a1a1", |
"1px solid #a1a1a1", |
64 |
"1px solid #d31919"); |
"1px solid #d31919"); |
65 |
$activetab->update_all_values("border-right", |
$css_container->update_all_values("border-right", |
66 |
"1px solid #a1a1a1", |
"1px solid #a1a1a1", |
67 |
"1px solid #d31919"); |
"1px solid #d31919"); |
68 |
print $activetab->render(); |
|
69 |
?> |
print $css_container->render(); |
70 |
|
?> |