src/main/webapp/templates-hidden/wizard-all.html
changeset 48 366e1f8d93bb
parent 17 2be6a0d25da5
child 51 523c5c5b84e5
equal deleted inserted replaced
47:cb88ced8aadf 48:366e1f8d93bb
     3     <div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
     3     <div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
     4   </wizard:screen_info>
     4   </wizard:screen_info>
     5   <wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
     5   <wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
     6   <wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
     6   <wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
     7   <wizard:errors>
     7   <wizard:errors>
     8     <div>
     8     <div> <ul> <wizard:item><li><wizard:bind/></li></wizard:item> </ul> </div>
     9       <ul>
       
    10         <wizard:item><li><wizard:bind/></li></wizard:item>
       
    11       </ul>
       
    12     </div>
       
    13   </wizard:errors>
     9   </wizard:errors>
    14   <div>
    10   <fieldset>
       
    11     <legend></legend>
    15     <wizard:fields>
    12     <wizard:fields>
    16       <table>
    13       <div lift:bind="wizard:line" class="control-group">
    17         <tr lift:bind="wizard:line" class="row">
    14         <wizard:label>
    18           <td class="form-name">
    15           <label wizard:for="" class="control-label"> <wizard:bind></wizard:bind> </label>
    19             <wizard:label>
    16         </wizard:label>
    20               <label wizard:for="">
    17         <div class="controls">
    21                 <wizard:bind></wizard:bind>
    18           <wizard:form></wizard:form>
    22               </label>
    19           <wizard:help>
    23             </wizard:label>
    20             <span class="help-inline"> <wizard:bind></wizard:bind> </span>
    24             <wizard:help>
    21           </wizard:help>
    25               <span>
    22           <wizard:field_errors>
    26                 <wizard:bind></wizard:bind>
    23             <span class="help-inline">
    27               </span>
       
    28             </wizard:help>
       
    29             <wizard:field_errors>
       
    30               <ul>
    24               <ul>
    31                 <wizard:error>
    25                 <wizard:error>
    32                   <li><wizard:bind></wizard:bind></li>
    26                   <li><wizard:bind></wizard:bind></li>
    33                 </wizard:error> 
    27                 </wizard:error> 
    34               </ul>
    28               </ul>
    35             </wizard:field_errors>
    29             </span>
    36           </td>
    30           </wizard:field_errors>
    37           <td class="form-value">
    31         </div>
    38             <wizard:form></wizard:form>
    32       </div>
    39           </td>
       
    40         </tr>
       
    41       </table>
       
    42     </wizard:fields>
    33     </wizard:fields>
    43   </div>
    34     <div class="form-horizontal">
    44   <div>
    35       <div class="form-actions">
    45     <table>
    36         <wizard:prev></wizard:prev>
    46       <tr> 
    37         <wizard:next></wizard:next>
    47         <td><wizard:prev></wizard:prev></td>
    38         <wizard:cancel></wizard:cancel>
    48         <td><wizard:cancel></wizard:cancel></td>
    39       </div>
    49         <td><wizard:next></wizard:next></td>
    40     </div>
    50       </tr>
    41   </fieldset>
    51     </table>
    42   <wizard:screen_bottom> <div><wizard:bind></wizard:bind></div> </wizard:screen_bottom>
    52   </div>
    43   <wizard:wizard_bottom> <div><wizard:bind></wizard:bind></div> </wizard:wizard_bottom>
    53   <wizard:screen_bottom>
       
    54     <div><wizard:bind></wizard:bind></div>
       
    55   </wizard:screen_bottom>
       
    56   <wizard:wizard_bottom>
       
    57     <div><wizard:bind></wizard:bind></div>
       
    58   </wizard:wizard_bottom>
       
    59 </div>
    44 </div>