cubicweb/web/test/data/static/jstests/test_htmlhelpers.html
changeset 11057 0b59724cb3f2
parent 10935 049209b9e9d6
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 <html>
       
     2   <head>
       
     3     <!-- dependencies -->
       
     4     <script type="text/javascript" src="../../data/jquery.js"></script>
       
     5     <script src="../../data/cubicweb.python.js" type="text/javascript"></script>
       
     6     <script src="../../data/cubicweb.js" type="text/javascript"></script>
       
     7     <script src="../../data/cubicweb.compat.js" type="text/javascript"></script>
       
     8     <script src="../../data/cubicweb.htmlhelpers.js" type="text/javascript"></script>
       
     9     <!-- qunit files -->
       
    10     <script type="text/javascript" src="../../../devtools/data/qunit.js"></script>
       
    11     <link rel="stylesheet" type="text/css" media="all" href="../../../devtools/data/qunit.css" />
       
    12     <!-- test suite -->
       
    13     <script src="cwmock.js" type="text/javascript"></script>
       
    14     <script src="test_htmlhelpers.js" type="text/javascript"></script>
       
    15   </head>
       
    16   <body>
       
    17     <div id="main"> </div>
       
    18     <h1 id="qunit-header">cubicweb.htmlhelpers.js functions tests</h1>
       
    19     <h2 id="qunit-banner"></h2>
       
    20     <ol id="qunit-tests">
       
    21   </body>
       
    22 </html>