Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/EjercitarWeb/WebContent/Concepto.jsp
diff options
context:
space:
mode:
authorcecigg <caggsld@gmail.com>2014-09-23 23:18:25 (GMT)
committer cecigg <caggsld@gmail.com>2014-09-23 23:18:25 (GMT)
commit52d3170efc5d023f50fb6f060c54bda78c7ea59b (patch)
treef3479cf4aacf114c63b723f65d5a3c02df83b4a3 /EjercitarWeb/WebContent/Concepto.jsp
parent5c23909dc503ba42e9a319b4eb92168cd7b72c4b (diff)
se modifico el estilo de las vistas
Diffstat (limited to 'EjercitarWeb/WebContent/Concepto.jsp')
-rw-r--r--EjercitarWeb/WebContent/Concepto.jsp17
1 files changed, 8 insertions, 9 deletions
diff --git a/EjercitarWeb/WebContent/Concepto.jsp b/EjercitarWeb/WebContent/Concepto.jsp
index 870c5b8..2934b0e 100644
--- a/EjercitarWeb/WebContent/Concepto.jsp
+++ b/EjercitarWeb/WebContent/Concepto.jsp
@@ -1,10 +1,9 @@
<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Concepto</title>
- <!-- <%@include file="templateHEAD.jsp" %> -->
<!-- Styles -->
<link rel="stylesheet" href="css/themes/smoothness/jquery-ui-1.10.4.css" />
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css" />
@@ -86,24 +85,24 @@
</div>
</div>
- <script>
+ <script type="text/javascript">
$("#a_priori").spinner({
step: 0.01,
numberFormat: "n",
- max:1,
- min:0
+ max: 1,
+ min: 0
});
$("#adivinanza").spinner({
step: 0.1,
numberFormat: "n",
- max:1,
- min:0
+ max: 1,
+ min: 0
});
$( "#descuido" ).spinner({
step: 0.1,
numberFormat: "n",
- max:1,
- min:0
+ max: 1,
+ min: 0
});
</script>
</body>