|
|
|
@ -144,12 +144,6 @@ class SurveyDiagnostics
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<span class="srv_diagnostic_note">';
|
|
|
|
|
echo $this->printNote();
|
|
|
|
|
#
|
|
|
|
|
echo '</span>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SurveySetting::getInstance()->Init($this->anketa);
|
|
|
|
|
$preview_disableif = SurveySetting::getInstance()->getSurveyMiscSetting('preview_disableif');
|
|
|
|
|
$preview_disablealert = SurveySetting::getInstance()->getSurveyMiscSetting('preview_disablealert');
|
|
|
|
@ -158,12 +152,10 @@ class SurveyDiagnostics
|
|
|
|
|
$preview_hidecomment = SurveySetting::getInstance()->getSurveyMiscSetting('preview_hidecomment');
|
|
|
|
|
$preview_options = ''.($preview_disableif==1?'&disableif=1':'').($preview_disablealert==1?'&disablealert=1':'').($preview_displayifs==1?'&displayifs=1':'').($preview_displayvariables==1?'&displayvariables=1':'').($preview_hidecomment==1?'&hidecomment=1':'').'';
|
|
|
|
|
|
|
|
|
|
/* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TG
|
|
|
|
|
echo '<br><div style="display:inline-block; margin: 0 0 10px 20px">';
|
|
|
|
|
|
|
|
|
|
/* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TG
|
|
|
|
|
echo '<span class="tooltip">';
|
|
|
|
|
echo '<a href="'.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.'" target="_blank" style="font-size:15px"><span class="faicon edit_square"></span> '.$lang['srv_survey_testdata'].'</a>';
|
|
|
|
|
echo ' ('.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.') ';
|
|
|
|
|
echo '<span class="expanded-tooltip bottom light" style="left: -40px;">';
|
|
|
|
|
echo '<b>' . $lang['srv_survey_testdata2'] . ':</b> '.$lang['srv_testdata_text'].'';
|
|
|
|
|
echo '<p>'.$lang['srv_preview_testdata_longtext'].'</p>';
|
|
|
|
@ -171,14 +163,25 @@ class SurveyDiagnostics
|
|
|
|
|
echo '</span>'; // expanded-tooltip bottom
|
|
|
|
|
echo '</span>'; // tooltip */
|
|
|
|
|
|
|
|
|
|
echo ' - <a href="#" id="popup-open" onclick="javascript:testiranje_preview_settings(); return false;" title="'.$lang['settings'].'"><span class="sprites settings"></span> '.$lang['srv_uredniske_nastavitve'].'</a>';
|
|
|
|
|
// TESTIRANJE
|
|
|
|
|
echo '<h2>'.$lang['srv_diagnostika_testiranje'].'</h2>';
|
|
|
|
|
|
|
|
|
|
echo '<p class="bottom16">'.$lang['srv_diagnostika_testiranje_notea'].'<a href="index.php?anketa=' . $this->anketa . '&a=testiranje&m=testnipodatki">'.$lang['srv_diagnostika_testiranje_noteb'].'</a>'.$lang['srv_diagnostika_testiranje_notec'].'</p>';
|
|
|
|
|
|
|
|
|
|
echo '<div class="button_holder inline center bottom0">';
|
|
|
|
|
echo '<span class="faicon link-chain link-right blue"></span><span class="italic">'.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.'</span>';
|
|
|
|
|
echo '<button type="button" class="medium blue" onclick="CopyToClipboard(\''.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.'\');" return false;">'.$lang['srv_diagnostika_testiranje_copy'].'</button>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
|
|
|
|
|
/*Nastavitve testnega vnosa - popup
|
|
|
|
|
echo ' - <a href="#" id="popup-open" onclick="javascript:testiranje_preview_settings(); return false;" title="'.$lang['settings'].'"><span class="sprites settings"></span> '.$lang['srv_uredniske_nastavitve'].'</a>';
|
|
|
|
|
|
|
|
|
|
if ( isset($_GET['popup']) && $_GET['popup'] == 'open' ) {
|
|
|
|
|
?><script> $(function() { $('#popup-open').click(); }); </script><?php
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
// DIAGNOSTIKA
|
|
|
|
|
|
|
|
|
|
echo '<br/>';
|
|
|
|
|
# predviden čas ankete
|
|
|
|
|
list($total,$skupni_cas) = $this->time;
|
|
|
|
|
|
|
|
|
@ -214,381 +217,334 @@ class SurveyDiagnostics
|
|
|
|
|
$kompleksnost = $lang['srv_diagnostic_complexity_5'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#OPOZORILA
|
|
|
|
|
echo '<div class="floatLeft">';
|
|
|
|
|
echo '<div id="srv_diagnostic_results" >';
|
|
|
|
|
echo '<h2>'.$lang['srv_testiranje_diagnostika'].'</h2>';
|
|
|
|
|
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title1'].'</th>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
echo '<th class="center">'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
echo '<th class="center">'.$lang['srv_diagnostika_table_title2'].'</th>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
#Preveč ali premalo opomnikov (reminder).
|
|
|
|
|
|
|
|
|
|
#Napake - v IFih, Zankah
|
|
|
|
|
|
|
|
|
|
//Link - kako odkriti logične in tehnične napake
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_5_element_1'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_INVALID_CONDITIONS,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'notok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_neustreza'];
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
#Napake - v validacijah
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_5_element_3'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_INVALID_VALIDATIONS, $this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'notok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_neustreza'];
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
#napake - Podovojenost imen varianel
|
|
|
|
|
#napake - Podovojenost imen variabel
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_5_element_2'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
if (in_array(DIAG_INVALID_VARIABLENAMES,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_neustreza1'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
echo '<span> ';
|
|
|
|
|
echo '<a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&checkDuplicate=1" title="'.$lang['srv_check_pogoji'].'"><span class="faicon bug"></span></a> '."\n";
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'notok';
|
|
|
|
|
$msg_status = '<a href="'.$site_url . 'admin/survey/index.php?anketa='.$this->sid.'&checkDuplicate=1" title="'.$lang['srv_check_pogoji'].'">'.$lang['srv_diagnostic_neustreza'].'</a>';
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/pomoc/pogosta-vprasanja/kako-odkriti-logicne-tehnicne-napake-vprasalniku?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/help/faq/how-do-i-detect-logical-and-technical-errors-the-questionnaire?from1ka=1" target="_blank">'.$lang['srv_diagnostic_ustreza'].'</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
|
|
|
|
|
echo '<br/><br/>';
|
|
|
|
|
|
|
|
|
|
echo '<div id="srv_diagnostic_results" >';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
# echo '<COLGROUP><COL width="50%"><COL><COL><COLGROUP>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title2'].'</th>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
#OPOZORILA
|
|
|
|
|
# Preveč podvprašanj na eni strani.
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_1'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_SPR_ON_PAGE,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza2']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
# Preveč vprašanj v bloku.
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_2'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/premajhna-strukturiranost-vprasalnika?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/premajhna-strukturiranost-vprasalnika?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/insufficiently-structured-questionnaire?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/insufficiently-structured-questionnaire?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_SPR_IN_BLOCK,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza2']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
} else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
else {
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
# Preveč podpvprašanj v multigridu
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_3'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-podvprasanj-bloku-prevec-vprasanj-na-eni-strani?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-subquestions-block-and-too-many-questions-on-one-page?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_SUB_Q_IN_GRID,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza2']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
} else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
#Začetek ankete z neprimernimi vprašanji.
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_2_element_1'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/zacetek-ankete-z-neprimernimi-vprasanji?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/zacetek-ankete-z-neprimernimi-vprasanji?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/beginning-the-survey-with-inappropriate-questions?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/beginning-the-survey-with-inappropriate-questions?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_UNAPROPRIATE_START,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza2']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
} else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
else {
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
# predolga anketa - opozorilo
|
|
|
|
|
if (in_array(DIAG_TIME_HARD_LIMIT,$this->diagnostic_note)) {
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_2_element_2'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank">';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank">';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
echo $lang['srv_diagnostic_neustreza'];
|
|
|
|
|
echo '</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
echo '</td>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
}
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
|
|
|
|
|
# PRIPOROČILA
|
|
|
|
|
echo '<br/><br/>';
|
|
|
|
|
echo '<div id="srv_diagnostic_results" >';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title3'].'</th>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
#Preveč ali premalo opomnikov (reminder).
|
|
|
|
|
#Preveč ali premalo opomnikov (reminder) - 2 vrstici
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_3_element_1'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-ali-premalo-opomnikov?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-ali-premalo-opomnikov?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-or-too-few-reminders?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-or-too-few-reminders?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_REMINDER_ON_IF,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
} else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
else {
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_3_element_2'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/prevec-ali-premalo-opomnikov?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
else
|
|
|
|
|
$link = '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/too-many-or-too-few-reminders?from1ka=1" target="_blank">%s</a>';
|
|
|
|
|
|
|
|
|
|
if (in_array(DIAG_REMINDER_ON_MGRID,$this->diagnostic_note)) {
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_neustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
} else {
|
|
|
|
|
echo '<span class="green">';
|
|
|
|
|
printf($link,$lang['srv_diagnostic_ustreza']);
|
|
|
|
|
echo '</span>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
}
|
|
|
|
|
echo '</td>';
|
|
|
|
|
else {
|
|
|
|
|
$color_status = 'ok';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_ustreza'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
# predolga naketa - priporočilo
|
|
|
|
|
if (in_array(DIAG_TIME_SOFT_LIMIT,$this->diagnostic_note)) {
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_2_element_2'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
echo '<span class="red">';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank">';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank">';
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
echo $lang['srv_diagnostic_neustreza'];
|
|
|
|
|
echo '</a>';
|
|
|
|
|
echo '</span>';
|
|
|
|
|
echo '</td>';
|
|
|
|
|
$color_status = 'rec';
|
|
|
|
|
$msg_status = $lang['srv_diagnostic_rec'];
|
|
|
|
|
|
|
|
|
|
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
echo '</table>';
|
|
|
|
|
|
|
|
|
|
// LASTNOSTI ANKETE
|
|
|
|
|
echo '<h2>'.$lang['srv_testiranje_diagnostika_lastnosti'].'</h2>';
|
|
|
|
|
|
|
|
|
|
echo '<div class="lastnosti_wrapper">';
|
|
|
|
|
|
|
|
|
|
echo '<div class="lastnosti_left">';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title4'].'</th>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_5'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
echo $time.'  ';
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank"';
|
|
|
|
|
echo '<a class="noline faicon open_icon" '.$link_status.'></a>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_9'].'</td>';
|
|
|
|
|
echo '<td>'.(int)SurveyInfo::getSurveyGroupCount().'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_5'].'</td>';
|
|
|
|
|
echo '<td>'.(int)$this->cnt_spremenljivka.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_5a'].'</td>';
|
|
|
|
|
echo '<td>'.(int)$this->cnt_hidden.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_8'].'</td>';
|
|
|
|
|
echo '<td>'.(int)SurveyInfo::getSurveyVariableCount().'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_2'].'</td>';
|
|
|
|
|
echo '<td>'.(int)$this->cnt_conditions.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_3'].'</td>';
|
|
|
|
|
echo '<td>'.(int)$this->cnt_blocks.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_4'].'</td>';
|
|
|
|
|
echo '<td>'.(int)$this->globina.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_4'].'</td>';
|
|
|
|
|
echo '<td>';
|
|
|
|
|
echo $kompleksnost.'  ';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kaj-pomeni-kompleksnost-ankete?from1ka=1" target="_blank"';
|
|
|
|
|
else
|
|
|
|
|
$link_status = 'href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/what-does-survey-complexity-mean?from1ka=1" target="_blank"';
|
|
|
|
|
|
|
|
|
|
echo '<a class="noline faicon open_icon" '.$link_status.'></a>';
|
|
|
|
|
echo '</a>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<div class="lastnosti_right">';
|
|
|
|
|
# Trajanje - linki
|
|
|
|
|
echo '<div id="srv_diagnostic_results_right">';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_info_duration'].'</th>';
|
|
|
|
|
echo '<th></th>';
|
|
|
|
|
echo '<th></th>';
|
|
|
|
|
echo '<th class="center">'.$lang['srv_diagnostika_table_title2'].'</th>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_testiranje_predvidenicas'].'</td>';
|
|
|
|
|
echo '<td>'.$skupni_cas.'</td>';
|
|
|
|
|
echo '<td><a href="index.php?anketa=' . $this->sid . '&a='.A_TESTIRANJE.'&m=predvidenicas" title="'.$lang['srv_testiranje_predvidenicas'].'">'.$lang['details'].'</a></td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" href="index.php?anketa=' . $this->sid . '&a='.A_TESTIRANJE.'&m=predvidenicas" title="'.$lang['srv_testiranje_predvidenicas'].'"></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
$sas = new SurveyAdminSettings();
|
|
|
|
|
$dejanski_cas = ($sas->testiranje_cas(1) == null) ? '-' : $sas->testiranje_cas(1);
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_testiranje_cas'].'</td>';
|
|
|
|
|
echo '<td>'.$dejanski_cas.'</td>';
|
|
|
|
|
echo '<td><a href="index.php?anketa=' . $this->sid . '&a='.A_TESTIRANJE.'&m='.M_TESTIRANJE_CAS.'" title="'.$lang['srv_testiranje_cas'].'">'.$lang['details'].'</a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
echo '<br /><br />';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<div id="srv_diagnostic_results_right">';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostika_table_title4'].'</th>';
|
|
|
|
|
echo '<th colspan="2">'.$lang['srv_diagnostika_table_title'].'</th>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
/*echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_0'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.$skupni_cas.'</td>';
|
|
|
|
|
echo '</tr>';*/
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_5'].'</td>';
|
|
|
|
|
|
|
|
|
|
echo '<td colspan="2">';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kako-dolga-naj-bo-moja-anketa?from1ka=1" target="_blank">';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/how-long-should-my-survey-be?from1ka=1" target="_blank">';
|
|
|
|
|
|
|
|
|
|
echo $time;
|
|
|
|
|
echo '</a>';
|
|
|
|
|
# echo Help::display('srv_diag_time').'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_9'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)SurveyInfo::getSurveyGroupCount().'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_5'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)$this->cnt_spremenljivka.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_5a'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)$this->cnt_hidden.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_8'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)SurveyInfo::getSurveyVariableCount().'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_2'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)$this->cnt_conditions.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_3'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)$this->cnt_blocks.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_4_element_4'].'</td>';
|
|
|
|
|
echo '<td colspan="2">'.(int)$this->globina.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<td>'.$lang['srv_diagnostic_1_element_4'].'</td>';
|
|
|
|
|
echo '<td colspan="2">';
|
|
|
|
|
|
|
|
|
|
if($lang['id'] == '1')
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/sl/spletne-ankete/osnovna-priporocila/kaj-pomeni-kompleksnost-ankete?from1ka=1" target="_blank">';
|
|
|
|
|
else
|
|
|
|
|
echo '<a href="https://www.1ka.si/d/en/web-surveys/basic-recommendations/what-does-survey-complexity-mean?from1ka=1" target="_blank">';
|
|
|
|
|
|
|
|
|
|
echo $kompleksnost;
|
|
|
|
|
echo '</a>';
|
|
|
|
|
#echo Help::display('srv_diag_complexity').'</td>';
|
|
|
|
|
echo '<td class="center"><a class="noline faicon open_icon" href="index.php?anketa=' . $this->sid . '&a='.A_TESTIRANJE.'&m='.M_TESTIRANJE_CAS.'" title="'.$lang['srv_testiranje_cas'].'"></a></td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
echo '<br /><br />';
|
|
|
|
|
|
|
|
|
|
echo '</div>';
|
|
|
|
|
|
|
|
|
|
// KOMENATRJI
|
|
|
|
|
# nerazrešeni komentarji uporabnikov $commentsUser,$commentsUserFinished
|
|
|
|
|
$commentsUserUnresolved = $commentsUser - $commentsUserFinished;
|
|
|
|
|
if (( (int)$commentsAll
|
|
|
|
@ -598,7 +554,8 @@ class SurveyDiagnostics
|
|
|
|
|
+(int)$commentsUser
|
|
|
|
|
+(int)$commentsUserFinished
|
|
|
|
|
) > 0 ) {
|
|
|
|
|
echo '<div id="srv_diagnostic_results_right">';
|
|
|
|
|
|
|
|
|
|
echo '<h2>'.$lang['srv_diagnostic_4_element_0'].'</h2>';
|
|
|
|
|
echo '<table class="srv_diagnostic_results">';
|
|
|
|
|
echo '<tr>';
|
|
|
|
|
echo '<th>'.$lang['srv_diagnostic_4_element_0'].'</th>';
|
|
|
|
@ -626,11 +583,8 @@ class SurveyDiagnostics
|
|
|
|
|
echo '<td>'.(int)$commentsUser.'</td>';
|
|
|
|
|
echo '</tr>';
|
|
|
|
|
echo '</table>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<br /><br />';
|
|
|
|
|
echo '</div>'; # id="srv_diagnostic"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|