content/hifi-content/lincoln/mirror-box/html/ClinicianSettings.html
2022-02-14 02:04:11 +01:00

81 lines
No EOL
3.1 KiB
HTML

<html>
<head>
<title>Clinician Settings</title>
<link rel="stylesheet" type="text/css" href="css/edit-style.css">
<link rel="stylesheet" type="text/css" href="css/colpick.css">
<link rel="stylesheet" type="text/css" href="css/ClinicianSettings.css">
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>
<script type="text/javascript" src="../mirror_box/mirrorBox.js?" + Math.random() ></script>
</head>
<body onload='loaded();'>
<div class="settings-container">
<div class="">
<img src="img/logo_som.gif" alt="" height="" width="">
<div class="col-settings">
<label for="property-name">Name</label>
<input type="text" id="property-name">
</div>
<hr />
<div class="col-settings">
<div class="prompt">Controller</div>
<div class="limb-group limb-section property dropdown">
<label for="property-limb">Limb (Hand or Foot)</label>
<select name="SelectLimb" id="property-limb">
<option value="hand">Hand</option>
<option value="foot">Foot</option>
</select>
</div>
<!-- <div class="property dropdown">
<label for="">Choose Patient Avatar: </label>
<select name="" id="">
<option value="avatar1">Avatar 1</option>
<option value="avatar2">Avatar 2</option>
</select>
</div> -->
<div class="property dropdown">
<label>Side (Right or Left)</label>
<select id="property-side">
<option value="right">Right</option>
<option value="left">Left</option>
</select>
</div>
</div>
<hr />
<div class="col-settings">
<div id="" class="">
<label for="">Amplification <span class=""></span></label>
<input type="number" id="property-amplification" value="1" />
</div>
</div>
<hr />
<div class="button">
<input type="button" class="" id="" value="Export Data" onclick="exportCSV()" />
</div>
<!-- <div class="property checkbox">
<input type="checkbox" id="doppelganger">
<label for="doppelganger"><span>&#xe006;</span>&nbsp;Mirror Avatar</label>
</div> -->
<hr />
<div class="">
<div class="button">
<input type="button" class="" id="" value="Disable Mirroring" onclick="disableMirrroring()" />
</div>
</div>
</div>
</div>
</body>
</html>