Avoid using `<tag trspan="word" /> (#896)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent d8273075bd
commit 37e4127574
  1. 6
      lemonldap-ng-manager/site/static/forms/README.md
  2. 4
      lemonldap-ng-manager/site/static/forms/RSAKey.html
  3. 4
      lemonldap-ng-manager/site/static/forms/RSAKeyNoPassword.html
  4. 2
      lemonldap-ng-manager/site/static/forms/authChoice.html
  5. 2
      lemonldap-ng-manager/site/static/forms/authParamsText.html
  6. 6
      lemonldap-ng-manager/site/static/forms/blackWhiteList.html
  7. 4
      lemonldap-ng-manager/site/static/forms/bool.html
  8. 6
      lemonldap-ng-manager/site/static/forms/boolOrExpr.html
  9. 10
      lemonldap-ng-manager/site/static/forms/grant.html
  10. 6
      lemonldap-ng-manager/site/static/forms/grantContainer.html
  11. 14
      lemonldap-ng-manager/site/static/forms/home.html
  12. 4
      lemonldap-ng-manager/site/static/forms/keyText.html
  13. 2
      lemonldap-ng-manager/site/static/forms/longtext.html
  14. 20
      lemonldap-ng-manager/site/static/forms/menuApp.html
  15. 6
      lemonldap-ng-manager/site/static/forms/menuCat.html
  16. 4
      lemonldap-ng-manager/site/static/forms/oidcOPMetaDataNode.html
  17. 2
      lemonldap-ng-manager/site/static/forms/oidcOPMetaDataNodeContainer.html
  18. 4
      lemonldap-ng-manager/site/static/forms/oidcRPMetaDataNode.html
  19. 2
      lemonldap-ng-manager/site/static/forms/oidcRPMetaDataNodeContainer.html
  20. 4
      lemonldap-ng-manager/site/static/forms/password.html
  21. 12
      lemonldap-ng-manager/site/static/forms/portalskin.html
  22. 12
      lemonldap-ng-manager/site/static/forms/post.html
  23. 10
      lemonldap-ng-manager/site/static/forms/postContainer.html
  24. 10
      lemonldap-ng-manager/site/static/forms/rule.html
  25. 8
      lemonldap-ng-manager/site/static/forms/ruleContainer.html
  26. 12
      lemonldap-ng-manager/site/static/forms/samlAssertion.html
  27. 14
      lemonldap-ng-manager/site/static/forms/samlAttribute.html
  28. 4
      lemonldap-ng-manager/site/static/forms/samlAttributeContainer.html
  29. 4
      lemonldap-ng-manager/site/static/forms/samlIDPMetaDataNode.html
  30. 2
      lemonldap-ng-manager/site/static/forms/samlIDPMetaDataNodeContainer.html
  31. 4
      lemonldap-ng-manager/site/static/forms/samlSPMetaDataNode.html
  32. 2
      lemonldap-ng-manager/site/static/forms/samlSPMetaDataNodeContainer.html
  33. 4
      lemonldap-ng-manager/site/static/forms/samlService.html
  34. 16
      lemonldap-ng-manager/site/static/forms/simpleInputContainer.html
  35. 2
      lemonldap-ng-manager/site/static/forms/text.html
  36. 6
      lemonldap-ng-manager/site/static/forms/trool.html
  37. 2
      lemonldap-ng-manager/site/static/forms/virtualHost.html
  38. 2
      lemonldap-ng-manager/site/static/forms/virtualHostContainer.html
  39. 1
      lemonldap-ng-manager/site/templates/manager.tpl

@ -29,7 +29,7 @@ Basic example:
</div>
<div class="panel-body">
<div class="input-group">
<label class="input-group-addon" for="textinput" trspan="value"/>
<label class="input-group-addon" for="textinput" trspan="value"></label>
<input id="textinput" class="form-control" ng-model="currentNode.data"/>
</div>
</div>
@ -59,7 +59,7 @@ If configuration item name may be modified:
<div class="panel panel-default">
<div class="panel-heading"> <!-- optional -->
<h3 class="panel-title" trspan="OptionalTitle" />
<h3 class="panel-title" trspan="OptionalTitle"></h3>
</div>
<div class="panel-body">
__ FORM INPUTS __
@ -190,7 +190,7 @@ template must be declared in the file:
<script type="text/ng-template" id="portalSkinChoice.html">
<div class="modal-header">
<h3 class="modal-title" trspan="chooseSkin" />
<h3 class="modal-title" trspan="chooseSkin"></h3>
</div>
<div class="modal-body">
<div class="btn-group">

@ -10,7 +10,7 @@
<textarea id="privateKey" aria-describedby="lpv" class="form-control" rows="8" ng-model="currentNode.data[0].data"></textarea>
</div>
<div class="form-group">
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"/></label>
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"></span></label>
<input id="privkfile" aria-describedby="lprivkfile" type="file" class="form-control" on-read-file="replaceContent(currentNode.data[0],$fileContent)"/>
</div>
<div class="form-group">
@ -24,7 +24,7 @@
<textarea id="publicKey" aria-describedby="lpub" class="form-control" rows="8" ng-model="currentNode.data[2].data"></textarea>
</div>
<div class="form-group">
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"/></label>
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"></span></label>
<input id="privkfile" aria-describedby="lprivkfile" type="file" class="form-control" on-read-file="replaceContent(currentNode.data[2],$fileContent)"/>
</div>
</div>

@ -10,7 +10,7 @@
<textarea id="privateKey" aria-describedby="lpv" class="form-control" rows="8" ng-model="currentNode.data[0].data"></textarea>
</div>
<div class="form-group">
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"/></label>
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"></span></label>
<input id="privkfile" aria-describedby="lprivkfile" type="file" class="form-control" on-read-file="replaceContent(currentNode.data[0],$fileContent)"/>
</div>
</div>
@ -20,7 +20,7 @@
<textarea id="publicKey" aria-describedby="lpub" class="form-control" rows="8" ng-model="currentNode.data[1].data"></textarea>
</div>
<div class="form-group">
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"/></label>
<label for="privkfile" id="lprivkfile"><span trspan="replaceByFile"></span></label>
<input id="privkfile" aria-describedby="lprivkfile" type="file" class="form-control" on-read-file="replaceContent(currentNode.data[1],$fileContent)"/>
</div>
</div>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="authChain"/>
<h3 class="panel-title" trspan="authChain"></h3>
</div>
<table class="table table-striped">
<tbody>

@ -4,7 +4,7 @@
</div>
<table class="table table striped">
<tr>
<th><span trspan="value"/></th>
<th><span trspan="value"></span></th>
<td><input id="textinput" class="form-control" ng-model="currentNode.data" ng-change="execFilters(_findScopeByKey('authParams'))"/></td>
</tr>
</table>

@ -6,16 +6,16 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="blacklist" type="radio" value="0" name="bwl" ng-model="currentNode.data[0]">
<span trspan="blackList"/>
<span trspan="blackList"></span>
</label>
<label class="radio-inline">
<input id="whitelist" type="radio" value="1" name="bwl" ng-model="currentNode.data[0]">
<span trspan="whiteList"/>
<span trspan="whiteList"></span>
</label>
</div>
</div>
<div class="panel-body input-group">
<label class="input-group-addon" for="bwlist" trspan="value"/>
<label class="input-group-addon" for="bwlist" trspan="value"></label>
<input id="bwlist" class="form-control" ng-model="currentNode.data[1]"/>
</div>
</div>

@ -6,11 +6,11 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="bopeOn" type="radio" value="1" name="bope" ng-model="currentNode.data"/>
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="bopeOff" type="radio" value="0" name="bope" ng-model="currentNode.data" ng-checked="currentNode.data!==1&&currentNode.data!=='1'"/>
<span trspan="off"/>
<span trspan="off"></span>
</label>
</div>
</div>

@ -6,15 +6,15 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="bopeOn" type="radio" value="1" name="bope" ng-model="currentNode.data">
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="bopeOff" type="radio" value="0" name="bope" ng-model="currentNode.data">
<span trspan="off"/>
<span trspan="off"></span>
</label>
<label class="radio-inline">
<input id="bopeExpr" type="radio" value="-1" name="bope" ng-click="currentNode.data=''" ng-checked="currentNode.data!==0&&currentNode.data!=='0'&&currentNode.data!==1&&currentNode.data!=='1'">
<span trspan="specialRule" />
<span trspan="specialRule"></span>
</label>
</div>
</div>

@ -1,19 +1,19 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="rule"/>
<h3 class="panel-title" trspan="rule"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="comment" /></th>
<th><span trspan="comment"></span></th>
<td ng-if="currentNode.re!='default'"><input id="rulecomment" class="form-control" ng-model="currentNode.comment" ng-change="changeRuleTitle(currentNode)"/></td>
<td ng-if="currentNode.re=='default'"><p><strong><span trspan="defaultRule" /></strong></p></td>
<td ng-if="currentNode.re=='default'"><p><strong><span trspan="defaultRule"></span></strong></p></td>
</tr>
<tr>
<th><span trspan="rule" /></th>
<th><span trspan="rule"></span></th>
<td><input id="rule" class="form-control"ng-model="currentNode.re" ng-change="changeRuleTitle(currentNode)"/></td>
</tr>
<tr>
<th><span trspan="message" /></th>
<th><span trspan="message"></span></th>
<td><textarea rows="3" id="rulemessage" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>

@ -5,9 +5,9 @@
<table class="table table-striped">
<thead>
<tr>
<th width="20%" trspan="comments"/>
<th width="30%" trspan="rules"/>
<th width="50%" trspan="messages"/>
<th width="20%" trspan="comments"></th>
<th width="30%" trspan="rules"></th>
<th width="50%" trspan="messages"></th>
<th />
</tr>
</thead>

@ -1,31 +1,31 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<span ng-if="!currentCfg.next" trspan="currentConfiguration"/>
<span ng-if="currentCfg.next" trspan="loadedConfiguration"/>
<span ng-if="!currentCfg.next" trspan="currentConfiguration"></span>
<span ng-if="currentCfg.next" trspan="loadedConfiguration"></span>
</h3>
</div>
<table class="table table-striped">
<tr>
<th><span trspan="number" /></th>
<th><span trspan="number"></span></th>
<td>
<span id="cfgnum" class="label label-success" comment="{{translateP('__newCfgAvailable__')}}" ng-class="{'label-warning':currentCfg.next}">{{currentCfg.cfgNum}}</span>
</td>
</tr>
<tr ng-if="currentCfg.cfgAuthor">
<th><span trspan="author" /></th>
<th><span trspan="author"></span></th>
<td>{{currentCfg.cfgAuthor}}</td>
</tr>
<tr ng-if="currentCfg.cfgAuthorIP">
<th><span trspan="authorIPAddress" /></th>
<th><span trspan="authorIPAddress"></span></th>
<td>{{currentCfg.cfgAuthorIP}}</td>
</tr>
<tr ng-if="currentCfg.cfgDate">
<th><span trspan="date" /></th>
<th><span trspan="date"></span></th>
<td>{{currentCfg.date}}</td>
</tr>
<tr ng-if="currentCfg.cfgLog">
<th><span trspan="cfgLog" /></th>
<th><span trspan="cfgLog"></span></th>
<td id="cfglog">{{currentCfg.cfgLog}}</td>
</tr>
</table>

@ -4,11 +4,11 @@
</div>
<table class="table">
<tr>
<th><span trspan="hashkey"/></th>
<th><span trspan="hashkey"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/>
</tr>
<tr>
<th><span trspan="value"/></th>
<th><span trspan="value"></span></th>
<td><input id="hashvalueinput" class="form-control" ng-model="currentNode.data"/>
</tr>
</table>

@ -4,7 +4,7 @@
</div>
<div class="panel-body">
<div class="input-group" style="width:100%;">
<label class="input-group-addon" for="longtextinput" trspan="value"/>
<label class="input-group-addon" for="longtextinput" trspan="value"></label>
<textarea id="longtextinput" rows="5" class="form-control" ng-model="currentNode.data"/>
</div>
</div>

@ -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">

@ -5,16 +5,16 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="menuCategory"/>
<h3 class="panel-title" trspan="menuCategory"></h3>
</div>
<table class="table table-striped">
<tr>
<th><span trspan="categoryName"/></th>
<th><span trspan="categoryName"></span></th>
<td><input id="catTitle" aria-describedby="catTitleL" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>
<div class="panel-body">
<h4 trspan="appsInThisCat"/>
<h4 trspan="appsInThisCat"></h4>
<ul class="cat-tree">
<li ng-repeat="cat in currentNode.nodes track by cat.id" ng-include="'cat_render.html'"></li>
</ul>

@ -1,10 +1,10 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="oidcOP"/>
<h3 class="panel-title" trspan="oidcOP"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="oidcOPName"/></th>
<th><span trspan="oidcOPName"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="oidcOPMetaDataNodes"/>
<h3 class="panel-title" trspan="oidcOPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>

@ -1,10 +1,10 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="oidcRP"/>
<h3 class="panel-title" trspan="oidcRP"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="oidcRPName"/></th>
<th><span trspan="oidcRPName"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="oidcRPMetaDataNodes"/>
<h3 class="panel-title" trspan="oidcRPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>

@ -4,11 +4,11 @@
</div>
<table class="table table striped">
<tr>
<th><span trspan="value"/></th>
<th><span trspan="value"></span></th>
<td>
<div class="input-group">
<input type="password" id="pwdinput" class="form-control" ng-model="currentNode.data"/>
<span id="showp" class="input-group-addon link" trspan="show" onclick="$('#pwdinput').attr('type','text')"/>
<span id="showp" class="input-group-addon link" trspan="show" onclick="$('#pwdinput').attr('type','text')"></span>
</div>
</td>
</tr>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="portalSkin"/>
<h3 class="panel-title" trspan="portalSkin"></h3>
</div>
<div class="panel-body text-center">
<button class="btn btn-info" ng-click="showModal('portalSkinChoice.html')" ng-model="currentNode" style="position:relative;">
@ -17,14 +17,14 @@
</div>
<table class="table" ng-if="!inSelect(currentNode.data)">
<tr>
<th trspan="customPortalSkin" />
<th trspan="customPortalSkin"></th>
<td><input ng-model="currentNode.data" class="form-control"/></td>
</tr>
</table>
</div>
<script type="text/ng-template" id="portalSkinChoice.html">
<div class="modal-header">
<h3 class="modal-title" trspan="chooseSkin" />
<h3 class="modal-title" trspan="chooseSkin"></h3>
</div>
<div class="modal-body">
<div class="row text-center">
@ -48,13 +48,13 @@
</div>
<table class="table" ng-if="!inSelect(currentNode.data)">
<tr>
<th trspan="customPortalSkin" />
<th trspan="customPortalSkin"></th>
<td><input ng-model="currentNode.data" class="form-control"/></td>
</tr>
</table>
<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">

@ -1,26 +1,26 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="formReplay"/>
<h3 class="panel-title" trspan="formReplay"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="postUrl"/></th>
<th><span trspan="postUrl"></span></th>
<td><input id="pi1" class="form-control" ng-model="currentNode.title"/></td>
</tr>
<tr>
<th><span trspan="postTargetUrl"/></th>
<th><span trspan="postTargetUrl"></span></th>
<td><input id="pi2" class="form-control" ng-model="currentNode.data[0]"/></td>
</tr>
<tr>
<th><span trspan="jqueryUrl"/></th>
<th><span trspan="jqueryUrl"></span></th>
<td><input id="pi3" class="form-control" ng-model="currentNode.data[1]"/></td>
</tr>
<tr>
<th><span trspan="jqueryFormSelector"/></th>
<th><span trspan="jqueryFormSelector"></span></th>
<td><input id="pi4" class="form-control" ng-model="currentNode.data[2]"/></td>
</tr>
<tr>
<th><span trspan="jqueryButtonSelector"/></th>
<th><span trspan="jqueryButtonSelector"></span></th>
<td><input id="pi5" class="form-control" ng-model="currentNode.data[3]"/></td>
</tr>
</table>

@ -5,11 +5,11 @@
<table class="table table-striped">
<thead>
<tr>
<th trspan="postUrl"/>
<th trspan="postTargetUrl"/>
<th trspan="jqueryUrl"/>
<th trspan="jqueryFormSelector"/>
<th trspan="jqueryButtonSelector"/>
<th trspan="postUrl"></th>
<th trspan="postTargetUrl"></th>
<th trspan="jqueryUrl"></th>
<th trspan="jqueryFormSelector"></th>
<th trspan="jqueryButtonSelector"></th>
</tr>
</thead>
<tbody>

@ -1,20 +1,20 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="rule"/>
<h3 class="panel-title" trspan="rule"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="comment" /></th>
<th><span trspan="comment"></span></th>
<td ng-if="currentNode.re!='default'"><input id="hashkeycomment" class="form-control" ng-model="currentNode.comment" ng-change="changeRuleTitle(currentNode)"/></td>
<td ng-if="currentNode.re=='default'"><p><strong><span trspan="defaultRule" /></strong></p></td>
<td ng-if="currentNode.re=='default'"><p><strong><span trspan="defaultRule"></span></strong></p></td>
</tr>
<tr>
<th><span trspan="regexp" /></th>
<th><span trspan="regexp"></span></th>
<td ng-if="currentNode.re!='default'"><input id="hashkeyinput" class="form-control"ng-model="currentNode.re" ng-change="changeRuleTitle(currentNode)"/></td>
<td ng-if="currentNode.re=='default'"><input class="form-control" placeholder="default" readonly /></td>
</tr>
<tr>
<th><span trspan="rule" /></th>
<th><span trspan="rule"></span></th>
<td><textarea rows="3" id="hashvalueinput" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>

@ -5,9 +5,9 @@
<table class="table table-striped">
<thead>
<tr>
<th width="20%" trspan="comments"/>
<th width="30%" trspan="regexps"/>
<th width="50%" trspan="rules"/>
<th width="20%" trspan="comments"></th>
<th width="30%" trspan="regexps"></th>
<th width="50%" trspan="rules"></th>
<th />
</tr>
</thead>
@ -20,7 +20,7 @@
<input class="form-control" ng-model="s.re" ng-change="changeRuleTitle(s)"/>
</td>
<td ng-if="s.re=='default'">
<p><strong><span trspan="defaultRule"/></strong></p>
<p><strong><span trspan="defaultRule"></span></strong></p>
</td>
<td ng-if="s.re=='default'">
<input class="form-control" placeholder="default" readonly/>

@ -5,27 +5,27 @@
<table class="table">
<!-- Default -->
<tr>
<th><span trspan="default"/></th>
<th><span trspan="default"></span></th>
<td>
<div class="input-group-solid">
<label class="radio-inline">
<input id="bopeOn" type="radio" value="1" name="bope" ng-model="currentNode.data[0]"/>
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="bopeOff" type="radio" value="0" name="bope" ng-model="currentNode.data[0]" ng-checked="currentNode.data[0]!==1&&currentNode.data[0]!=='1'"/>
<span trspan="off"/>
<span trspan="off"></span>
</label>
</div>
</td>
</tr>
<tr class="hidden">
<th><span trspan="index"/></th>
<th><span trspan="index"></span></th>
<td><input id="sahinput" class="form-control" ng-model="currentNode.data[1]"/></td>
</tr>
<!-- Binding -->
<tr>
<th><span trspan="format"/></th>
<th><span trspan="format"></span></th>
<td>
<select disabled="disabled" class="form-control" id="saaselect" ng-model="currentNode.data[2]">
<option value="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact">HTTP Artifact</option>
@ -37,7 +37,7 @@
</tr>
<!-- URL -->
<tr>
<th><span trspan="url"/></th>
<th><span trspan="url"></span></th>
<td><input aria-describedby="saalabel" id="saainput" class="form-control" ng-model="currentNode.data[3]"/></td>
</tr>
</table>

@ -5,38 +5,38 @@
<table class="table">
<!-- Key Name -->
<tr>
<th><span trspan="keyname"/></th>
<th><span trspan="keyname"></span></th>
<td><input id="sakinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
<!-- Name -->
<tr>
<th><span trspan="name"/></th>
<th><span trspan="name"></span></th>
<td><input id="saninput" class="form-control" ng-model="currentNode.data[1]"/></td>
</tr>
<!-- Friendly Name -->
<tr>
<th><span trspan="friendlyName"/></th>
<th><span trspan="friendlyName"></span></th>
<td><input id="safinput" class="form-control" ng-model="currentNode.data[3]"/></td>
</tr>
<!-- Mandatory -->
<tr>
<th><span trspan="mandatory"/></th>
<th><span trspan="mandatory"></span></th>
<td>
<div class="input-group-solid">
<label class="radio-inline">
<input id="samOn" type="radio" value="1" name="sam" ng-model="currentNode.data[0]"/>
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="samOff" type="radio" value="0" name="sam" ng-model="currentNode.data[0]" ng-checked="currentNode.data[0]!==1&&currentNode.data[0]!=='1'"/>
<span trspan="off"/>
<span trspan="off"></span>
</label>
</div>
</td>
</tr>
<!-- Format -->
<tr>
<th><span trspan="format"/></th>
<th><span trspan="format"></span></th>
<td>
<select class="form-control" id="safselect" aria-describedby="saflbl" ng-model="currentNode.data[2]">
<option value="" ng-selected="currentNode.data[2]==null||currentNode.data[2]==''"></option>

@ -23,11 +23,11 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="samOn/{{$index}}" type="radio" value="1" ng-model="s.data[0]"/>
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="samOff/{{$index}}" type="radio" value="0" ng-model="s.data[0]" ng-checked="s.data[0]!==1&&s.data[0]!=='1'"/>
<span trspan="off"/>
<span trspan="off"></span>
</label>
</div>
</td>

@ -1,10 +1,10 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlIDP"/>
<h3 class="panel-title" trspan="samlIDP"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="samlIDPName"/></th>
<th><span trspan="samlIDPName"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlIDPMetaDataNodes"/>
<h3 class="panel-title" trspan="samlIDPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>

@ -1,10 +1,10 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlSP"/>
<h3 class="panel-title" trspan="samlSP"></h3>
</div>
<table class="table">
<tr>
<th><span trspan="samlSPName"/></th>
<th><span trspan="samlSPName"></span></th>
<td><input id="hashkeyinput" class="form-control" ng-model="currentNode.title"/></td>
</tr>
</table>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="samlSPMetaDataNodes"/>
<h3 class="panel-title" trspan="samlSPMetaDataNodes"></h3>
</div>
<table class="table table-striped">
<thead>

@ -5,7 +5,7 @@
<table class="table">
<!-- Format -->
<tr>
<th><span trspan="format"/></th>
<th><span trspan="format"></span></th>
<td>
<select disabled="disabled" class="form-control" id="sasselect" ng-model="currentNode.data[0]">
<option value="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect">HTTP Redirect</option>
@ -22,7 +22,7 @@
</tr>
<!-- Return URL -->
<tr>
<th><span trspan="returnUrl"/></th>
<th><span trspan="returnUrl"></span></th>
<td><input id="sasinput" class="form-control" ng-model="currentNode.data[2]"/></td>
</tr>
</table>

@ -29,11 +29,11 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="bopeOn/{{n.title}}" type="radio" value="1" ng-model="n.data"/>
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="bopeOff/{{n.title}}" type="radio" value="0" ng-model="n.data" ng-checked="n.data!==1&&n.data!=='1'"/>
<span trspan="off"/>
<span trspan="off"></span>
</label>
</div>
</td>
@ -42,15 +42,15 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="trOn/{{n.title}}" type="radio" value="1" ng-model="n.data">
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="trOff/{{n.title}}" type="radio" value="0" ng-model="n.data">
<span trspan="off"/>
<span trspan="off"></span>
</label>
<label class="radio-inline">
<input id="trDefault/{{n.title}}" type="radio" value="-1" ng-model="n.data" ng-checked="n.data!==1&&n.data!=='1'&&n.data!==0&&n.data!=='0'">
<span trspan="default"/>
<span trspan="default"></span>
</label>
</div>
</td>
@ -59,15 +59,15 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="boeOn/{{n.title}}" type="radio" value="1" ng-model="n.data">
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="boeOff/{{n.title}}" type="radio" value="0" ng-model="n.data">
<span trspan="off"/>
<span trspan="off"></span>
</label>
<label class="radio-inline">
<input id="boeExpr/{{n.title}}" type="radio" value="-1" ng-click="n.data=''" ng-checked="n.data!==0&&n.data!=='0'&&n.data!==1&&n.data!=='1'">
<span trspan="specialRule" />
<span trspan="specialRule"></span>
</label>
</div>
<div class="panel-body input-group" style="width:100%;" ng-if="n.data!==0&&n.data!=='0'&&n.data!==1&&n.data!=='1'">

@ -4,7 +4,7 @@
</div>
<table class="table table striped">
<tr>
<th><span trspan="value"/></th>
<th><span trspan="value"></span></th>
<td><input id="textinput" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>

@ -6,15 +6,15 @@
<div class="input-group-solid">
<label class="radio-inline">
<input id="trOn" type="radio" value="1" ng-model="currentNode.data">
<span trspan="on"/>
<span trspan="on"></span>
</label>
<label class="radio-inline">
<input id="trOff" type="radio" value="0" ng-model="currentNode.data">
<span trspan="off"/>
<span trspan="off"></span>
</label>
<label class="radio-inline">
<input id="trDefault" type="radio" value="-1" ng-model="currentNode.data" ng-checked="currentNode.data!==1&&currentNode.data!=='1'&&currentNode.data!==0&&currentNode.data!=='0'">
<span trspan="default"/>
<span trspan="default"></span>
</label>
</div>
</div>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="virtualHost"/>
<h3 class="panel-title" trspan="virtualHost"></h3>
</div>
<table class="table">
<tr>

@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="virtualHosts"/>
<h3 class="panel-title" trspan="virtualHosts"></h3>
</div>
<table class="table table-striped">
<thead>

@ -47,7 +47,6 @@
</div>
<!-- Help container -->
<div id="bottom" ng-if="showH" class="hidden-xs" style="position:relative">
{{showH}}
<div class="vresizer" resizer="horizontal" resizer-top="#top" resizer-bottom="#bottom"></div>
<div style="position:absolute;top:-3px;right:0;color:red">
<span class="glyphicon glyphicon-remove" ng-click="setShowHelp(false)" tabIndex="10"></span>

Loading…
Cancel
Save