You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="input-group-solid" role="radiogroup">
|
|
<label class="radio-inline">
|
|
<input id="trOn" type="radio" ng-value="1" ng-model="currentNode.data" role="radio" aria-labelledby="ltrOn">
|
|
<span id="ltrOn" for="trOn" trspan="on"></span>
|
|
</label>
|
|
<label class="radio-inline">
|
|
<input id="trOff" type="radio" ng-value="0" ng-model="currentNode.data" role="radio" aria-labelledby="ltrOff">
|
|
<span id="ltrOff" for="trOff" trspan="off"></span>
|
|
</label>
|
|
<label class="radio-inline">
|
|
<input id="trDefault" type="radio" ng-value="-1" ng-model="currentNode.data" ng-checked="currentNode.data!==1&¤tNode.data!=='1'&¤tNode.data!==0&¤tNode.data!=='0'" role="radio" aria-labelledby="ltrDefault">
|
|
<span id="ltrDefault" for="trDefault" trspan="default"></span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/menu">
|
|
[{
|
|
"title": "cancel",
|
|
"icon": "remove"
|
|
}]
|
|
</script>
|
|
|