The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
  </div>
  <table class="table table striped">
    <tr>
      <th><span trspan="value"></span></th>
      <td>
        <div class="input-group">
          <input type="{{formtype||'password'}}" id="pwdinput" class="form-control" ng-model="currentNode.data"/>
          <span id="showp" class="input-group-addon link" ng-click="formtype=(formtype==='text'?'password':'text')">{{translate(formtype==='text'?'hide':'show')}}</span>
        </div>
      </td>
    </tr>
  </table>
</div>
<script type="text/menu">
[{
  "title": "cancel",
  "icon": "remove"
}]
</script>