web/test/jstests/test_datetime.html
changeset 5738 74bd8123fb07
parent 5736 375819ec7d43
child 5739 aaf9f5ea1405
equal deleted inserted replaced
5736:375819ec7d43 5738:74bd8123fb07
     1 <html>
       
     2   <head>
       
     3     <script type="text/javascript" src="../../data/jquery.js"></script>
       
     4     <script src="../../data/cubicweb.js" type="text/javascript"></script>
       
     5     <script src="../../data/cubicweb.compat.js" type="text/javascript"></script>
       
     6     <script type="text/javascript" src="qunit.js"></script>
       
     7     <link rel="stylesheet" type="text/css" media="all" href="qunit.css" />
       
     8     <script src="test_datetime.js" type="text/javascript"></script>
       
     9   </head>
       
    10   <body>
       
    11     <div id="main">
       
    12     </div>
       
    13     <h1 id="qunit-header">QUnit example</h1>
       
    14     <h2 id="qunit-banner"></h2>
       
    15     <h2 id="qunit-userAgent"></h2>
       
    16     <ol id="qunit-tests">
       
    17   </body>
       
    18 </html>