Source for file mod_e.php
Documentation is available at mod_e.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");
$link_mod_r= $rub_link. "&todo=mod_r&id=";
$link_mod_p= $rub_link. "&todo=mod_p&id=";
$link_mod= $rub_link. "&todo=mod&id=";
if(!isset ($_GET['id']) && !isset ($_POST['id'])) {
if(isset ($_POST['id'])) $id= $_POST['id'];
if(isset ($_GET['id'])) $id= $_GET['id'];
if (isset ($_POST['enregistrer'])) {
$data_table_e[$j]= $data_table[$i];
$result= $sdi_object->ModifyParam($id, $data_table_e, "E", $sql_object);
$link_confirm= "confirm.php?rub=". $rub. "&todo=". $todo. "&id=". $id;
if(isset ($result)) header("Location: ". $link_confirm);
//$data_evaluation=$sdi_object->GetEvaluation($id_idd=$id, $sql_object, $ID="-1");
$data_evaluation = $sql_object -> DBSelect($req_sdie);
$form_e_scale_compare = $data_evaluation[0]['sdie_scale_compare'];
$form_e_fiability = $data_evaluation[0]['sdie_fiability'];
$form_e_accessibility = $data_evaluation[0]['sdie_accessibility'];
$form_e_lisibility = $data_evaluation[0]['sdie_lisibility'];
$form_e_relevance = $data_evaluation[0]['sdie_relevance'];
$form_e_global_performance = $data_evaluation[0]['sdie_global_performance'];
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'];
include_once(THEME_ADMIN_PATH. "quickicons.php");
$data_sdi_name = $sql_object -> DBSelect($req_list_sdiname);
$navtitle= _t('sdi','mod'). " : ". $data_sdi_name[0]['sdii_name'];
<li><a href="index.php" class="chemin_home"> <?php echo _t('way','home') ?></a>
<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($navtitle) ?></span></li>
if (!isset ($integrity2) || is_string($integrity2)) {
<div class="contentcontainer"> <?php
include_once($dir . "/menurub.php");
<div class="mod_link"><a href=" <?php echo $link_mod. $id ;?>"> <?echo _t('sdi','mod');?></a>
| <a href=" <?php echo $link_mod_p. $id ;?>"> <?echo _t('sdi','modify_sdi_p');?></a>
| <a href=" <?php echo $link_mod_r. $id ;?>"> <?echo _t('sdi','modify_sdi_r');?></a>
<h2> <?php echo formatTitleh2($data_sdi_name[0]['sdii_name']); ?></h2>
action=" <?php echo $_SERVER['SCRIPT_NAME'];
<p><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;
<p><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;
<p><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;
<p><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;
<p><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;
<p><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;
<div><input name="table" type="hidden"
value=" <?php echo $table;
?>" id="table" /> <input name="id" type="hidden"
?>" id="id" /> <input name="rub" type="hidden"
?>" id="rub" /> <input name="todo" type="hidden"
<?php echo cancel_button($rub_link. "&todo=det&id=". $id); ?>
<input name="valider2" type="submit"
value=" <?php echo _t('btn','valid') ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity5) || is_string($integrity5)) {
$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]);
<div class="contentcontainer"> <?php
include_once($dir . "/menurub.php");
<h2> <?php echo _t('recap','title') ;
<dt> <?php echo _t('sdi','e_scale_compare') ;
<dd> <?php echo $display_e_scale_compare ;
<dt> <?php echo _t('sdi','e_fiability') ;
<dd> <?php echo $display_e_fiability ;
<dt> <?php echo _t('sdi','e_accessibility') ;
<dd> <?php echo $display_e_accessibility ;
<dt> <?php echo _t('sdi','e_lisibility') ;
<dd> <?php echo $display_e_lisibility ;
<dt> <?php echo _t('sdi','e_relevance') ;
<dd> <?php echo $display_e_relevance ;
<dt> <?php echo _t('sdi','e_global_performance') ;
<dd> <?php echo $display_e_global_performance ;
action=" <?php echo $_SERVER['SCRIPT_NAME'];
<div><input name="rub" type="hidden"
?>" id="rub" /> <input name="todo" type="hidden"
?>" id="todo" /> <input name="id" type="hidden"
<?php echo cancel_button($rub_link. "&todo=det&id=". $id); ?>
<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"
<?php include_once($dir . "/help.php");
|