view www/emma/transport.html @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents d8f494bdbb18
children
line wrap: on
line source
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">  
  <title>controls@nodescore</title>
  <script src="/socket.io/socket.io.js"></script>
  <link rel="shortcut icon" href="/kiben_favicon.ico" type="image/x-icon" />
  <link href="css/nodescore-tablet.css" rel="stylesheet">
  <link href="css/svg-stylesheet.css" rel="stylesheet">
  <link href="css/chat-tablet.css" rel="stylesheet">
  <link href="css/menu.css" rel="stylesheet">
  <script src="js/jquery-1.7.1.min.js"></script>  
  <script src="js/controlseq.js"></script>
  <script src="js/scoreB.js"></script>  
</head>

<body>
  



<div id="links" style="position:absolute; top:10px; left:10px;">
  <a style="float:right; font-size:2em;" href="score.html"  target="_blank"> | S C O R E |</a>
  <a style="float:right; font-size:2em;" href="index.html"                 > | SEQUENCER |</a>
  <a style="float:right; font-size:2em;" href="map.html"                   > | M A P |</a>
</div>

<div class="tportpop" style="" >
  <div style="font-size:3em; color:red; " id="transect">.. </div>
  <div style="font-size:3em; color:yellow; " id="unitmon">.. </div>
</div>

<div id="ctrlstop"  style="position:absolute; top:10px; left:10px;">
  <div id="c_chronometer"  style="z-index: 2;">00:00:00.0</div>
  <div id="transport" > 
    <input type="button" value="start" onclick="startSeq();" />
    <input type="button" value="stop" onclick="stopSeq();" />
    <input type="button" value="reset" onclick="resetSeq();" />
  </div>
</div>

</body>
</html>