$is_admin_page='y';
$group_id = getIntFromRequest('group_id');
$survey_id = getIntFromRequest('survey_id');
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
$sh->header(array('title'=>_('Surveys Administration')));
if (!$group_id) {
}
$is_admin_page='y';
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
$title = $question_id ? _('Edit a Question') : _('Add a Question');
$sh->header(array('title'=>$title, 'modal'=>1));
exit_no_group();
}
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
if (!session_loggedin() || !forge_check_perm('project_admin', $group_id)) {
echo $HTML->error_msg(_('Permission denied.'));
exit_no_group();
}
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
html_use_jqueryjqplotpluginCanvas();
html_use_jqueryjqplotpluginPie();
exit_not_logged_in();
}
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
$s = new Survey($g, $survey_id);
$title = _('Vote for Survey') . _(': ') . $s->getTitle();
exit_no_group();
}
-$sh = new SurveyHtml();
+$sh = new SurveyHTML();
$title = _('Survey Complete');
$sh->header(array('title'=>$title));