client/annotviz/app/index.html
changeset 87 9611905b58fe
parent 85 eff9460bd4f2
child 93 79ae42ad97d4
equal deleted inserted replaced
86:e944c017b8c8 87:9611905b58fe
     8     <link rel="shortcut icon" href="/img/favicon.ico">
     8     <link rel="shortcut icon" href="/img/favicon.ico">
     9 
     9 
    10     <title>Piano Roll</title>
    10     <title>Piano Roll</title>
    11 
    11 
    12     <!-- Custom styles for this template -->
    12     <!-- Custom styles for this template -->
    13     <link href="/css/pianoroll.css" rel="stylesheet">
    13     <link href="/css/annotviz.css" rel="stylesheet">
    14 </head>
    14 </head>
    15 
    15 
    16 <body>
    16 <body>
    17     <h1>Piano Roll</h1>
    17     <h1>Piano Roll</h1>
    18     <noscript>You must enable JavaScript</noscript>
    18     <noscript>You must enable JavaScript</noscript>
    20     <p>
    20     <p>
    21         <a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a>
    21         <a href="#" onclick="clearInterval(moveInterval); clearInterval(verticalLinesInterval); return false;">stop intervals</a>
    22         - temps écoulé : <span id="myspan"></span>
    22         - temps écoulé : <span id="myspan"></span>
    23     </p>
    23     </p>
    24     <pre id="log"></pre>
    24     <pre id="log"></pre>
    25     <script src="/js/libs-pianoroll.js"></script>
    25     <script src="/js/libs-annotviz.js"></script>
    26     <script>
    26     <script>
    27     var eventCode = "test_1";
    27     var eventCode = "test_1";
    28     </script>
    28     </script>
    29     <script src="/js/pianoroll.js"></script>
    29     <script src="/js/annotviz.js"></script>
    30     <script>
    30     <script>
    31     var moveInterval = pianoroll.moveInterval;
    31     var moveInterval = annotviz.moveInterval;
    32     var verticalLinesInterval = pianoroll.verticalLinesInterval;
    32     var verticalLinesInterval = annotviz.verticalLinesInterval;
    33     </script>
    33     </script>
    34 </body>
    34 </body>
    35 </html>
    35 </html>