Source for file add.php
Documentation is available at add.php
* @package linea21.modules
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
//////////// Check Inclusion de pages ////////////
include_once("../lib/lib_common.php");
<a href="index.php"> <?php echo $GLOBALS['lang']['way']['home'] ?></a>
<a href=" <?php echo $rub_link;
?>"> <?php echo $GLOBALS['lang']['menu']['sdi']?></a>
<span> <?php echo formatnavTitle($GLOBALS['lang']['sdi']['add']) ?></span>
include_once("../lib/input_helpers.php");
if (isset ($_POST['enregistrer'])) {
$data_table_sdi[$j]= $data_table[$i];
$data_table_sdi[14]= $data_table[32];
$data_table_e[$j]= $data_table[$i];
$data_table_p[$j]= $data_table[$i];
$data_table_r[$j]= $data_table[$i];
$result= $sdi_object->AddSdi($data_table_sdi, $sql_object);
$result_e= $sdi_object->ModifyParam($result, $data_table_e, "E", $sql_object);
$result_p= $sdi_object->ModifyParam($result, $data_table_p, "P", $sql_object);
$result_r= $sdi_object->ModifyParam($result, $data_table_r, "R", $sql_object);
$link_confirm= "confirm.php?rub=". $rub. "&todo=". $todo;
$mask_statut_P= "checked=\"checked\"";
$form_threshold_value = '';
$form_threshold_relative= '';
$form_e_scale_compare = '';
$form_e_accessibility = '';
$form_e_global_performance = '';
$form_p_description = '';
$form_r_referer_uri = '';
if (isset ($_POST['valider1'])) {
$table[0] = $_POST['sdi_name'];
$table[1] = $_POST['description'];
$table[2] = $_POST['comment'];
$table[3] = $_POST['sdi_theme'];
//$table[4] = $_POST['range'];
$table[5] = $_POST['goal'];
$table[6] = $_POST['consulting'];
$table[7] = $_POST['unit'];
$table[8] = $_POST['max_value'];
$table[9] = $_POST['min_value'];
$table[10]= $_POST['threshold_value'];
$table[11]= $_POST['frequency'];
$table[12]= $_POST['sdi_statut'];
if (isset ($_POST['threshold_relative']))$table[32]= "Y"; else $table[32]= "N";
$integrity = $sdi_object -> CheckDataIntegrity_info($table);
$form_name = formatText($_POST['sdi_name'], '2FIELD');
$form_theme = $_POST['sdi_theme'];
$form_statut= $_POST['sdi_statut'];
//$form_range = $_POST['range'];
$form_description = formatText($_POST['description'], '2FIELD');
$form_comment = formatText($_POST['comment'], '2FIELD');
$form_goal = formatText($_POST['goal'], '2FIELD');
$form_consulting = formatText($_POST['consulting'], '2FIELD');
$form_unit = formatText($_POST['unit'], '2FIELD');
$form_max_value = $_POST['max_value'];
$form_min_value = $_POST['min_value'];
$form_threshold_value = $_POST['threshold_value'];
$form_frequency = $_POST['frequency'];
if($form_statut== 'D') $mask_statut_D= "checked=\"checked\""; else $mask_statut_D= '';
if($form_statut== 'P') $mask_statut_P= "checked=\"checked\""; else $mask_statut_P= '';
if (isset ($_POST['enregistrer2'])) {
//intégrité des étapes 2,3,4 OK
$table[0] = $_POST['sdi_name'];
$table[1] = $_POST['description'];
$table[2] = $_POST['comment'];
$table[3] = $_POST['sdi_theme'];
//$table[4] = $_POST['range'];
$table[5] = $_POST['goal'];
$table[6] = $_POST['consulting'];
$table[7] = $_POST['unit'];
$table[8] = $_POST['max_value'];
$table[9] = $_POST['min_value'];
$table[10]= $_POST['threshold_value'];
$table[11]= $_POST['frequency'];
$table[12]= $_POST['sdi_statut'];
if (isset ($_POST['threshold_relative'])) $table[32]= "Y"; else $table[32]= "N";
$integrity = $sdi_object -> CheckDataIntegrity_info($table);
$form_name = formatText($_POST['sdi_name'], '2FIELD');
$form_theme = $_POST['sdi_theme'];
$form_statut= $_POST['sdi_statut'];
//$form_range = $_POST['range'];
$form_description = formatText($_POST['description'], '2FIELD');
$form_comment = formatText($_POST['comment'], '2FIELD');
$form_goal = formatText($_POST['goal'], '2FIELD');
$form_consulting = formatText($_POST['consulting'], '2FIELD');
$form_unit = formatText($_POST['unit'], '2FIELD');
$form_max_value = $_POST['max_value'];
$form_min_value = $_POST['min_value'];
$form_threshold_value = $_POST['threshold_value'];
$form_frequency = $_POST['frequency'];
if($form_statut== 'D') $mask_statut_D= "checked=\"checked\""; else $mask_statut_D= '';
if($form_statut== 'P') $mask_statut_P= "checked=\"checked\""; else $mask_statut_P= '';
if (isset ($_POST['valider2'])) {
$table[13] = $_POST['e_scale_compare'];
$table[14] = $_POST['e_fiability'];
$table[15] = $_POST['e_accessibility'];
$table[16] = $_POST['e_lisibility'];
$table[17] = $_POST['e_relevance'];
$table[18] = $_POST['e_global_performance'];
$integrity2 = $sdi_object -> CheckDataIntegrity_eval($table);
$form_e_scale_compare = $_POST['e_scale_compare'];
$form_e_fiability = $_POST['e_fiability'];
$form_e_accessibility = $_POST['e_accessibility'];
$form_e_lisibility = $_POST['e_lisibility'];
$form_e_relevance = $_POST['e_relevance'];
$form_e_global_performance = $_POST['e_global_performance'];
if (isset ($_POST['valider3'])) {
$table[19] = $_POST['p_name'];
$table[20] = $_POST['p_service'];
$table[21] = $_POST['p_description'];
$table[22] = $_POST['p_incharge'];
$table[23] = $_POST['p_address'];
$table[24] = $_POST['p_phone'];
$table[25] = $_POST['p_fax'];
$table[26] = $_POST['p_email'];
$integrity3 = $sdi_object -> CheckDataIntegrity_provider($table);
$form_p_name = formatText($_POST['p_name'], '2FIELD');
$form_p_service = formatText($_POST['p_service'], '2FIELD');
$form_p_description = formatText($_POST['p_description'], '2FIELD');
$form_p_incharge = formatText($_POST['p_incharge'], '2FIELD');
$form_p_address = formatText($_POST['p_address'], '2FIELD');
$form_p_phone = $_POST['p_phone'];
$form_p_fax = $_POST['p_fax'];
$form_p_email = $_POST['p_email'];
if (isset ($_POST['valider4'])) {
$table[27] = $_POST['r_title'];
$table[28] = $_POST['r_body'];
$table[29] = $_POST['r_referer_uri'];
if ($_POST['r_mask_uri']== "")$table[30] = $table[29];
else $table[30]= $_POST['r_mask_uri'];
$integrity4 = $sdi_object -> CheckDataIntegrity_reglementation($table);
$form_r_title = formatText($_POST['r_title'], '2FIELD');
$form_r_body = formatText($_POST['r_body'], '2FIELD');
$form_r_referer_uri = $_POST['r_referer_uri'];
if ($_POST['r_mask_uri']== "")$form_r_mask_uri = $form_r_referer_uri;
else $form_r_mask_uri = $_POST['r_mask_uri'];
include_once("quickicons.php");
$data = $sql_object -> DBSelect($req_list_theme);
if (!isset ($integrity) || is_string($integrity)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent" >
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step1_act.gif" alt="step1" /><br />
<span class="stepact"> <? echo $GLOBALS['lang']['sdi']['add_step1']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step2']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step3']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step4']; ?></span>
</div><br class="brendstep"/>
<h2> <?php echo $GLOBALS['lang']['sdi']['add_title1'] ?></h2>
<form id="addsdi" action=" <?php echo $_SERVER['SCRIPT_NAME'];
<label for="sdi_name" > <?php echo $GLOBALS['lang']['sdi']['name2'] ?> * :</label>
<input name="sdi_name" type="text" class="textfield" id="sdi_name" maxlength="255" value=" <?php echo $form_name;
<label for="sdi_theme" > <?php echo $GLOBALS['lang']['sdi']['theme'] ?> * : </label>
<?php echo $select_theme;
<label for="statut_P"> <? echo $GLOBALS['lang']['divers']['statut']; ?> * : </label>
<input name="sdi_statut" type="radio" id="statut_P" value="P" <?php echo $mask_statut_P; ?> /><span class="radio"> <?php echo $GLOBALS['lang']['statut']['public']; ?></span>
<input name="sdi_statut" type="radio" id="statut_D" value="D" <?php echo $mask_statut_D; ?> /><span class="radio"> <?php echo $GLOBALS['lang']['statut']['draft']; ?></span>
<label for="range" ><?php echo $GLOBALS['lang']['sdi']['range'] ?> * :</label>
<input name="range" type="text" size="47" id="range" maxlength="150" value="<?php echo $form_range;
<label for="description" > <?php echo $GLOBALS['lang']['sdi']['description'] ?> * :</label>
<textarea id="description" name="description" class="largetextfield"> <?php echo $form_description;
<label for="comment" > <?php echo $GLOBALS['lang']['sdi']['comment'] ?> :</label>
<textarea id="comment" name="comment" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_comment;
<label for="goal" > <?php echo $GLOBALS['lang']['sdi']['goal'] ?> :</label>
<textarea id="goal" name="goal" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_goal;
<label for="consulting" > <?php echo $GLOBALS['lang']['sdi']['consulting'] ?> :</label>
<textarea id="consulting" name="consulting" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_consulting;
<? echo $GLOBALS['lang']['sdi']['info_mesure']; ?>
<label for="unit" > <?php echo $GLOBALS['lang']['sdi']['unit'] ?> * :</label>
<input name="unit" type="text" class="textfield" id="unit" maxlength="100" value=" <?php echo $form_unit;
<label for="max_value" > <?php echo $GLOBALS['lang']['sdi']['max_value'] ?> * :</label>
<input name="max_value" type="text" class="textfield" id="max_value" maxlength="6" value=" <?php echo $form_max_value;
<label for="min_value" > <?php echo $GLOBALS['lang']['sdi']['min_value'] ?> * :</label>
<input name="min_value" type="text" class="textfield" id="min_value" maxlength="100" value=" <?php echo $form_min_value;
<label for="threshold_value" > <?php echo $GLOBALS['lang']['sdi']['threshold_value'] ?> * :</label>
<input name="threshold_value" type="text" class="textfield" id="threshold_value" maxlength="100" value=" <?php echo $form_threshold_value;
<label for="frequency" > <?php echo $GLOBALS['lang']['sdi']['frequency'] ?> * :</label>
<input name="frequency" type="text" class="textfield" id="frequency" maxlength="11" value=" <?php echo $form_frequency;
<label for="threshold_relative" > <?php echo $GLOBALS['lang']['sdi']['threshold_relative'] ?> * :</label>
<input type="checkbox" name="threshold_relative" value=" <?php echo $form_threshold_relative; ?>" id="threshold_relative" />
<div class="chekbox"> <?php echo $GLOBALS['lang']['sdi']['threshold_relative_comment'] ?></div>
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" /><br />
<input name="enregistrer2" type="submit" value=" <?php echo $GLOBALS['lang']['sdi']['btn_fin'] ?>" class="button" id="enregistrer2" />
<input name="valider1" type="submit" value=" <?php echo $GLOBALS['lang']['sdi']['btn_step1'] ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity2) || is_string($integrity2)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent" >
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step1']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step2_act.gif" alt="step2" /><br />
<span class="stepact"> <? echo $GLOBALS['lang']['sdi']['add_step2']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step3']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step4']; ?></span>
</div><br class="brendstep"/>
<h2> <?php echo $GLOBALS['lang']['sdi']['add_title2'] ?></h2>
<form id="addsdi2" action=" <?php echo $_SERVER['SCRIPT_NAME'];
<label for="e_scale_compare" > <?php echo $GLOBALS['lang']['sdi']['e_scale_compare'] ?> * :</label>
<input name="e_scale_compare" type="text" class="textfield" id="e_scale_compare" maxlength="3" value=" <?php echo $form_e_scale_compare;
<label for="e_fiability" > <?php echo $GLOBALS['lang']['sdi']['e_fiability'] ?> * :</label>
<input name="e_fiability" type="text" class="textfield" id="e_fiability" maxlength="3" value=" <?php echo $form_e_fiability;
<label for="e_accessibility" > <?php echo $GLOBALS['lang']['sdi']['e_accessibility'] ?> * :</label>
<input name="e_accessibility" type="text" class="textfield" id="e_accessibility" maxlength="3" value=" <?php echo $form_e_accessibility;
<label for="e_lisibility" > <?php echo $GLOBALS['lang']['sdi']['e_lisibility'] ?> * :</label>
<input name="e_lisibility" type="text" class="textfield" id="e_lisibility" maxlength="3" value=" <?php echo $form_e_lisibility;
<label for="e_relevance" > <?php echo $GLOBALS['lang']['sdi']['e_relevance'] ?> * :</label>
<input name="e_relevance" type="text" class="textfield" id="e_relevance" maxlength="3" value=" <?php echo $form_e_relevance;
<label for="e_global_performance" > <?php echo $GLOBALS['lang']['sdi']['e_global_performance'] ?> * : </label>
<input name="e_global_performance" type="text" class="textfield" id="e_global_performance" maxlength="3" value=" <?php echo $form_e_global_performance;
<input name="table" type="hidden" value=" <?php echo $table;
<input name="rub" type="hidden" value=" <?php echo $rub;
<input name="todo" type="hidden" value=" <?php echo $todo;
<input name="valider2" type="submit" value=" <?php echo $GLOBALS['lang']['sdi']['btn_step2'] ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity3) || is_string($integrity3)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent" >
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step1']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step2']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step3_act.gif" alt="step3" /><br />
<span class="stepact"> <? echo $GLOBALS['lang']['sdi']['add_step3']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step4']; ?></span>
</div><br class="brendstep"/>
<h2> <?php echo $GLOBALS['lang']['sdi']['add_title3'] ?></h2>
<form id="addsdi3" action=" <?php echo $_SERVER['SCRIPT_NAME'];
<label for="p_name" > <?php echo $GLOBALS['lang']['sdi']['p_name'] ?> * :</label>
<input name="p_name" type="text" class="textfield" id="p_name" maxlength="255" value=" <?php echo $form_p_name;
<label for="p_service" > <?php echo $GLOBALS['lang']['sdi']['p_service'] ?> :</label>
<input name="p_service" type="text" class="textfield" id="p_service" maxlength="255" value=" <?php echo $form_p_service;
<label for="p_incharge" > <?php echo $GLOBALS['lang']['sdi']['p_incharge'] ?> :</label>
<input name="p_incharge" type="text" class="textfield" id="p_incharge" maxlength="150" value=" <?php echo $form_p_incharge;
<label for="p_address" > <?php echo $GLOBALS['lang']['sdi']['p_address'] ?> * :</label>
<textarea id="p_address" name="p_address" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_p_address;
<label for="p_phone" > <?php echo $GLOBALS['lang']['sdi']['p_phone'] ?> :</label>
<input name="p_phone" type="text" class="textfield" id="p_phone" maxlength="10" value=" <?php echo $form_p_phone;
<label for="p_fax" > <?php echo $GLOBALS['lang']['sdi']['p_fax'] ?> :</label>
<input name="p_fax" type="text" class="textfield" id="p_fax" maxlength="10" value=" <?php echo $form_p_fax;
<label for="p_email" > <?php echo $GLOBALS['lang']['sdi']['p_email'] ?> * :</label>
<input name="p_email" type="text" class="textfield" id="p_email" maxlength="200" value=" <?php echo $form_p_email;
<label for="p_description" > <?php echo $GLOBALS['lang']['sdi']['p_description'] ?> :</label>
<textarea id="p_description" name="p_description" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_p_description;
<input name="table" type="hidden" value=" <?php echo $table;
<input name="rub" type="hidden" value=" <?php echo $rub;
<input name="todo" type="hidden" value=" <?php echo $todo;
<input name="valider3" type="submit" value=" <?php echo $GLOBALS['lang']['sdi']['btn_step3'] ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity4) || is_string($integrity4)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent" >
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step1']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step2']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <? echo $GLOBALS['lang']['sdi']['add_step3']; ?></span>
<img src="../gfx/ <?php echo THEME_ADMIN; ?>/images/admin/step4_act.gif" alt="step4" /><br />
<span class="stepact"> <? echo $GLOBALS['lang']['sdi']['add_step4']; ?></span>
</div><br class="brendstep"/>
<h2> <?php echo $GLOBALS['lang']['sdi']['add_title4'] ?></h2>
<form id="addsdi4" action=" <?php echo $_SERVER['SCRIPT_NAME'];
<label for="r_title" > <?php echo $GLOBALS['lang']['sdi']['r_title'] ?> * :</label>
<input name="r_title" type="text" class="textfield" id="r_title" maxlength="255" value=" <?php echo $form_r_title;
<label for="r_body" > <?php echo $GLOBALS['lang']['sdi']['r_body'] ?> * :</label>
<textarea id="r_body" name="r_body" <?php echo AREA_SETTINGS; ?> class="largetextfield" > <?php echo $form_r_body;
<label for="r_referer_uri" > <?php echo $GLOBALS['lang']['sdi']['r_referer_uri'] ?> :</label>
<input name="r_referer_uri" type="text" class="textfield" id="r_referer_uri" maxlength="255" value=" <?php echo $form_r_referer_uri;
<label for="r_mask_uri" > <?php echo $GLOBALS['lang']['sdi']['r_mask_uri'] ?> :</label>
<input name="r_mask_uri" type="text" class="textfield" id="r_mask_uri" maxlength="255" value=" <?php echo $form_r_mask_uri;
<input name="table" type="hidden" value=" <?php
<input name="rub" type="hidden" value=" <?php echo $rub;
<input name="todo" type="hidden" value=" <?php echo $todo;
<input name="valider4" type="submit" value=" <?php echo $GLOBALS['lang']['btn']['valid'] ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity5) || is_string($integrity5)) {
//$display_sdi_range = empty_nc($table[4]);
$display_sdi_max_value = empty_nc($table[8]);
$display_sdi_min_value = empty_nc($table[9]);
$display_sdi_threshold_value = empty_nc($table[10]);
$display_sdi_frequency = empty_nc($table[11]);
$display_sdi_statut = empty_nc($table[12]);
$display_e_scale_compare = empty_nc($table[13]);
$display_e_fiability = empty_nc($table[14]);
$display_e_accessibility = empty_nc($table[15]);
$display_e_lisibility = empty_nc($table[16]);
$display_e_relevance = empty_nc($table[17]);
$display_e_global_performance = empty_nc($table[18]);
$display_p_email = empty_nc($table[26]);
$display_r_referer_uri = empty_nc($table[29]);
if ($table[32]== 'Y') $display_sdi_threshold_relative = $GLOBALS['lang']['sdi']['threshold_relative_Y'];
else $display_sdi_threshold_relative = $GLOBALS['lang']['sdi']['threshold_relative_N'];
$onetheme = $sql_object -> DBSelect($onetheme);
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<h2> <?php echo $GLOBALS['lang']['recap']['title'] ;
<dt> <?php echo $GLOBALS['lang']['sdi']['name2'] ;
<dd> <?php echo $display_sdi_name ;
<dt> <?php echo $GLOBALS['lang']['divers']['statut'] ;
<dt> <?php echo $GLOBALS['lang']['sdi']['theme'] ;
<dd> <?php echo $display_sdi_theme ;
<?php /* <dt><?php echo $GLOBALS['lang']['sdi']['range'] ;
<dd><?php echo $display_sdi_range ;
<dt> <?php echo $GLOBALS['lang']['sdi']['description'] ;
<dd> <?php echo $display_sdi_description ;
<dt> <?php echo $GLOBALS['lang']['sdi']['comment'] ;
<dd> <?php echo $display_sdi_comment ;
<dt> <?php echo $GLOBALS['lang']['sdi']['goal'] ;
<dd> <?php echo $display_sdi_goal ;
<dt> <?php echo $GLOBALS['lang']['sdi']['consulting'] ;
<dd> <?php echo $display_sdi_consulting ;
<dt> <?php echo $GLOBALS['lang']['sdi']['unit'] ;
<dd> <?php echo $display_sdi_unit ;
<dt> <?php echo $GLOBALS['lang']['sdi']['max_value'] ;
<dd> <?php echo $display_sdi_max_value ;
<dt> <?php echo $GLOBALS['lang']['sdi']['min_value'] ;
<dd> <?php echo $display_sdi_min_value ;
<dt> <?php echo $GLOBALS['lang']['sdi']['threshold_value'] ;
<dd> <?php echo $display_sdi_threshold_value ;
<dt> <?php echo $GLOBALS['lang']['sdi']['threshold_relative'] ;
<dd> <?php echo $display_sdi_threshold_relative ;
<dt> <?php echo $GLOBALS['lang']['sdi']['frequency'] ;
<dd> <?php echo $display_sdi_frequency ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_scale_compare'] ;
<dd> <?php echo $display_e_scale_compare ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_fiability'] ;
<dd> <?php echo $display_e_fiability ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_accessibility'] ;
<dd> <?php echo $display_e_accessibility ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_lisibility'] ;
<dd> <?php echo $display_e_lisibility ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_relevance'] ;
<dd> <?php echo $display_e_relevance ;
<dt> <?php echo $GLOBALS['lang']['sdi']['e_global_performance'] ;
<dd> <?php echo $display_e_global_performance ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_name'] ;
<dd> <?php echo $display_p_name ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_service'] ;
<dd> <?php echo $display_p_service ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_description'] ;
<dd> <?php echo $display_p_description ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_incharge'] ;
<dd> <?php echo $display_p_incharge ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_address'] ;
<dd> <?php echo $display_p_address ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_phone'] ;
<dd> <?php echo $display_p_phone ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_fax'] ;
<dd> <?php echo $display_p_fax ;
<dt> <?php echo $GLOBALS['lang']['sdi']['p_email'] ;
<dd> <?php echo $display_p_email ;
<dt> <?php echo $GLOBALS['lang']['sdi']['r_title'] ;
<dd> <?php echo $display_r_title ;
<dt> <?php echo $GLOBALS['lang']['sdi']['r_body'] ;
<dd> <?php echo $display_r_body ;
<dt> <?php echo $GLOBALS['lang']['sdi']['r_referer_uri'] ;
<dd> <?php echo $display_r_referer_uri ;
<dt> <?php echo $GLOBALS['lang']['sdi']['r_mask_uri'] ;
<dd> <?php echo $display_r_mask_uri ;
<form id="addsdi5" action=" <?php echo $_SERVER['SCRIPT_NAME'];
<input name="rub" type="hidden" value=" <?php echo $rub;
<input name="todo" type="hidden" value=" <?php echo $todo;
<input name="data_table" type="hidden" value=" <?php echo $table;
<input name="retour" type="button" value=" <?php echo $GLOBALS['lang']['btn']['preview'] ?>" class="button" id="retour" onclick="history.go(-1);" />
<input name="enregistrer" type="submit" value=" <?php echo $GLOBALS['lang']['btn']['save'] ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
|