![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$page_title = "Section Content Map" | |
$menu_item = "Section Map" | |
$site_id = checkNumeric($_GET["site_id"]) | |
$sites = query(Site, "ORDER BY site_name") | |
$tabs = new DataItemTabBar("tabs", $sites) | |
$sections | |
$itemsByType | |
$table = new GroupedDataListView($itemsByType, "items_by_type") | |
foreach($sections as $section) $table | mode = "tree" |
$table | groupAsWorksheets = true |
$table | filter = true |
$table | sortable = true |
$table | excelFile = codify($config['sitename']."_section_map").".xls" |
$script = $table->writeScript() | |
$itemsByType |
Definition at line 21 of file section_map.inc.
$menu_item = "Section Map" |
Definition at line 6 of file section_map.inc.
$page_title = "Section Content Map" |
Definition at line 5 of file section_map.inc.
$script = $table->writeScript() |
Definition at line 43 of file section_map.inc.
$sections |
Definition at line 17 of file section_map.inc.
$site_id = checkNumeric($_GET["site_id"]) |
Definition at line 8 of file section_map.inc.
$sites = query(Site, "ORDER BY site_name") |
Definition at line 10 of file section_map.inc.
$table = new GroupedDataListView($itemsByType, "items_by_type") |
Definition at line 25 of file section_map.inc.
$tabs = new DataItemTabBar("tabs", $sites) |
Definition at line 15 of file section_map.inc.
$table excelFile = codify($config['sitename']."_section_map").".xls" |
Definition at line 41 of file section_map.inc.
$table filter = true |
Definition at line 39 of file section_map.inc.
$table groupAsWorksheets = true |
Definition at line 38 of file section_map.inc.
Definition at line 37 of file section_map.inc.
$table sortable = true |
Definition at line 40 of file section_map.inc.