* @copyright Australian Consortium for Social and Political Research Inc 2007,2008 * @package queXS * @subpackage user * @link http://www.acspri.org.au/ queXS was writen for Australian Consortium for Social and Political Research Incorporated (ACSPRI) * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * */ /** * Configuration file */ include ("config.inc.php"); /** * Authentication */ require ("auth-interviewer.php"); /** * XHTML */ include ("functions/functions.xhtml.php"); /** * Language */ include_once ("lang.inc.php"); $js = array("js/popup.js","include/jquery/jquery-1.4.2.min.js","include/jquery-ui/jquery-ui.min.js"); if (AUTO_LOGOUT_MINUTES !== false) $js[] = "js/childnap.js"; xhtml_head(T_("Respondent Selection") . " - " . T_("Business answers"),true,array("include/bootstrap/css/bootstrap.min.css","css/rs.css"), $js); print "

" . T_("Sorry to bother you, I have called the wrong number") . "

"; print "

" . T_("Go Back") . "

"; $des = $db->GetAll("SELECT description FROM outcome WHERE outcome_id = 16"); print "

" . T_("End call with outcome:") . "

"; else print "href=\"javascript:parent.poptastic('call.php?defaultoutcome=16');\">"; print T_($des[0]['description']) . "

"; print "
"; xhtml_foot(); ?>