* @copyright Deakin University 2007,2008 * @package queXS * @subpackage user * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * */ /** * Configuration file */ include ("config.inc.php"); /** * Database file */ include ("db.inc.php"); /** * Authentication */ include ("auth-interviewer.php"); /** * XHTML functions */ include ("functions/functions.xhtml.php"); /** * Calendar functions */ include("functions/functions.calendar.php"); /** * Operator functions */ include("functions/functions.operator.php"); /** * Input functions */ include("functions/functions.input.php"); $js = array("js/window.js","js/showhide.js"); if (AUTO_LOGOUT_MINUTES !== false) { $js[] = "include/jquery/jquery-1.4.2.min.js"; $js[] = "js/childnap.js"; } xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.css"),$js,false,false,false,false,false); //display the respondents as a drop down list for this call attempt // display in the operators time global $db; $db->StartTrans(); $operator_id = get_operator_id(); $call_attempt_id = get_call_attempt($operator_id,false); $case_id = get_case_id($operator_id); if (isset($_POST['submit'])) add_respondent($case_id,$_POST['firstName'],$_POST['lastName'],$_POST['Time_zone_name']); if (isset($_GET['respondent_id']) && $_GET['respondent_id'] == 0) { ?>
" . T_("Case id:") . " $case_id"; print "