* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html * 'Resource' module is used by 'Publication' and 'Workshop' modules */ //////////// Check Inclusion de pages //////////// if (!function_exists('AuthenthificationProcess')) { include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// //////////// Check Droits utilisateur //////////// if (!HaveRight($mod_inc)) ReloadIndex('admin'); /////////// if($todo=='add_l' || $todo=='add_m' || $todo=='add_b') $title=$GLOBALS['lang']['resources']['add']; if($todo=='add_l') $title.=" '".$GLOBALS['lang']['resources']['link_res']."'"; if($todo=='add_m') $title.=" '".$GLOBALS['lang']['resources']['multi_res']."'"; if($todo=='add_b') $title.=" '".$GLOBALS['lang']['resources']['biblio_res']."'"; if($todo=='mod_l' || $todo=='mod_m' || $todo=='mod_b') $title=$GLOBALS['lang']['resources']['mod']; if($todo=='mod_l') $title.=" '".$GLOBALS['lang']['resources']['link_res']."'"; if($todo=='mod_m') $title.=" '".$GLOBALS['lang']['resources']['multi_res']."'"; if($todo=='mod_b') $title.=" '".$GLOBALS['lang']['resources']['biblio_res']."'"; if($todo=='sup') $title=$GLOBALS['lang']['resources']['sup']; if($type=='W') $rub_link_back="?rub=workshoprep&todo=det&id=".$parent; if($type=='P') $rub_link_back="?rub=publication&todo=det&id=".$parent; $search="search.php?rub=".$mod_inc; ?>