~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/index.html

  • Committer: Tim Black
  • Date: 2013-09-14 06:32:26 UTC
  • Revision ID: tim@alwaysreformed.com-20130914063226-z8i7z3nyd1z03gkg
Fixed display of Jasmine test results, moved Jasmine tests into template, moved tests.js out of Bower-managed directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        </style>
20
20
        <link rel="stylesheet" href="css/bootstrap-responsive.min.css">
21
21
        <link rel="stylesheet" href="css/main.css">
 
22
        <!-- Backgrid.js -->
 
23
        <!-- use shims like at http://www.crazed.org.uk/2013/05/backgrid-js-plus-requirejs/ or https://github.com/jrburke/requirejs/issues/691 -->
 
24
        <link rel="stylesheet" href="js/vendor/backgrid/lib/backgrid.css" />
22
25
 
23
26
        <script src="js/vendor/modernizr/modernizr.js"></script>
24
27
    </head>
71
74
            </table>
72
75
        </script>
73
76
        
74
 
        <script type="text/template" id="test_template">
75
 
            <!-- Jasmine unit testing files -->
76
 
            <script2 type="text/javascript" src="js/vendor/jasmine/lib/jasmine-1.3.0/jasmine.js"></script2>
77
 
            <script2 type="text/javascript" src="js/vendor/jasmine/lib/jasmine-1.3.0/jasmine-html.js"></script2>
78
 
            <!-- include test spec files here... -->
79
 
            <script2 type="text/javascript" src="js/vendor/jasmine/spec/tests.js"></script2>
80
 
        </script>
81
 
 
82
77
        <script type="text/template" id="confirm_cong_id_template">
83
78
            <h2>Step 4.5: Confirm which URL parameter is the congregation ID</h2>
84
79
            <p>Here is the URL of the link you clicked:</p>
124
119
 
125
120
    </body>
126
121
 
127
 
        <!-- Backgrid.js -->
128
 
        <!-- use shims like at http://www.crazed.org.uk/2013/05/backgrid-js-plus-requirejs/ or https://github.com/jrburke/requirejs/issues/691 -->
129
 
        <link rel="stylesheet" href="js/vendor/backgrid/lib/backgrid.css" />
130
 
 
131
122
        <!-- Reformed Churches Locator JavaScript files -->
132
123
        
133
124
        <script src="js/wgxpath.install.js"></script>