forked from marva/sumorobot-web
update remote control checkbox
This commit is contained in:
17
index.html
17
index.html
@@ -7,6 +7,7 @@
|
||||
<link rel="stylesheet" href="bootstrap.min.css">
|
||||
<link rel="shortcut icon" type="image/png" href="logo.png"/>
|
||||
<script src="jquery.min.js"></script>
|
||||
<script src="bootstrap.min.js"></script>
|
||||
<script src="blockly_compressed.js"></script>
|
||||
<script src="sumorobot_compressed.js"></script>
|
||||
<script src="blocks_compressed.js"></script>
|
||||
@@ -40,11 +41,17 @@
|
||||
<a href="#" class="btn btn-lg btn-robot-nr">5</a>
|
||||
<a href="#" class="btn btn-lg btn-robot-add">+</a>
|
||||
</div>
|
||||
<div>
|
||||
<label class="form-check-label">
|
||||
<input type="checkbox" class="form-check-input big-checkbox" id="remote-control">
|
||||
Remote control
|
||||
</label>
|
||||
<div class="remote-label">
|
||||
<div class="btn-group form-check-label" data-toggle="buttons">
|
||||
<label class="btn btn-primary active" id="remote-disabled">
|
||||
<input type="radio" name="remote" autocomplete="off" checked> Disabled
|
||||
</label>
|
||||
<label class="btn btn-primary" id="remote-enabled">
|
||||
<input type="radio" name="remote" autocomplete="off"> Enabled
|
||||
</label>
|
||||
</div>
|
||||
Remote control
|
||||
<!--<input type="checkbox" class="form-check-input big-checkbox" id="remote-control">-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user