Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

final procedural project

ER authored on 13/04/2012 10:17:34
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,40 @@
1
+<!DOCTYPE HTML>
2
+<html>
3
+<head>
4
+  <title>Bootstrap Plugin Test Suite</title>
5
+
6
+  <!-- jquery -->
7
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
8
+
9
+  <!-- qunit -->
10
+  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
11
+  <script src="vendor/qunit.js"></script>
12
+
13
+  <!--  plugin sources -->
14
+  <script src="../../js/bootstrap-alerts.js"></script>
15
+  <script src="../../js/bootstrap-dropdown.js"></script>
16
+  <script src="../../js/bootstrap-modal.js"></script>
17
+  <script src="../../js/bootstrap-tabs.js"></script>
18
+  <script src="../../js/bootstrap-twipsy.js"></script>
19
+  <script src="../../js/bootstrap-popover.js"></script>
20
+  <script src="../../js/bootstrap-buttons.js"></script>
21
+
22
+  <!-- unit tests -->
23
+  <script src="unit/bootstrap-alerts.js"></script>
24
+  <script src="unit/bootstrap-dropdown.js"></script>
25
+  <script src="unit/bootstrap-modal.js"></script>
26
+  <script src="unit/bootstrap-popover.js"></script>
27
+  <script src="unit/bootstrap-tabs.js"></script>
28
+  <script src="unit/bootstrap-twipsy.js"></script>
29
+  <script src="unit/bootstrap-buttons.js"></script>
30
+
31
+<body>
32
+  <div>
33
+    <h1 id="qunit-header">Bootstrap Plugin Test Suite</h1>
34
+    <h2 id="qunit-banner"></h2>
35
+    <h2 id="qunit-userAgent"></h2>
36
+    <ol id="qunit-tests"></ol>
37
+    <div id="qunit-runoff"></div>
38
+  </div>
39
+</body>
40
+</html>
0 41
\ No newline at end of file