55 |
XHTML_TRANSITIONAL); |
XHTML_TRANSITIONAL); |
56 |
|
|
57 |
//enable output debugging. |
//enable output debugging. |
58 |
$page->set_text_debug( $_GET["debug"] ); |
if (isset($_GET['debug'])) { |
59 |
|
$page->set_text_debug( TRUE ); |
60 |
|
} |
61 |
|
|
62 |
//add the css |
//add the css |
63 |
$page->add_head_css( new DefaultGUIDataListCSS ); |
$page->add_head_css( new DefaultGUIDataListCSS ); |
64 |
|
|
65 |
//build the csv file data list object. |
//build the csv file data list object. |
66 |
$csvlist = new csvfilelist("CSV File list", 600, "LName"); |
$csvlist = new csvfilelist("CSV File list", 600, "LName"); |
67 |
|
$csvlist->set_align("right"); |
68 |
|
|
69 |
$page->add( html_span("font10", "View the source ", |
$page->add( html_span("font10", "View the source ", |
70 |
html_a("test.csv", "test.csv file.")), |
html_a("test.csv", "test.csv file.")), |