Source for file sup.php
Documentation is available at sup.php 
 * @package linea21.modules  
 * @author linea21 <info@linea21.com>  
 * @license http://opensource.org/licenses/gpl-3.0.html  
 *  'Resource' module is used by 'Publication' and 'Workshop' modules  
//////////// Check Inclusion de pages ////////////  
    include_once("../lib/lib_common.php");  
include_once("../lib/lib_common.php");   
if(isset ($_POST['id']))    $id= $_POST['id'];  
if(isset ($_GET['id']))    $id= $_GET['id'];  
if(isset ($_POST['valider'])) {  
    if($res== 'biblio') $result= $resources_object->DeleteBiblioRes($id, $sql_object);  
    if($res== 'multi') $result= $resources_object->DeleteMultiRes($id, $sql_object);  
    if($res== 'link') $result= $resources_object->DeleteLinkRes($id, $sql_object);  
    $link_confirm= "confirm.php?rub=". $rub. "&todo=". $todo. "&type=". $type. "&id=". $parent;  
    if($result) header("Location: ". $link_confirm);  
    $result= $sql_object->DBSelect($requete);  
    $current_title= FormatText($result[0]['publi_title'], '2HTML');  
    $publi_owner= $result[0]['publi_posted_by'];  
    //////////// Check Droits utilisateur ////////////  
    $result= $sql_object->DBSelect($requete);  
    $current_title= FormatText($result[0]['workrep_title']. ' ('. $result[0]['workshop_denomination']. ')', '2HTML');  
    $workshop_id= $result[0]['workrep_workshop_id'];  
    //////////// Check Droits utilisateur ////////////  
    $result= $sql_object->DBSelect($requete);  
    $current_info= FormatText($result[0]['linkres_mask'], '2HTML');  
    $type_display= _t('resources','link_res');  
    $result= $sql_object->DBSelect($requete);  
    $current_info= FormatText($result[0]['multires_name'], '2HTML');  
    $type_display= _t('resources','multi_res');  
    $result= $sql_object->DBSelect($requete);  
    $current_info= FormatText($result[0]['bibliores_title']. " <span class=\"text_det_it\">(". $result[0]['bibliores_author']. ")</span>", '2HTML');  
    $type_display= _t('resources','biblio_res');  
            <a href="index.php" class="chemin_home"> <? echo  _t('way','home'); ?></a>  
               <a href=" <?php echo  $rub_link; ?>" id="chemin_ <? echo  $rub; ?>" class="chemin_rub"> <? echo  _t('menu',$mod_inc); ?></a>  
            <span> <? echo  formatNavTitle(_t('resources',$mod_inc. '_type'). " : ".  $current_title); ?></span>  
include_once(THEME_ADMIN_PATH. "quickicons.php");  
<div class="contentcontainer">  
include_once($dir. "/menurub.php");  
<form id="suptheme" action=" <?php echo  $_SERVER['SCRIPT_NAME']; ?>" method="post">  
echo  _t('resources','supp_info'). "'". $type_display. "' ". _t('resources','next'). " \n"; 
<p> <?php echo  _t('divers','sup_confirm'); ?></p>  
<input name="id" type="hidden" value=" <?php echo  $id; ?>" />  
<input name="rub" type="hidden" value=" <?php echo  $rub; ?>" id="rub" />  
<input name="res" type="hidden" value=" <?php echo  $res; ?>" id="res" />  
<input name="todo" type="hidden" value=" <?php echo  $todo; ?>" id="todo" />  
<input name="parent" type="hidden" value=" <?php echo  $parent; ?>" id="parent" />  
<input name="type" type="hidden" value=" <?php echo  $type; ?>" id="type" />  
<input name="valider" type="submit" value=" <? echo  _t('btn','valid') ?>" class="button" id="valider" />  
<?php include_once($dir. "/help.php"); ?>  
 
 
        
       |