|
|
|
@ -1,22 +1,22 @@ |
|
|
|
|
<div class="panel panel-default"> |
|
|
|
|
<div class="panel-heading"> |
|
|
|
|
<h3 class="panel-title" trspan="application"/> |
|
|
|
|
<h3 class="panel-title" trspan="application"></h3> |
|
|
|
|
</div> |
|
|
|
|
<table class="table table-striped"> |
|
|
|
|
<tr> |
|
|
|
|
<th><span trspan="name"/></th> |
|
|
|
|
<th><span trspan="name"></span></th> |
|
|
|
|
<td><input id="iname" class="form-control" ng-model="currentNode.title"/></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th><span trspan="description"/></th> |
|
|
|
|
<th><span trspan="description"></span></th> |
|
|
|
|
<td><input id="idesc" class="form-control" ng-model="currentNode.data.description"/></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th><span trspan="uri"/></th> |
|
|
|
|
<th><span trspan="uri"></span></th> |
|
|
|
|
<td><input id="iuri" class="form-control" ng-model="currentNode.data.uri"/></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th><span trspan="logo"/></th> |
|
|
|
|
<th><span trspan="logo"></span></th> |
|
|
|
|
<td> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-1"> |
|
|
|
@ -48,12 +48,12 @@ |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th><span trspan="applicationDisplay"/></th> |
|
|
|
|
<th><span trspan="applicationDisplay"></span></th> |
|
|
|
|
<td> |
|
|
|
|
<div class="input-group-solid"> |
|
|
|
|
<label class="radio-inline"> |
|
|
|
|
<input id="iOn" type="radio" value="on" ng-model="currentNode.data.display" /> |
|
|
|
|
<span trspan="enabled"/> |
|
|
|
|
<span trspan="enabled"></span> |
|
|
|
|
</label> |
|
|
|
|
<label class="radio-inline"> |
|
|
|
|
<input id="iOff" type="radio" value="off" ng-model="currentNode.data.display" /> |
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<script type="text/ng-template" id="logoChoice.html"> |
|
|
|
|
<div class="modal-header"> |
|
|
|
|
<h3 class="modal-title" trspan="chooseLogo" /> |
|
|
|
|
<h3 class="modal-title" trspan="chooseLogo"></h3> |
|
|
|
|
</div> |
|
|
|
|
<div class="modal-body"> |
|
|
|
|
<div class="row text-center"> |
|
|
|
@ -82,8 +82,8 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="modal-footer"> |
|
|
|
|
<button class="btn btn-success" ng-click="ok()"><i class="glyphicon glyphicon-ok"></i> <span trspan="ok" /></button> |
|
|
|
|
<button class="btn btn-danger" ng-click="cancel()"><i class="glyphicon glyphicon-remove"></i> <span trspan="cancel" /></button> |
|
|
|
|
<button class="btn btn-success" ng-click="ok()"><i class="glyphicon glyphicon-ok"></i> <span trspan="ok"></span></button> |
|
|
|
|
<button class="btn btn-danger" ng-click="cancel()"><i class="glyphicon glyphicon-remove"></i> <span trspan="cancel"></span></button> |
|
|
|
|
</div> |
|
|
|
|
</script> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|