コード例 #1
0
ファイル: index.php プロジェクト: electromanlord/sgd
<?php 
include "includes/inc.header.php";
?>
<title>Administraci&oacute;n</title>
</head>
<body>
<table  id="principal"  align="left" cellpadding="0" cellspacing="0" width="100%" style="margin:0px; vertical-align:top">
	<tr>		
		<td align="left" colspan="2"> <?php 
Plantilla::PlantillaEncabezado("ACCESO AL SISTEMA");
?>
 </td>		
	</tr>
	<tr>
		<td class="menu"><?php 
Plantilla::PlantillaIzquierdo();
?>
</td>	
		<td>
			<table  class="contenido" cellpadding="0" cellspacing="0" width="100%" align="left">									
				<tr>								
					<td style="width:100%; height:417px">								
					  <p>
					    <?php 
if ($_GET['opcion'] == 'recuperar') {
    include "recuperar_acceso.php";
} else {
    if ($_SESSION['session']) {
        include "inicio.php";
    } else {
        include "acceso.php";