Ignore:
Timestamp:
04/29/14 18:37:36 (11 years ago)
Author:
tbretz
Message:
Added another accordion for the display of additional controls; removed some obsoslet stuff from the debug text; store waveform data in the object to allow access when retrirveing it to a file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.html

    r17728 r17732  
    4747<body>
    4848
     49<div id='tooltip' style="position:absolute;display:none;border:1px solid #fdd;padding;2px;background-color:#fee;opacity:0.8"></div>
     50
    4951<div class="myaccordion" id="accordion5">
    5052   <h3><a href="#">Editor 1 (proc)</a></h3>
     
    129131
    130132<div class="ui-widget-content" style="background:#eee;margin-top:-10px">
    131    <input id="submit" type="button" onclick="onSubmit();" value="Submit"></input>
     133   <input id="submit"  type="button" onclick="onSubmit();" value="Submit"></input>
    132134   <span style="float:right;white-space:nowrap;">
    133135      Run file:
     
    276278</div>
    277279
    278 <div id='tooltip' style="position:absolute;display:none;border:1px solid #fdd;padding;2px;background-color:#fee;opacity:0.8"></div>
     280<div class="myaccordion" id="accordion6">
     281   <h3><a href="#">Additional controls</a></h3>
     282</div>
     283<div id="ctrlcontainer" class="ui-widget-content">
     284   <form id="controls" method="POST" style="margin-bottom:0">
     285      <input id="getcamera"   type="button" onclick="onGetCameras();" value="Get camera data"></input>
     286      <input id="getwaveform" type="button" onclick="onGetWaveforms();" value="Get waveforms"></input>
     287      <input id="data" name="data" type="hidden"></input>
     288   </form>
     289</div>
    279290
    280291<div class="myaccordion" id="accordion4">
Note: See TracChangeset for help on using the changeset viewer.