src/main/webapp/templates-hidden/form-panel.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 01 May 2012 23:27:55 +0200
changeset 89 fd364bae9c49
parent 48 366e1f8d93bb
permissions -rw-r--r--
Basic authorization: only logged in user can change entities

<fieldset>
  <legend></legend>
  <div class="control-group">
    <label class="control-label" for="">Text input</label>
    <div class="controls">
      <input type="text" class="input-xlarge" id="input01">
      <span class="help-inline">Supporting help text</span>
    </div>
  </div>
</fieldset>