lang;
$query = "select a.surveyls_survey_id as sid, a.surveyls_title as title, b.datecreated, b.assessments "
. "from {{surveys_languagesettings}} as a join {{surveys}} as b on a.surveyls_survey_id = b.sid"
. " where a.surveyls_language='en' order by a.surveyls_title, b.datecreated";
$data = dbExecuteAssoc($query);
$surveyList='';
foreach($data->readAll() as $row) {
$surveyList .= "\n";
}
$sFormTag= CHtml::form(array('admin/expressions/sa/navigation_test'), 'post');
$form = <<< EOD
$sFormTag
Enter the following variables to test navigation for a survey using different styles
Parameter
Value
Survey ID (SID)
Navigation Style
Debug Log Level
Specify which debugging features to use
Detailed Timing
Validation Summary
Validation Detail (Validation Summary must also be checked to see detail)