0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www.OLD
/
adminnlp
/
[
Home
]
File: module.php
<?php include_once("pre.php"); include_once("auth.php"); ?> <?php if(! est_autorise("acces_modules")) exit; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <?php include_once("title.php"); ?> <script src="../lib/jquery/jquery.js" type="text/javascript"></script> <script src="../lib/jquery/jeditable.js" type="text/javascript"></script> <script src="../lib/jquery/menu.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/invalid.css" type="text/css" media="screen" /> <link media="screen" rel="stylesheet" href="css/master.css" /> <link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" title="default" /> <!--[if lte IE 7]> <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" /> <![endif]--> <script type="text/javascript" src="js/scripts/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/scripts/simpla.jquery.configuration.js"></script> <script type="text/javascript" src="js/scripts/facebox.js"></script> <script type="text/javascript" src="js/scripts/jquery.wysiwyg.js"></script> <script type="text/javascript" src="js/scripts/jquery.datePicker.js"></script> <script type="text/javascript" src="js/scripts/jquery.date.js"></script> <!--[if IE]><script type="text/javascript" src="js/scripts/jquery.bgiframe.js"></script><![endif]--> <!-- Internet Explorer .png-fix --> <!--[if IE 6]> <script type="text/javascript" src="js/scripts/DD_belatedPNG_0.0.7a.js"></script> <script type="text/javascript"> DD_belatedPNG.fix('.png_bg, img, li'); </script> <![endif]--> </head> <body> <body> <div id="page-top-outer"> <!-- Start: page-top --> <div id="page-top"> <!-- start logo --> <div id="logo"> <!--<a href=""><img src="images/shared/logo.png" width="156" height="40" alt="" /></a>--> </div> </div> <!-- End: page-top --> </div> <!-- End: page-top-outer --> <div class="clear"> </div> <?php $menu="plugins"; //include_once("entete.php"); ?> <?php include_once("shotcurts.php"); ?> </div> <!-- start nav-outer-repeat................................................... END --> <div class="clear"></div> <!-- start content-outer ........................................................................................................................START --> <div id="content-outer"> <!-- start content --> <div id="content"> <!-- start page-heading --> <div id="page-heading"> </div> <!-- end page-heading --> <table border="0" width="100%" cellpadding="0" cellspacing="0" id="content-table"> <tr> <th rowspan="3" class="sized"><img src="images/shared/side_shadowleft.jpg" width="20" height="300" alt="" /></th> <th class="topleft"></th> <td id="tbl-border-top"> </td> <th class="topright"></th> <th rowspan="3" class="sized"><img src="images/shared/side_shadowright.jpg" width="20" height="300" alt="" /></th> </tr> <tr> <td id="tbl-border-left"></td> <td> <!-- start content-table-inner ...................................................................... START --> <div id="content-table-inner"> <!-- start table-content --> <div id="table-content"> <!-- start message-green --> <style> #error { width:400px; margin-left:auto; margin-right:auto; padding:7px 7px 7px 7px; } #error p{ background: url(gfx/warning.gif) no-repeat scroll top left transparent; background-color:#EFEFEF; padding-left:25px; color:#F4491B; margin:2px 2px 2px 2px; padding:4px 4px 4px 25px; margin-top:0px; font-size:12px; border:1px solid #EFEFEF; } </style> <div id="error"></div> <br /> <?php include_once(realpath(dirname(__FILE__)) . "/../fonctions/authplugins.php"); autorisation("contact"); if(isset($_REQUEST["vue"])) $vue = $_REQUEST["vue"]; else $vue = ""; switch($vue){ case "view": include_once(realpath(dirname(__FILE__)) . "/view.php"); break; default: include_once(realpath(dirname(__FILE__)) . "/listing.php"); break; } ?> <div class="clear"> </div> </div> <!-- end content --> <div class="clear"> </div> </div> <!-- end content-outer........................................................END --> <?php include_once("pied.php"); ?>
©
2018.