Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsreyes <sreyes@dataworks.com.py>2014-09-30 12:53:46 (GMT)
committer sreyes <sreyes@dataworks.com.py>2014-09-30 12:53:46 (GMT)
commit93916a03c20feb7e101920e132bd192bbb4947f3 (patch)
tree4873d54d83e874b174ecb282d99a312b9a45bcb7
parent8b631fd62481622ace2f0e5a8eeba15d6e3158a1 (diff)
pequenhos cambios
-rw-r--r--EjercitarWeb/WebContent/login.jsp39
1 files changed, 38 insertions, 1 deletions
diff --git a/EjercitarWeb/WebContent/login.jsp b/EjercitarWeb/WebContent/login.jsp
index ea908a1..ffe8237 100644
--- a/EjercitarWeb/WebContent/login.jsp
+++ b/EjercitarWeb/WebContent/login.jsp
@@ -33,11 +33,44 @@
.input-group {
margin-bottom: 5px;
}
+
+
+ body {
+ background: url('/img/fondo.png') no-repeat center center fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
+ }
+
+ .panel-default {
+ opacity: 0.9;
+ margin-top:30px;
+ }
+ .form-group.last {
+ margin-bottom:0px;
+ }
+
+
</style>
</head>
<body>
+
+
+
+
<div class="container">
- <div class="center well">
+ <div class="row"> <br/><br/><br/></div>
+ <div class="row">
+ <div class="col-md-6">
+ <h1 > Bienvenidos a Ejercitar!</h1>
+
+ <p class="text-muted"><h3> Ejercitar es un modelo de aprendizaje basado en el uso de computadoras. </h3></p>
+ </div>
+ <div class="col-md-4 col-md-offset-1">
+ <div class="panel panel-default">
+ <div class="panel-heading"> <strong class="">Login</strong> </div>
+ <div class="panel-body">
<div class="alert alert-danger" id="e-msg-error-cnt">
<a class="close" data-dismiss="alert" href="#">x</a><div id="e-msg-error"><%= request.getAttribute("error") %></div>
</div>
@@ -53,7 +86,11 @@
<button class="btn btn-lg btn-primary btn-block" type="submit" name="submit">Aceptar</button>
<button class="btn btn-lg btn-success btn-block" type="button" onclick="location.href='/EjercitarWeb/NuevoProfesorServlet';">Crear Cuenta</button>
</form>
+ </div>
+ </div>
</div>
</div>
+ </div>
+
</body>
</html>