Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
6056 efrain 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<link href="//code.jquery.com/qunit/qunit-1.21.0.css" rel="stylesheet" type="text/css" />
5
 
6
	<script src="//code.jquery.com/jquery-3.5.1.js"></script>
7
	<script src="//code.jquery.com/qunit/qunit-1.21.0.js"></script>
8
 
9
	<script src="../jsrender.js"></script>
10
 
11
	<script src="unit-tests/tests-jsrender-with-jquery.js"></script>
12
 
13
	<script id="myTmpl" type="text/x-jsrender">A_{{:name}}_B</script>
14
	<script id="my_tmpl" type="text/x-jsrender">A_{{:name}}_B</script>
15
	<script id="my_tmpl2" type="text/x-jsrender">' " \ \' \"</script>
16
	<script id="./test/templates/file/path.html" type="text/x-jsrender">ServerRenderedTemplate_{{:name}}_B</script>
17
</head>
18
<body>
19
	<div id="qunit-fixture"><div id="result"></div></div>
20
	<h1 id="qunit-header">JsRender QUnit Tests</h1>
21
	<h2 id="qunit-banner"></h2>
22
	<div id="qunit-testrunner-toolbar"></div>
23
	<h2 id="qunit-userAgent"></h2>
24
	<ol id="qunit-tests"></ol>
25
</body>
26
</html>