From 612f3aaea9e154c0acac886ae32d28ae77d59174 Mon Sep 17 00:00:00 2001
From: Alex " . T_("There are no questionnaires assigned to you") . " " . T_("There are no questionnaires assigned to you") . " " . T_("No outcomes recorded for this questionnaire") . " " . T_("No outcomes recorded for this questionnaire") . "{$q['description']}
";
+ print "{$q['description']}
";
$questionnaire_id = $q['questionnaire_id'];
+ $qsid=$q['lime_sid'];
$sql = "SELECT o.calc, count( c.case_id )
FROM `case` AS c, `outcome` AS o
@@ -91,15 +94,15 @@ if ($client_id)
GROUP BY o.calc";
$a = $db->GetAssoc($sql);
+
$a = aapor_clean($a);
-
- print "
";
$sql = "SELECT o.description as des, o.outcome_id, count( c.case_id ) as count
@@ -115,20 +118,24 @@ if ($client_id)
translate_array($rs,array("des"));
xhtml_table($rs,array("des","count"),array(T_("Outcome"),T_("Count")),"tclass",array("des" => "Complete"));
}
- else
- print " ";
+ print "" . T_("Outcome") . " " . T_("Rate") . "
";
+ print " ";
print "" . T_("Outcome") . " " . T_("Rate") . " ";
print "" . T_("Response Rate 1") . " " . round(aapor_rr1($a),2) . " ";
print "" . T_("Refusal Rate 1") . " " . round(aapor_ref1($a),2) . " ";
print "" . T_("Cooperation Rate 1") . " " . round(aapor_coop1($a),2) . " ";
- print "" . T_("Contact Rate 1") . " " . round(aapor_con1($a),2) . "
" . T_("You are not a valid client") . "
"; xhtml_foot(); diff --git a/css/custom.css b/css/custom.css index 8dc3463f..9e2441bd 100644 --- a/css/custom.css +++ b/css/custom.css @@ -74,4 +74,8 @@ text-shadow: 1px 2px 1px #ababab; .h1, .h2, .h3, h1, h2, h3 { margin-bottom: 0.4em; margin-top: 0.25em; +} +.full { + width:100%; + height:100%; } \ No newline at end of file