[puntoengine] r82 committed - [No log message]

0 views
Skip to first unread message

punto...@googlecode.com

unread,
Jul 15, 2011, 9:00:38 AM7/15/11
to punto...@googlegroups.com
Revision: 82
Author: jba...@gmail.com
Date: Fri Jul 15 05:59:32 2011
Log: [No log message]
http://code.google.com/p/puntoengine/source/detail?r=82

Modified:
/trunk/puntoengine/core/resources/css/admin.css
/trunk/puntoengine/install.php

=======================================
--- /trunk/puntoengine/core/resources/css/admin.css Fri Jul 15 05:37:27 2011
+++ /trunk/puntoengine/core/resources/css/admin.css Fri Jul 15 05:59:32 2011
@@ -13,7 +13,7 @@
#header {
width: 100%;
height: 32px;
- background: url('../images/admin/titlebar.png') repeat-x;
+ background: url('../images/titlebar.png') repeat-x;
line-height: 32px;
font-size: 1.3em;
font-weight: bold;
@@ -88,7 +88,7 @@
border-radius: 30px;
line-height: 24px;
color: #ffffff;
- background: #2e2e2e url('../images/admin/black-button.png') repeat-x;
+ background: #2e2e2e url('../images/black-button.png') repeat-x;
padding-right: 10px;
padding-left: 10px;
}
=======================================
--- /trunk/puntoengine/install.php Wed Jul 13 05:01:31 2011
+++ /trunk/puntoengine/install.php Fri Jul 15 05:59:32 2011
@@ -60,6 +60,52 @@
$installed = true;
}
?>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
+ <title>PuntoEngine - Installation</title>
+ <link href="core/resources/css/admin.css" rel="stylesheet"
type="text/css" media="all" />
+ </head>
+ <body>
+ <header id="header">Intall</header>
+ <div id="wrapper">
+ <div id="container">
+ <article>
+ <div class="container minibox">
+ <div class="content">
+ <form method="post" action="~/admin/login">
+ <p>
+ <label for="user">Usuario:<br/>
+ <input type="text" name="user" id="user" autocomplete="off" />
+ </label>
+ </p>
+ <p>
+ <label for="pass">Contraseña:<br/>
+ <input type="password" name="pass" id="pass" autocomplete="off"
/>
+ </label>
+ </p>
+ <div class="float">
+ <div class="right">
+ <input type="submit" value="Acceder" />
+ </div>
+ </div>
+ </form>
+ </div>
+ </div>
+ <div class="minibox">
+ <a href="#">¿Has perdido tu contraseña?</a>
+ </div>
+ </article>
+ <footer class="center">
+ <p>PuntoEngine &copy; 2011</p>
+ </footer>
+ </div>
+ </div>
+ </body>
+</html>
+<!--
<!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" dir="ltr" lang="es-ES">
<head profile="http://gmpg.org/xfn/11">
@@ -107,4 +153,4 @@
}
?>
</body>
-</html>
+</html> -->
Reply all
Reply to author
Forward
0 new messages