|
15
|
1 |
<div>
|
|
|
2 |
<wizard:screen_info>
|
|
|
3 |
<div>Page <wizard:screen_number/> of <wizard:total_screens/></div>
|
|
|
4 |
</wizard:screen_info>
|
|
|
5 |
<wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
|
|
|
6 |
<wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
|
|
|
7 |
<wizard:errors>
|
|
48
|
8 |
<div> <ul> <wizard:item><li><wizard:bind/></li></wizard:item> </ul> </div>
|
|
15
|
9 |
</wizard:errors>
|
|
48
|
10 |
<fieldset>
|
|
|
11 |
<legend></legend>
|
|
15
|
12 |
<wizard:fields>
|
|
48
|
13 |
<div lift:bind="wizard:line" class="control-group">
|
|
|
14 |
<wizard:label>
|
|
|
15 |
<label wizard:for="" class="control-label"> <wizard:bind></wizard:bind> </label>
|
|
|
16 |
</wizard:label>
|
|
|
17 |
<div class="controls">
|
|
|
18 |
<wizard:form></wizard:form>
|
|
|
19 |
<wizard:help>
|
|
|
20 |
<span class="help-inline"> <wizard:bind></wizard:bind> </span>
|
|
|
21 |
</wizard:help>
|
|
|
22 |
<wizard:field_errors>
|
|
|
23 |
<span class="help-inline">
|
|
17
|
24 |
<ul>
|
|
|
25 |
<wizard:error>
|
|
|
26 |
<li><wizard:bind></wizard:bind></li>
|
|
|
27 |
</wizard:error>
|
|
|
28 |
</ul>
|
|
48
|
29 |
</span>
|
|
|
30 |
</wizard:field_errors>
|
|
|
31 |
</div>
|
|
|
32 |
</div>
|
|
15
|
33 |
</wizard:fields>
|
|
48
|
34 |
<div class="form-horizontal">
|
|
|
35 |
<div class="form-actions">
|
|
|
36 |
<wizard:prev></wizard:prev>
|
|
|
37 |
<wizard:next></wizard:next>
|
|
|
38 |
<wizard:cancel></wizard:cancel>
|
|
|
39 |
</div>
|
|
|
40 |
</div>
|
|
|
41 |
</fieldset>
|
|
|
42 |
<wizard:screen_bottom> <div><wizard:bind></wizard:bind></div> </wizard:screen_bottom>
|
|
|
43 |
<wizard:wizard_bottom> <div><wizard:bind></wizard:bind></div> </wizard:wizard_bottom>
|
|
15
|
44 |
</div>
|