linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file sup.php

Documentation is available at sup.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage user
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. //////////// Check Inclusion de pages ////////////
  12. if (!function_exists('AuthenthificationProcess')) {
  13.   include_once("../lib/lib_common.php");
  14.   ReloadIndex('admin');
  15. }
  16. ////////////
  17.  
  18. //////////// Check Droits utilisateur ////////////
  19. if (!IsSuperAdmin()) ReloadIndex('admin');
  20. ////////////
  21.  
  22. if(isset($_POST['id']))    $id=$_POST['id'];
  23. if(isset($_GET['id']))    $id=$_GET['id'];
  24. $link_det=$rub_link."&amp;todo=det&amp;id=".$id;
  25.  
  26.  
  27. if(isset($_POST['valider'])) {
  28.   $user_object new user;
  29.   $link_confirm="confirm.php?rub=".$rub."&todo=".$todo;
  30.   $result=$user_object->DeleteUser($id$sql_object);
  31.   if($resultheader("Location: ".$link_confirm);
  32.   else  system_error();
  33. }
  34.  
  35. $requeteSQL_getUserLogin($id);
  36. $result=$sql_object->DBSelect($requete);
  37. $current_title=stripslashes($result[0]['user_login']);
  38.  
  39. ?>
  40. <div id="chemin">
  41. <ul>
  42.     <li><a href="index.php" class="chemin_home"><?php echo _t('way','home'?></a>
  43.     </li>
  44.     <li><a href="<?php echo $rub_link?>" id="chemin_<?php echo $rub?>"
  45.         class="chemin_rub"><?php echo _t('menu','user')?></a></li>
  46.     <li><span><?php echo formatnavTitle(_t('user','sup')." : "$current_title)?></span>
  47.     </li>
  48. </ul>
  49. </div>
  50. <!--end barre haute -->
  51. <?php
  52. include_once(THEME_ADMIN_PATH."quickicons.php");
  53. ?>
  54. <div class="contentcontainer"><?php
  55. include_once($dir."/menurub.php");
  56. ?>
  57. <div id="content"><?php echo "<h2>".formatTitleh2($current_title)."</h2>"?>
  58. <form id="suptheme" action="<?php echo $_SERVER['SCRIPT_NAME']?>"
  59.     method="post">
  60. <p class="info"><?php echo _t('divers','sup_confirm')?></p>
  61. <div><input name="id" type="hidden" value="<?php echo $id?>" /> <input
  62.     name="rub" type="hidden" value="<?php echo $rub?>" id="rub" /> <input
  63.     name="todo" type="hidden" value="<?php echo $todo?>" id="todo" /> <?php echo cancel_button('javascript:history.go(-1);')?>
  64. <input name="valider" type="submit"
  65.     value="<?php echo _t('btn','valid'?>" class="button" id="valider" />
  66. </div>
  67. </form>
  68. </div>
  69. <?php include_once($dir."/help.php")?></div>

Documentation generated on Thu, 03 May 2012 15:07:40 +0200 by phpDocumentor 1.4.1