Source for file mod_r.php
Documentation is available at mod_r.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_e= $rub_link. "&todo=mod_e&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_r[$j]= $data_table[$i];
$result= $sdi_object->ModifyParam($id, $data_table_r, "R", $sql_object);
$link_confirm= "confirm.php?rub=". $rub. "&todo=". $todo. "&id=". $id;
if(isset ($result)) header("Location: ". $link_confirm);
//$data_reglementation=$sdi_object->GetRules($id_idd=$id, $sql_object, $ID="-1");
$data_reglementation = $sql_object -> DBSelect($req_sdir);
$form_r_title = formatText($data_reglementation[0]['sdir_title'], '2FIELD');
$form_r_body = formatText($data_reglementation[0]['sdir_body'], '2FIELD');
if ($data_reglementation[0]['sdir_referer_uri']<> "") $form_r_referer_uri = formatText($data_reglementation[0]['sdir_referer_uri'], '2FIELD');
else $form_r_referer_uri = '';
$form_r_mask_uri = formatText($data_reglementation[0]['sdir_mask_uri'], '2FIELD');
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 = formatText($_POST['r_referer_uri'], '2FIELD');
if ($_POST['r_mask_uri']== "")$form_r_mask_uri = $form_r_referer_uri;
else $form_r_mask_uri = formatText($_POST['r_mask_uri'], '2FIELD');
include_once(THEME_ADMIN_PATH. "quickicons.php");
$data_sdi_name = $sql_object -> DBSelect($req_list_sdiname);
$navtitle= _t('sdi','mod_r'). " : ". $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 ($integrity4) || is_string($integrity4)) {
<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_e. $id ;?>"> <?echo _t('sdi','modify_sdi_e');?></a>
<h2> <?php echo formatTitleh2($data_sdi_name[0]['sdii_name']); ?></h2>
action=" <?php echo $_SERVER['SCRIPT_NAME'];
<p><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;
<p><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;
<p><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;
<p><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;
<div><input name="table" type="hidden"
id="table" /> <input name="rub" type="hidden"
?>" id="rub" /> <input name="id" type="hidden"
<?php echo cancel_button($rub_link. "&todo=det&id=". $id); ?>
<input name="todo" type="hidden"
?>" id="todo" /> <input name="valider4" type="submit"
value=" <?php echo _t('btn','valid') ?>" class="button" id="valider" />
<?php include_once($dir . "/help.php");
if (!isset ($integrity5) || is_string($integrity5)) {
<div class="contentcontainer"> <?php
include_once($dir . "/menurub.php");
<h2> <?php echo _t('recap','title') ;
<dt> <?php echo _t('sdi','r_title') ;
<dd> <?php echo $display_r_title ;
<dt> <?php echo _t('sdi','r_body') ;
<dd> <?php echo $display_r_body ;
<dt> <?php echo _t('sdi','r_referer_uri') ;
<dd> <?php echo $display_r_referer_uri ;
<dt> <?php echo _t('sdi','r_mask_uri') ;
<dd> <?php echo $display_r_mask_uri ;
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");
|