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");
<li><a href="index.php" class="chemin_home"> <?php echo _t('way','home') ?></a></li>
<li><a href=" <?php echo $rub_link; ?>" id="chemin_ <?php echo $rub; ?>" class="chemin_rub"> <?php echo _t('menu','sdi')?></a></li>
<li><span> <?php echo formatnavTitle(_t('sdi','add')) ?></span></li>
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(THEME_ADMIN_PATH. "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=" <?php echo THEME_ADMIN_PATH; ?>images/step1_act.gif" alt="step1" /><br />
<span class="stepact"> <?php echo _t('sdi','add_step1'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step2'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step3'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step4'); ?></span>
<h2> <?php echo _t('sdi','add_title1') ?></h2>
<form id="addsdi" action=" <?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<label for="sdi_name"> <?php echo _t('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 _t('sdi','theme') ?> * : </label>
<?php echo $select_theme; ?>
<div class="label"> <?php echo _t('divers','statut'); ?> * : </div>
<input name="sdi_statut" type="radio" id="statut_P" value="P" <?php echo $mask_statut_P; ?> />
<label for="statut_P"> <?php echo _t('statut','public'); ?></label>
<input name="sdi_statut" type="radio" id="statut_D" value="D" <?php echo $mask_statut_D; ?> />
<label for="statut_D"> <?php echo _t('statut','draft'); ?></label>
<label for="range" ><?php echo _t('sdi','range') ?> * :</label>
<input name="range" type="text" size="47" id="range" maxlength="150" value="<?php echo $form_range;
<label for="description"> <?php echo _t('sdi','description') ?> * :</label>
<textarea id="description" name="description" class="largetextfield"> <?php echo $form_description; ?></textarea>
<label for="comment"> <?php echo _t('sdi','comment') ?> :</label>
<textarea id="comment" name="comment" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_comment; ?></textarea>
<label for="goal"> <?php echo _t('sdi','goal') ?> :</label>
<textarea id="goal" name="goal" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_goal; ?></textarea>
<label for="consulting"> <?php echo _t('sdi','consulting') ?> :</label>
<textarea id="consulting" name="consulting" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_consulting; ?></textarea>
<h3 class="part"> <?php echo _t('sdi','info_mesure'); ?></h3>
<label for="unit"> <?php echo _t('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 _t('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 _t('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 _t('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 _t('sdi','frequency') ?> * :</label>
<input name="frequency" type="text" class="textfield" id="frequency" maxlength="11" value=" <?php echo $form_frequency; ?>" />
<div class="label"> <?php echo _t('sdi','threshold_relative') ?> * :</div>
<input type="checkbox" name="threshold_relative" value=" <?php echo $form_threshold_relative; ?>" id="threshold_relative" />
<label for="threshold_relative"> <?php echo _t('sdi','threshold_relative_comment') ?></label>
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" />
<input name="enregistrer2" type="submit" value=" <?php echo _t('sdi','btn_fin') ?>" class="button" id="enregistrer2" />
<input name="valider1" type="submit" value=" <?php echo _t('sdi','btn_step1') ?>" class="button" id="valider" />
include_once($dir . "/help.php");
if (!isset ($integrity2) || is_string($integrity2)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent">
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step1'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step2_act.gif" alt="step2" /><br />
<span class="stepact"> <?php echo _t('sdi','add_step2'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step3'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step4'); ?></span>
<h2> <?php echo _t('sdi','add_title2') ?></h2>
<form id="addsdi2" action=" <?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<label for="e_scale_compare"> <?php echo _t('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 _t('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 _t('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 _t('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 _t('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 _t('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; ?>" id="table" />
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" />
<input name="valider2" type="submit" value=" <?php echo _t('sdi','btn_step2') ?>" class="button" id="valider" />
include_once($dir . "/help.php");
if (!isset ($integrity3) || is_string($integrity3)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent">
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step1'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step2'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step3_act.gif" alt="step3" /><br />
<span class="stepact"> <?php echo _t('sdi','add_step3'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step4_pas.gif" alt="step4" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step4'); ?></span>
<h2> <?php echo _t('sdi','add_title3') ?></h2>
<form id="addsdi3" action=" <?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<label for="p_name"> <?php echo _t('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 _t('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 _t('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 _t('sdi','p_address') ?> * :</label>
<textarea id="p_address" name="p_address" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_p_address; ?></textarea>
<label for="p_phone"> <?php echo _t('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 _t('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 _t('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 _t('sdi','p_description') ?> :</label>
<textarea id="p_description" name="p_description" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_p_description; ?></textarea>
<input name="table" type="hidden" value=" <?php echo $table; ?>" id="table" />
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" />
<input name="valider3" type="submit" value=" <?php echo _t('sdi','btn_step3') ?>" class="button" id="valider" />
include_once($dir . "/help.php");
if (!isset ($integrity4) || is_string($integrity4)) {
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<div class="stepcontent">
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step1_pas.gif" alt="step1" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step1'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step2_pas.gif" alt="step2" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step2'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step3_pas.gif" alt="step3" /><br />
<span class="steppas"> <?php echo _t('sdi','add_step3'); ?></span>
<img src=" <?php echo THEME_ADMIN_PATH; ?>images/step4_act.gif" alt="step4" /><br />
<span class="stepact"> <?php echo _t('sdi','add_step4'); ?></span>
<h2> <?php echo _t('sdi','add_title4') ?></h2>
<form id="addsdi4" action=" <?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<label for="r_title"> <?php echo _t('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 _t('sdi','r_body') ?> * :</label>
<textarea id="r_body" name="r_body" <?php echo AREA_SETTINGS; ?> class="largetextfield"> <?php echo $form_r_body; ?></textarea>
<label for="r_referer_uri"> <?php echo _t('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 _t('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 echo $table; ?>" id="table" />
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" />
<input name="valider4" type="submit" value=" <?php echo _t('btn','valid') ?>" class="button" id="valider" />
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 = _t('sdi','threshold_relative_Y');
else $display_sdi_threshold_relative = _t('sdi','threshold_relative_N');
$onetheme = $sql_object -> DBSelect($onetheme);
<div class="contentcontainer">
include_once($dir . "/menurub.php");
<h2> <?php echo _t('recap','title') ; ?></h2>
<h3 class="part"> <?php echo _t('sdi','add_step1'); ?></h3>
<dt> <?php echo _t('sdi','name2'); ?> :</dt>
<dd> <?php echo $display_sdi_name; ?></dd>
<dt> <?php echo _t('divers','statut'); ?> :</dt>
<dt> <?php echo _t('sdi','theme'); ?> :</dt>
<dd> <?php echo $display_sdi_theme; ?></dd>
/** <dt><?php echo _t('sdi','range'); ?> :</dt>
<dd><?php echo $display_sdi_range;?></dd> */
<dt> <?php echo _t('sdi','description'); ?> :</dt>
<dd> <?php echo $display_sdi_description; ?></dd>
<dt> <?php echo _t('sdi','comment'); ?> :</dt>
<dd> <?php echo $display_sdi_comment; ?></dd>
<dt> <?php echo _t('sdi','goal'); ?> :</dt>
<dd> <?php echo $display_sdi_goal; ?> </dd>
<dt> <?php echo _t('sdi','consulting'); ?> :</dt>
<dd> <?php echo $display_sdi_consulting; ?></dd>
<dt> <?php echo _t('sdi','unit'); ?> :</dt>
<dd> <?php echo $display_sdi_unit; ?></dd>
<dt> <?php echo _t('sdi','max_value'); ?> :</dt>
<dd> <?php echo $display_sdi_max_value; ?> </dd>
<dt> <?php echo _t('sdi','min_value'); ?> :</dt>
<dd> <?php echo $display_sdi_min_value; ?></dd>
<dt> <?php echo _t('sdi','threshold_value'); ?> :</dt>
<dd> <?php echo $display_sdi_threshold_value; ?></dd>
<dt> <?php echo _t('sdi','threshold_relative'); ?> :</dt>
<dd> <?php echo $display_sdi_threshold_relative; ?></dd>
<dt> <?php echo _t('sdi','frequency'); ?> :</dt>
<dd> <?php echo $display_sdi_frequency; ?></dd>
<h3 class="part"> <?php echo _t('sdi','add_step2'); ?></h3>
<dt> <?php echo _t('sdi','e_scale_compare'); ?> :</dt>
<dd> <?php echo $display_e_scale_compare; ?></dd>
<dt> <?php echo _t('sdi','e_fiability'); ?> :</dt>
<dd> <?php echo $display_e_fiability; ?></dd>
<dt> <?php echo _t('sdi','e_accessibility'); ?> :</dt>
<dd> <?php echo $display_e_accessibility; ?></dd>
<dt> <?php echo _t('sdi','e_lisibility'); ?> :</dt>
<dd> <?php echo $display_e_lisibility; ?></dd>
<dt> <?php echo _t('sdi','e_relevance'); ?> :</dt>
<dd> <?php echo $display_e_relevance; ?></dd>
<dt> <?php echo _t('sdi','e_global_performance'); ?> :</dt>
<dd> <?php echo $display_e_global_performance; ?></dd>
<h3 class="part"> <?php echo _t('sdi','add_step3'); ?></h3>
<dt> <?php echo _t('sdi','p_name'); ?> :</dt>
<dd> <?php echo $display_p_name; ?></dd>
<dt> <?php echo _t('sdi','p_service'); ?> :</dt>
<dd> <?php echo $display_p_service; ?></dd>
<dt> <?php echo _t('sdi','p_description'); ?> :</dt>
<dd> <?php echo $display_p_description; ?></dd>
<dt> <?php echo _t('sdi','p_incharge'); ?> :</dt>
<dd> <?php echo $display_p_incharge; ?></dd>
<dt> <?php echo _t('sdi','p_address'); ?> :</dt>
<dd> <?php echo $display_p_address; ?></dd>
<dt> <?php echo _t('sdi','p_phone'); ?> :</dt>
<dd> <?php echo $display_p_phone; ?></dd>
<dt> <?php echo _t('sdi','p_fax'); ?> :</dt>
<dd> <?php echo $display_p_fax; ?></dd>
<dt> <?php echo _t('sdi','p_email'); ?> :</dt>
<dd> <?php echo $display_p_email; ?></dd>
<h3 class="part"> <?php echo _t('sdi','add_step4'); ?></h3>
<dt> <?php echo _t('sdi','r_title'); ?> :</dt>
<dd> <?php echo $display_r_title; ?></dd>
<dt> <?php echo _t('sdi','r_body'); ?> :</dt>
<dd> <?php echo $display_r_body; ?></dd>
<dt> <?php echo _t('sdi','r_referer_uri'); ?> :</dt>
<dd> <?php echo $display_r_referer_uri; ?></dd>
<dt> <?php echo _t('sdi','r_mask_uri'); ?> :</dt>
<dd> <?php echo $display_r_mask_uri; ?></dd>
<form id="addsdi5" action=" <?php echo $_SERVER['SCRIPT_NAME']; ?>" method="post">
<input name="rub" type="hidden" value=" <?php echo $rub; ?>" id="rub" />
<input name="todo" type="hidden" value=" <?php echo $todo; ?>" id="todo" />
<input name="data_table" type="hidden" value=" <?php echo $table; ?>" id="data_table" />
<input name="retour" type="button" value=" <?php echo _t('btn','preview') ?>" class="button" id="retour" onclick="history.go(-1);" />
<input name="enregistrer" type="submit" value=" <?php echo _t('btn','save') ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
|