Example #1
0
<?php

include_once 'php/db.php';
$db = new Database();
$db->connect();
$db->resetDb();
?>
<!DOCTYPE html>
<head>
	<meta charset="utf-8">
	<title>Payments</title>
	<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <link rel="apple-touch-icon" sizes="72x72" href="images/ipad-icon.png">
    <link rel="stylesheet" href="css/reset.css" type="text/css" />
    <link rel="stylesheet" href="css/ipad-style.css" media="screen" type="text/css" />
</head>
<body>
<div id="content">
	<div id="addApp">
	    <img title="Pagos" alt="Pagos" src="images/icon-inline.png" width="57" height="57">
        <p>Add Payments to your home screen!</p>
        <a href="javascript:;" ontouchstart="closeAd()">Close</a>
    </div>
    <div id="login">
        <form method="post" onSubmit="return ingreso()">
            <input type="text" name="user" id="user" value="Just click login..." maxlength="15" class="loginInactive" />
            <input type="password" name="pass" id="pass" value="00000000" maxlength="15" class="loginInactive" />
            <input type="submit" name="login" id="logSubmit" value="Login" />
        </form>