Source for file det.php
Documentation is available at det.php
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
//////////// Check Inclusion de pages ////////////
include_once("../lib/lib_common.php");
if (isset ($_GET['id'])) $id= $_GET['id'];
if (isset ($_POST['id'])) $id= $_POST['id'];
include_once("../lib/lib_common.php");
$result= $sql_object->DBSelect($req_det);
// formattage des données
$current_title= formatText($result[0]['sdtheme_name'], '2HTML');
$date_crea= $result[0]['sdtheme_date_crea_display'];
$last_modify= $result[0]['sdtheme_last_modify_display'];
$link_det= $rub_link. "&todo=det&id=";
$link_sup= $rub_link. "&todo=sup&id=";
$link_mod= $rub_link. "&todo=mod&id=";
<a href="index.php"> <?php echo $GLOBALS['lang']['way']['home']; ?></a>
<a href=" <?php echo $rub_link; ?>"> <?php echo $GLOBALS['lang']['menu']['theme']; ?></a>
<span> <?php echo formatNavTitle($GLOBALS['lang']['sdtheme']['det']. " : " . $current_title); ?></span>
include_once("quickicons.php");
<div class="contentcontainer">
include_once($dir. "/menurub.php");
echo "<dl class=\"dl3\">\n";
echo "<dt>". $GLOBALS['lang']['theme']['description']. " :</dt>\n";
echo "<dd>". $description. "</dd>\n";
echo "<dt>". $GLOBALS['lang']['divers']['last_modify']. "</dt>\n";
echo "<dd>". $last_modify. "</dd>\n";
echo "<dt>". $GLOBALS['lang']['divers']['date_crea']. "</dt>\n";
echo "<dd>". $date_crea. "</dd>\n";
$result= $sql_object->DBSelect($req_det);
$current_title= formatText($result[0]['theme_name'],'2HTML');
// formattage des données
$date_crea= $result[0]['theme_date_crea'];
$last_modify= $result[0]['theme_last_modify'];
$link_det= $rub_link. "&todo=det&id=";
$link_sup= $rub_link. "&todo=sup&id=";
$link_mod= $rub_link. "&todo=mod&id=";
<a href="index.php"> <?php echo $GLOBALS['lang']['way']['home']; ?></a>
<a href=" <?php echo $rub_link; ?>"> <?php echo $GLOBALS['lang']['menu']['theme'];?></a>
<span> <?php echo formatNavTitle($GLOBALS['lang']['theme']['det']. " : " . $current_title)?></span>
include_once("quickicons.php");
<div class="contentcontainer">
include_once($dir. "/menurub.php");
echo "\t<a href=\"". $link_sup. $id. "\" title=\"". $GLOBALS['lang']['theme']['sup']. "\" class=\"ico_sup2\"></a>\n";
echo "\t<a href=\"". $link_mod. $id. "\" title=\"". $GLOBALS['lang']['theme']['mod']. "\" class=\"ico_mod2\"></a>\n";
echo "<dl class=\"dl3\">\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['sdtheme'], '2HTML'). "</dt>\n";
echo "<dd><a href=\"". $link_det. "s". $result[0]['sdtheme_id']. "\">". formatText($result[0]['sdtheme_name'],'2HTML'). "</a></dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['desc_det_project'], '2HTML'). "</dt>\n";
echo "<dd>". $desc_project. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['desc_det_dashboard'], '2HTML'). "</dt>\n";
echo "<dd>". $desc_dashboard. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['desc_det_publication'], '2HTML'). "</dt>\n";
echo "<dd>". $desc_publi. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['desc_det_workshop'], '2HTML'). "</dt>\n";
echo "<dd>". $desc_workshop. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['theme']['desc_det_news'], '2HTML'). "</dt>\n";
echo "<dd>". $desc_news. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['divers']['last_modify'], '2HTML'). "</dt>\n";
echo "<dd>". $last_modify. "</dd>\n";
echo "<dt>". formatText($GLOBALS['lang']['divers']['date_crea'], '2HTML'). "</dt>\n";
echo "<dd>". $date_crea. "</dd>\n";
/** PAS DE GESTION DES STATUTS
echo "<dt>".formatText($GLOBALS['lang']['divers']['statut'], '2HTML') ."</dt>\n";
echo "<dd>".display_statut($result[0]['theme_statut']). "</dd>\n";
<?php include_once($dir. "/help.php"); ?>
|