src/main/webapp/templates-hidden/wizard-all.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 23 Apr 2013 10:36:04 +0200
changeset 108 ef4e3e0ef83f
parent 51 523c5c5b84e5
permissions -rw-r--r--
84a94fa29a67504b Task/Project notifications

<div>
  <wizard:screen_info>
    <div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
  </wizard:screen_info>
  <wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
  <wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
  <wizard:errors>
    <div> <ul> <wizard:item><li><wizard:bind/></li></wizard:item> </ul> </div>
  </wizard:errors>
  <fieldset>
    <legend></legend>
    <wizard:fields>
      <wizard:line>
        <div class="control-group">
          <wizard:label>
            <label wizard:for="" class="control-label"> <wizard:bind></wizard:bind> </label>
          </wizard:label>
          <div class="controls">
            <wizard:form></wizard:form>
            <span class="help-inline">
              <wizard:help>
                  <p class="inline"><wizard:bind></wizard:bind></p>
              </wizard:help>
              <wizard:field_errors>
                  <wizard:error>
                    <p class="inline"><wizard:bind></wizard:bind></p>
                  </wizard:error> 
              </wizard:field_errors>
            </span>
          </div>
        </div>
      </wizard:line>
    </wizard:fields>
    <div class="form-horizontal">
      <div class="form-actions">
        <wizard:prev></wizard:prev>
        <wizard:next></wizard:next>
        <wizard:cancel></wizard:cancel>
      </div>
    </div>
  </fieldset>
  <wizard:screen_bottom> <div><wizard:bind></wizard:bind></div> </wizard:screen_bottom>
  <wizard:wizard_bottom> <div><wizard:bind></wizard:bind></div> </wizard:wizard_bottom>
</div>