/****************************************************************************** * Copyright 1991-2007 by Quantum, Inc. All rights reserved. * No part of this work may be reproduced or transmitted in any * form or by any means, electronic or mechanical, including * photocopying and recording, or by any information storage * or retrieval system, except as may be expressly permitted by * the 17 U.S.C. section 101, et. seq., or in writing by * ADIC, Inc. *******************************************************************************/ /*############################################################################## # NOTE: The XAJAX stuff MUST be before any Code. # You MUST use both the name and id in all form data to use it in xajax. # Groups of controls like raidoButtons need to all have the SAME name # but different IDs. ##############################################################################*/ require_once("xajax_core/xajax.inc.php"); $xajax = new xajax(); session_start(); $user = $_SESSION['user']; $in_xAjax = false; $xAjax_objResponse; include('IOB_inc.htm'); include('common_admin_inc.htm'); $xajax->processRequest(); /*******************************************************************************************/ // Handle the progress screen if opened and set the NEW data if ($_SERVER[REQUEST_METHOD] == "POST") { $operationInProgress = true; $status = new ReturnStatus(); error_log("_POST = ". print_r($_POST, true) ); set_session_timeout($user, $_POST['userTimeout']); print $status->out(); return; } else { // Load the data up on the get of the page. $sessionTimeout = get_session_timeout($user); } ?>
$xajax->printJavascript(); ?>