Файловый менеджер - Редактировать - C:/xampp/htdocs/backoffice/index.php
Назад
<?php session_start(); // Incluyo las funciones basicas include "../files/config.php"; include "../files/funciones.php"; // Incluyo funciones espcifica de esta web // Arranque BBDD $link = conectar(); ?> <!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"> <?php // HEAD + javascripts ?> <head> <?php // Metas ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="robots" content="noindex,nofollow" /> <?php // Titulo ?> <title>Valeri Consultors :: Àrea de gestió interna</title> <?php // Estilos ?> <link rel="stylesheet" type="text/css" href="estilo.css"> <link rel="SHORTCUT ICON" href="../favico.ico"> <?php // Javacripts ?> </head> <body> <?php // Cabecera de la web ?> <!-- --> <table align="center" cellpadding="0" cellspacing="1" border="0" bgcolor="#D1D1D1"> <tr> <td> <table width="950" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF"> <tr> <td height="15" colspan="3"></td> </tr> <tr> <td width="15"></td> <td height="430" align="center" class="text"> <!-- --> <table width="400" border="0" cellspacing="0" cellpadding="5"> <tr> <td colspan="3" align="center"> <img src="img/logo.gif" border="0" /> </td> </tr> <tr> <td colspan="3" align="center"> <p class="data"> <?php if (isset($_SESSION["problemaLoginTXT"])) { echo $_SESSION["problemaLoginTXT"]; unset($_SESSION["problemaLoginTXT"]); } ?> </p> </td> </tr> <tr> <td width="20%"></td> <td class="data" align="center"> <form action="index_1.php" method="post" name="login" id="login"> <fieldset> <legend>Identifiació,sius-plau</legend> <p> <label>Codi d'Usuari</label><br /> <input name="LOG_nick" type="text" id="LOG_nick" size="25" maxlength="20" class="form_input"> <br> <label>Clau</label><br /> <input name="PASS_nick" type="password" id="PASS_nick" size="25" maxlength="20" class="form_input"></p> <p><input type="submit" value="Entrar" class="form_submit"></p> </fieldset> </form> </td> <td width="20%"></td> </tr> </table> <!-- --> </td> <td width="15"></td> </tr> <tr> <td height="15" colspan="3"></td> </tr> </table> </td> </tr> </table> <!-- --> <?php // Texto final y cierres de BBDD ?> <?php include "pie.php"; ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.3.8 | Генерация страницы: 0.12 |
proxy
|
phpinfo
|
Настройка