![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Activity Report" | |
$session_id = $_GET["session_id"] | |
$showImages = checkNumeric($_GET["showImages"]) | |
$sessionIdentifier = checkIdentifier($_GET["session"]) | |
$title = "Session Details" | |
if(! $showImages) if($session_id) else if($sessionIdentifier) | $activity = ActivityTracker::loadSession($session) |
$table = new DataListView($activity, "activity_table") | |
$table | filter = true |
$table | pageSize = 50 |
$table | sortable = true |
$table | onStartRow = array(new SessionDetailsHelper(), filterImages) |
$table | excelFile = "session_{$session_id}.xls" |
$script = $table->writeScript() | |
if (! $showImages) if ( $session_id) else if ( $sessionIdentifier) $activity = ActivityTracker::loadSession($session) |
Definition at line 26 of file session_details.inc.
$menu_item = "Activity Report" |
Definition at line 5 of file session_details.inc.
$script = $table->writeScript() |
Definition at line 41 of file session_details.inc.
$session_id = $_GET["session_id"] |
Definition at line 7 of file session_details.inc.
$sessionIdentifier = checkIdentifier($_GET["session"]) |
Definition at line 9 of file session_details.inc.
$showImages = checkNumeric($_GET["showImages"]) |
Definition at line 8 of file session_details.inc.
$table = new DataListView($activity, "activity_table") |
Definition at line 28 of file session_details.inc.
$title = "Session Details" |
Definition at line 11 of file session_details.inc.
$table excelFile = "session_{$session_id}.xls" |
Definition at line 39 of file session_details.inc.
$table filter = true |
Definition at line 35 of file session_details.inc.
$table onStartRow = array(new SessionDetailsHelper(), filterImages) |
Definition at line 38 of file session_details.inc.
$table pageSize = 50 |
Definition at line 36 of file session_details.inc.
$table sortable = true |
Definition at line 37 of file session_details.inc.