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:
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>