| 1 | jonen | 1.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", "#30669a"); | 
| 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", "#30669a"); | 
| 33 |  |  | $navtable->update_all_values("color", | 
| 34 |  |  | "#777777", "#30669a"); | 
| 35 |  |  | $navtable->update_all_values("background-color", | 
| 36 |  |  | "#eeeeee", "#dbe0ff"); | 
| 37 |  |  | print $navtable->render(); | 
| 38 |  |  |  | 
| 39 |  |  | $navcss = new TextCSSNavCSS; | 
| 40 |  |  | $navcss->update_all_values("background-color", | 
| 41 |  |  | "#999999", "#30669a"); | 
| 42 |  |  | $navcss->update_all_values("background-color", | 
| 43 |  |  | "#eeeeee", "#dbe0ff"); | 
| 44 |  |  | $navcss->update_all_values("color", | 
| 45 |  |  | "#828282", | 
| 46 |  |  | "#30669a"); | 
| 47 |  |  | $navcss->update_all_values("border-left", | 
| 48 |  |  | "1px solid #828282", | 
| 49 |  |  | "1px solid #8e9dff"); | 
| 50 |  |  | $navcss->update_all_values("border-bottom", | 
| 51 |  |  | "1px solid #828282", | 
| 52 |  |  | "1px solid #8e9dff"); | 
| 53 |  |  | $navcss->update_all_values("border-top", | 
| 54 |  |  | "1px solid #828282", | 
| 55 |  |  | "1px solid #8e9dff"); | 
| 56 |  |  | $navcss->update_all_values("border-right", | 
| 57 |  |  | "1px solid #828282", | 
| 58 |  |  | "1px solid #8e9dff"); | 
| 59 |  |  |  | 
| 60 |  |  | print $navcss->render(); | 
| 61 |  |  |  | 
| 62 |  |  |  | 
| 63 |  |  | $nav = new VerticalCSSNavTableCSS; | 
| 64 |  |  | $nav->update_all_values("background-color", | 
| 65 |  |  | "#999999", "#30669a"); | 
| 66 |  |  | $nav->update_all_values("background-color", | 
| 67 |  |  | "#eeeeee", "#dbe0ff"); | 
| 68 |  |  | $nav->update_all_values("color", | 
| 69 |  |  | "#777777", "#30669a"); | 
| 70 |  |  | $nav->update_all_values("border", | 
| 71 |  |  | "1px solid #999999", | 
| 72 |  |  | "1px solid #30669a"); | 
| 73 |  |  | $nav->update_all_values("border-left", | 
| 74 |  |  | "1px solid #999999", | 
| 75 |  |  | "1px solid #30669a"); | 
| 76 |  |  | $nav->update_all_values("border-bottom", | 
| 77 |  |  | "1px solid #999999", | 
| 78 |  |  | "1px solid #30669a"); | 
| 79 |  |  | $nav->update_all_values("border-top", | 
| 80 |  |  | "1px solid #999999", | 
| 81 |  |  | "1px solid #30669a"); | 
| 82 |  |  | $nav->update_all_values("border-right", | 
| 83 |  |  | "1px solid #999999", | 
| 84 |  |  | "1px solid #30669a"); | 
| 85 |  |  | print $nav->render(); | 
| 86 |  |  |  | 
| 87 |  |  | $imagethumbnail = new ImageThumbnailWidgetCSS; | 
| 88 |  |  | print $nav->render(); | 
| 89 |  |  |  | 
| 90 |  |  | $activetab = new ActiveTabCSS; | 
| 91 |  |  | $activetab->update_all_values("background-color", | 
| 92 |  |  | "#eeeeee", "#dbe0ff"); | 
| 93 |  |  | $activetab->update_all_values("border", | 
| 94 |  |  | "1px solid #999999", | 
| 95 |  |  | "1px solid #30669a"); | 
| 96 |  |  | $activetab->update_all_values("border-left", | 
| 97 |  |  | "1px solid #999999", | 
| 98 |  |  | "1px solid #30669a"); | 
| 99 |  |  | $activetab->update_all_values("border-bottom", | 
| 100 |  |  | "1px solid #999999", | 
| 101 |  |  | "1px solid #30669a"); | 
| 102 |  |  | $activetab->update_all_values("border-top", | 
| 103 |  |  | "1px solid #999999", | 
| 104 |  |  | "1px solid #30669a"); | 
| 105 |  |  | $activetab->update_all_values("border-right", | 
| 106 |  |  | "1px solid #999999", | 
| 107 |  |  | "1px solid #30669a"); | 
| 108 |  |  | $activetab->update_all_values("border", | 
| 109 |  |  | "1px solid #a1a1a1", | 
| 110 |  |  | "1px solid #30669a"); | 
| 111 |  |  | $activetab->update_all_values("border-left", | 
| 112 |  |  | "1px solid #a1a1a1", | 
| 113 |  |  | "1px solid #30669a"); | 
| 114 |  |  | $activetab->update_all_values("border-bottom", | 
| 115 |  |  | "1px solid #a1a1a1", | 
| 116 |  |  | "1px solid #30669a"); | 
| 117 |  |  | $activetab->update_all_values("border-top", | 
| 118 |  |  | "1px solid #a1a1a1", | 
| 119 |  |  | "1px solid #30669a"); | 
| 120 |  |  | $activetab->update_all_values("border-right", | 
| 121 |  |  | "1px solid #a1a1a1", | 
| 122 |  |  | "1px solid #30669a"); | 
| 123 |  |  | print $activetab->render(); | 
| 124 |  |  |  | 
| 125 |  |  | ?> |