| 21 |
*/ |
*/ |
| 22 |
include_once($phphtmllib."/widgets/BaseWidget.inc"); |
include_once($phphtmllib."/widgets/BaseWidget.inc"); |
| 23 |
include_once($phphtmllib."/widgets/ContainerWidget.inc"); |
include_once($phphtmllib."/widgets/ContainerWidget.inc"); |
| 24 |
|
include_once($phphtmllib."/widgets/CSSContainer.inc"); |
| 25 |
include_once($phphtmllib."/widgets/CSSBuilder.inc"); |
include_once($phphtmllib."/widgets/CSSBuilder.inc"); |
| 26 |
include_once($phphtmllib."/widgets/HTMLPageClass.inc"); |
include_once($phphtmllib."/widgets/HTMLPageClass.inc"); |
| 27 |
include_once($phphtmllib."/widgets/PageWidget.inc"); |
include_once($phphtmllib."/widgets/PageWidget.inc"); |
| 32 |
include_once($phphtmllib."/widgets/InfoTable.inc"); |
include_once($phphtmllib."/widgets/InfoTable.inc"); |
| 33 |
include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc"); |
include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc"); |
| 34 |
include_once($phphtmllib."/widgets/NavTable.inc"); |
include_once($phphtmllib."/widgets/NavTable.inc"); |
| 35 |
|
include_once($phphtmllib."/widgets/RoundTitleTable.inc"); |
| 36 |
include_once($phphtmllib."/widgets/TextNav.inc"); |
include_once($phphtmllib."/widgets/TextNav.inc"); |
| 37 |
include_once($phphtmllib."/widgets/TextCSSNav.inc"); |
include_once($phphtmllib."/widgets/TextCSSNav.inc"); |
| 38 |
include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc"); |
include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc"); |
| 42 |
include_once($phphtmllib."/widgets/SVGDocumentClass.inc"); |
include_once($phphtmllib."/widgets/SVGDocumentClass.inc"); |
| 43 |
|
|
| 44 |
//not fully baked |
//not fully baked |
| 45 |
//include_once($phphtmllib."/widgets/TreeNav.inc"); |
include_once($phphtmllib."/widgets/TreeNav.inc"); |
| 46 |
|
include_once($phphtmllib."/widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); |
| 47 |
|
include_once($phphtmllib."/widgets/DHTMLTreeNav.inc"); |
| 48 |
|
include_once($phphtmllib."/widgets/SelectNav.inc"); |
| 49 |
|
|
| 50 |
?> |
?> |