| 1 | <?php | 
| 2 |  | 
| 3 | include_once("local_includes.inc"); | 
| 4 |  | 
| 5 | require_once($phphtmllib."/widgets/includes.inc"); | 
| 6 |  | 
| 7 | //cache this | 
| 8 | header("Cache-Control: public"); | 
| 9 |  | 
| 10 | $footer = new FooterNavCSS(TRUE); | 
| 11 | print $footer->render(); | 
| 12 |  | 
| 13 | $info = new InfoTableCSS; | 
| 14 | $info->update_all_values("background-color", | 
| 15 | "#999999", "#0E1661"); | 
| 16 | $info->update_all_values("border-left", | 
| 17 | "1px solid #999999", | 
| 18 | "1px solid #30669a"); | 
| 19 | $info->update_all_values("border-bottom", | 
| 20 | "1px solid #999999", | 
| 21 | "1px solid #30669a"); | 
| 22 | $info->update_all_values("border-top", | 
| 23 | "1px solid #999999", | 
| 24 | "1px solid #30669a"); | 
| 25 | $info->update_all_values("border-right", | 
| 26 | "1px solid #999999", | 
| 27 | "1px solid #30669a"); | 
| 28 | print $info->render(); | 
| 29 |  | 
| 30 | $navtable = new NavTableCSS; | 
| 31 | $navtable->update_all_values("background-color", | 
| 32 | "#999999", "#0E1661"); | 
| 33 | $navtable->update_all_values("color", | 
| 34 | "#777777", "#08074f"); | 
| 35 | $navtable->update_all_values("background-color", | 
| 36 | "#eeeeee", "#ced4ff"); | 
| 37 | print $navtable->render(); | 
| 38 |  | 
| 39 | $navcss = new TextCSSNavCSS; | 
| 40 | $navcss->update_all_values("background-color", | 
| 41 | "#999999", "#0E1661"); | 
| 42 | $navcss->update_all_values("background-color", | 
| 43 | "#eeeeee", "#ced4ff"); | 
| 44 | $navcss->update_all_values("color", | 
| 45 | "#828282", "#30669a"); | 
| 46 | $navcss->update_all_values("border-left", | 
| 47 | "1px solid #828282", | 
| 48 | "1px solid #8e9dff"); | 
| 49 | $navcss->update_all_values("border-bottom", | 
| 50 | "1px solid #828282", | 
| 51 | "1px solid #8e9dff"); | 
| 52 | $navcss->update_all_values("border-top", | 
| 53 | "1px solid #828282", | 
| 54 | "1px solid #8e9dff"); | 
| 55 | $navcss->update_all_values("border-right", | 
| 56 | "1px solid #828282", | 
| 57 | "1px solid #8e9dff"); | 
| 58 |  | 
| 59 | print $navcss->render(); | 
| 60 |  | 
| 61 |  | 
| 62 | $nav = new VerticalCSSNavTableCSS; | 
| 63 | $nav->update_all_values("background-color", | 
| 64 | "#999999", "#0E1661"); | 
| 65 | $nav->update_all_values("background-color", | 
| 66 | "#eeeeee", "#dbe0ff"); | 
| 67 | $nav->update_all_values("color", | 
| 68 | "#777777", "#08074f"); | 
| 69 | $nav->update_all_values("border", | 
| 70 | "1px solid #999999", | 
| 71 | "1px solid #30669a"); | 
| 72 | $nav->update_all_values("border-left", | 
| 73 | "1px solid #999999", | 
| 74 | "1px solid #30669a"); | 
| 75 | $nav->update_all_values("border-bottom", | 
| 76 | "1px solid #999999", | 
| 77 | "1px solid #30669a"); | 
| 78 | $nav->update_all_values("border-top", | 
| 79 | "1px solid #999999", | 
| 80 | "1px solid #30669a"); | 
| 81 | $nav->update_all_values("border-right", | 
| 82 | "1px solid #999999", | 
| 83 | "1px solid #30669a"); | 
| 84 | print $nav->render(); | 
| 85 |  | 
| 86 | $imagethumbnail = new ImageThumbnailWidgetCSS; | 
| 87 | print $nav->render(); | 
| 88 |  | 
| 89 | $activetab = new ActiveTabCSS; | 
| 90 | $activetab->update_all_values("background-color", | 
| 91 | "#eeeeee", "#dbe0ff"); | 
| 92 | $activetab->update_all_values("border", | 
| 93 | "1px solid #999999", | 
| 94 | "1px solid #30669a"); | 
| 95 | $activetab->update_all_values("border-left", | 
| 96 | "1px solid #999999", | 
| 97 | "1px solid #30669a"); | 
| 98 | $activetab->update_all_values("border-bottom", | 
| 99 | "1px solid #999999", | 
| 100 | "1px solid #30669a"); | 
| 101 | $activetab->update_all_values("border-top", | 
| 102 | "1px solid #999999", | 
| 103 | "1px solid #30669a"); | 
| 104 | $activetab->update_all_values("border-right", | 
| 105 | "1px solid #999999", | 
| 106 | "1px solid #30669a"); | 
| 107 | $activetab->update_all_values("border", | 
| 108 | "1px solid #a1a1a1", | 
| 109 | "1px solid #30669a"); | 
| 110 | $activetab->update_all_values("border-left", | 
| 111 | "1px solid #a1a1a1", | 
| 112 | "1px solid #30669a"); | 
| 113 | $activetab->update_all_values("border-bottom", | 
| 114 | "1px solid #a1a1a1", | 
| 115 | "1px solid #30669a"); | 
| 116 | $activetab->update_all_values("border-top", | 
| 117 | "1px solid #a1a1a1", | 
| 118 | "1px solid #30669a"); | 
| 119 | $activetab->update_all_values("border-right", | 
| 120 | "1px solid #a1a1a1", | 
| 121 | "1px solid #30669a"); | 
| 122 | print $activetab->render(); | 
| 123 |  | 
| 124 | ?> |