renamed js in test_base.html
authorMatteo Nastasi <matteo.nastasi@lucinilucini.com>
Thu, 24 Nov 2011 18:10:06 +0000 (19:10 +0100)
committerMatteo Nastasi <matteo.nastasi@lucinilucini.com>
Thu, 24 Nov 2011 18:10:06 +0000 (19:10 +0100)
test_base.html [new file with mode: 0644]

diff --git a/test_base.html b/test_base.html
new file mode 100644 (file)
index 0000000..2033cd4
--- /dev/null
@@ -0,0 +1,18 @@
+<html>
+<head>
+<script type="text/javascript" src="commons.js"></script>
+<script type="text/javascript" src="xynt-base.js"></script>
+<script type="text/javascript" src="xynt-base-test.js"></script>
+<script type="text/javascript" src="xynt-dd.js"></script>
+<script type="text/javascript" src="xynt-link.js"></script>
+
+</head>
+<body>
+<!-- task:begin -->
+<div id="board" style="width: 1600; height: 800px; background-color: #f0f0f0; border: 1px solid black; position: relative;">
+
+  <div id="t1" style="z-index: 1; left: 10px; top: 10px; width: 100px; height: 21px; border: 1px solid gray; background-color: #c0c0ff; position: absolute;"></div>
+  
+</div>
+</body>
+</html>