<?php

session_start();
require_once '../clases/usuario_data.php';
$area = new usuariodata();
if (!isset($_SESSION['sesion_id_usuario'])) {
    die("No tiene acceso  a esta seccion");
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SISTEMA DE GESTION DE CONSULTORIO MEDICO</title>
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css" />
</head>

<body>
<?php 
if (isset($_REQUEST['area_id'])) {
    $_SESSION['area_codigo'] = $_REQUEST['area_id'];
    $area->area_ver($_SESSION['area_codigo']);
    $_REQUEST['descripcion'] = $area->area_descripcion;
}
?>


<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><?php 
Exemple #2
0
<?php

session_start();
require_once '../clases/usuario_data.php';
$usuario = new usuariodata();
if (!isset($_SESSION['usu_id'])) {
    die("No tiene acceso  a esta seccion");
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>NUEVA CLAVE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css" />
<link href="../imagenes/logo.ico" type="image/x-icon" rel="shortcut icon">
</head>

<body>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr height="5">
    <td height="23">
      
<br></td>
  
  <tr>
    <td height="23" align="left">

	<form name="form1" method="post" action="">
      <fieldset><legend>EDITAR CLAVE</legend>
	  <table border="0" align="center">
<?php

session_start();
require_once '../clases/usuario_data.php';
$area = new usuariodata();
?>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>SISTEMA DE GESTION DE CONSULTORIO MEDICO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css" />
<link href="../imagenes/logo.ico" type="image/x-icon" rel="shortcut icon">
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
      <?php 
include "menu.php";
?>
</td>
  </tr>
  <tr>
    <td align="center">
	

	<?php 
if ($_REQUEST['id'] === '1') {
Exemple #4
0
<?php

session_start();
require_once '../clases/usuario_data.php';
$usuario = new usuariodata();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>PM Express v1.0 - SISTEMA DE REGISTRO DE CARGOS POR COURIER</title>
<link href="../estilos/css_sistema.css" rel="stylesheet" type="text/css" />
<link href="../imagenes/logo.ico" type="image/x-icon" rel="shortcut icon">
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><?php 
include "menu.php";
?>
</td>
  </tr>
  <tr>
    <td><form  id="form1" name="form1">
      <table width="900" border="0" align="center" cellpadding="0" cellspacing="2">
        <tr>
          <td width="31">&nbsp;</td>
          <td colspan="2">&nbsp;</td>
          <td width="229" colspan="-2">&nbsp;</td>
        </tr>