예제 #1
0
파일: index.EF.php 프로젝트: EU-OSHA/esener
    ?>
">
								<?php 
    echo $visualization[1];
    ?>
							</a>
						</li>
					<?php 
}
?>
				

				</ul>

				<h4 id="VisualizationsTitle"><?php 
echo fetchLabel("plot");
?>
 data</h4>
				<ul class="visualisationSelections">
					<li><a href="javascript:" class="proxy_plot_leftlabel7 proxyable" src="#csvView" title="<?php 
echo fetchTooltip("dataTable");
?>
"><?php 
echo fetchViewCSVData();
?>
</a></li>
				</ul>

			</li>
		</ul>
예제 #2
0
파일: DVT.body.php 프로젝트: EU-OSHA/esener
								</select>
							</label>

							<label id="label_countryB" class="hidden">
								<span><?php 
echo fetchLabel("countryB");
?>
 :</span>
								<select name="countryB" id="countryB">
									<option value="">Please enable Javascript</option>
								</select>
							</label>

							<label id="label_answer">
								<span><?php 
echo fetchLabel("answer");
?>
 :</span>
								<select name="answer" id="answer">
									<option value="">Please enable Javascript</option>
								</select>
							</label>
						</div>


						<div class="filtersExtra">


							<ul class="visualisationSelections hidden">
								<?php 
$theVisualizations = fetchVisualizations();
예제 #3
0
파일: DVT.top.php 프로젝트: EU-OSHA/esener
    $parameter = $_GET["locale"];
    if (in_array($parameter, $surveyLocales)) {
        $locale = $parameter;
    }
}
//-----------------------------
require_once "model/" . $survey . "/php/" . $locale . ".php";
require_once "model/fetchTranslation.php";
$printStandaloneExportOptions = true;
/////////////////////////////////////////////////
// SEO google enhancement
/////////////////////////////////////////////////
$pageTitle = fetchTitle("survey");
$visualizationUrl = "/DVS/render/?locale=EN&dataSource=3RDEQLS&media=png&width=740&question=Y11_Q8_PreferredWorkingHours&plot=heatMap&countryGroup=linear&subset=Y11_Agecategory&subsetValue=All&answer=1--Work-less";
$visualizationDescription = fetchTooltip("heatMap");
require_once '../render/VL/validParametersFunctions.php';
if (isPlotParametersValid($_GET)) {
    $pageTitle .= " : " . fetchValue($_GET['plot'], fetchVisualizations()) . ", " . fetchLabel("question") . " : " . $_GET['question'];
    $visualizationUrl = "/DVS/render/?" . $_SERVER['QUERY_STRING'];
    $plotDescriptionFileName = getPlotBodyFileName($_GET);
    $plotDescriptionFileName = substr($plotDescriptionFileName, 0, strlen($plotDescriptionFileName) - 4);
    //remove the width
    $plotDescriptionFileName = "/DVS/render/plots/txt/" . $plotDescriptionFileName . ".htm";
    if (file_exists($plotDescriptionFileName)) {
        $visualizationDescription = file_get_contents($plotDescriptionFileName, true);
        $visualizationDescription = trim($visualizationDescription);
    }
}
/////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////