Security->check_auth_page('user.php'); ?>

Account Settings

Timezone

DateTimeZone::AFRICA, 'America' => DateTimeZone::AMERICA, 'Antarctica' => DateTimeZone::ANTARCTICA, 'Aisa' => DateTimeZone::ASIA, 'Atlantic' => DateTimeZone::ATLANTIC, 'Europe' => DateTimeZone::EUROPE, 'Indian' => DateTimeZone::INDIAN, 'Pacific' => DateTimeZone::PACIFIC ); $timezones = array(); foreach ($regions as $name => $mask) { $zones = DateTimeZone::listIdentifiers($mask); foreach($zones as $timezone) { // Lets sample the time there right now $time = new DateTime(NULL, new DateTimeZone($timezone)); // Convert to 12 hour clock $ampm = $time->format('H') > 12 ? ' ('.$time->format('g:i a').')' : ''; // Remove region name and add a sample time $timezones[$name][$timezone] = substr($timezone, strlen($name) + 1).' - '.$time->format('H:i') . $ampm; } } echo ''; ?>

Default Scan Method

user_info['scanMethod'] ? '' : ' checked'; ?>>
user_info['scanMethod'] ? ' checked' : ''; ?>>

Template Scroll

user_info['scrollLock'] == 1) ? 'checked' : ''; ?>>

Connection Style

user_info['connectionStyle'] == 0) ? 'checked' : ''; ?>>
user_info['connectionStyle'] == 1) ? 'checked' : ''; ?>>
user_info['connectionStyle'] == 2) ? 'checked' : ''; ?>>

Path Orientation

user_info['group_id'] == 3) { ?>
org_info['global_setting_path_orientation'] == 1) ? 'checked' : ''; ?>>
user_info['pathOrientation'] == 0) ? 'checked' : ''; ?> org_info['global_setting_path_orientation'] == 1 and $qls->user_info['group_id'] != 3) ? 'disabled' : ''; ?>>
user_info['pathOrientation'] == 1) ? 'checked' : ''; ?> org_info['global_setting_path_orientation'] == 1 and $qls->user_info['group_id'] != 3) ? 'disabled' : ''; ?>>

Tree Size

user_info['treeSize'] == 0) ? 'checked' : ''; ?>>
user_info['treeSize'] == 1) ? 'checked' : ''; ?>>

Location/Pod/Cabinet Sort

user_info['treeSortAdj'] == 1) ? 'checked' : ''; ?>>
user_info['treeSort'] == 0) ? 'checked' : ''; ?>>
user_info['treeSort'] == 1) ? 'checked' : ''; ?>>

Object Sort

user_info['objSort'] == 0) ? 'checked' : ''; ?>>
user_info['objSort'] == 1) ? 'checked' : ''; ?>>