From 83042bc216481624b81930aaba2b04aa836d8870 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 20 May 2015 15:44:22 +0300 Subject: [PATCH] 3 columns layout for rs_intro_interface2.php with buttons instaed of links, easy and convinient --- rs_intro_interface2.php | 53 +++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/rs_intro_interface2.php b/rs_intro_interface2.php index 96fb1969..ac4bd72d 100644 --- a/rs_intro_interface2.php +++ b/rs_intro_interface2.php @@ -62,40 +62,57 @@ if (AUTO_LOGOUT_MINUTES !== false) } -xhtml_head(T_("Respondent Selection - Introduction"),true,array("css/rs.css","include/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css"), $js); - -//display introduction text - +xhtml_head(T_("Respondent Selection - Introduction"),false,array("include/bootstrap-3.3.2/css/bootstrap.min.css","css/rs.css","css/rs.css","include/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css"), $js); $operator_id = get_operator_id(); $case_id = get_case_id($operator_id); $questionnaire_id = get_questionnaire_id($operator_id); +//display outcomes +?> +
+

+ + + +
+GetRow($sql); - +print "
"; print "

". template_replace($r['rs_intro'],$operator_id,$case_id) . "

"; +print "
"; - -//display outcomes - +// display continue +print "
"; if (limesurvey_percent_complete($case_id) == false) { if(empty($r['rs_project_intro'])) { //If nothing is specified as a project introduction, skip straight to questionnaire ?> -

+

-

+

-

+

-

+

-

-

-

-

-

-

-

-

-

-"; xhtml_foot();