|
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>
|
|
|
8 |
<div>
|
|
|
9 |
<ul>
|
|
|
10 |
<wizard:item><li><wizard:bind/></li></wizard:item>
|
|
|
11 |
</ul>
|
|
|
12 |
</div>
|
|
|
13 |
</wizard:errors>
|
|
|
14 |
<div>
|
|
|
15 |
<wizard:fields>
|
|
|
16 |
<table>
|
|
|
17 |
<tbody>
|
|
|
18 |
<tr lift:bind="wizard:line">
|
|
|
19 |
<td class="form-name">
|
|
|
20 |
<wizard:label>
|
|
|
21 |
<label wizard:for="">
|
|
|
22 |
<wizard:bind></wizard:bind>
|
|
|
23 |
</label>
|
|
|
24 |
</wizard:label>
|
|
|
25 |
<wizard:help>
|
|
|
26 |
<span>
|
|
|
27 |
<wizard:bind></wizard:bind>
|
|
|
28 |
</span>
|
|
|
29 |
</wizard:help>
|
|
|
30 |
<wizard:field_errors>
|
|
|
31 |
<ul>
|
|
|
32 |
<wizard:error>
|
|
|
33 |
<li><wizard:bind></wizard:bind></li>
|
|
|
34 |
</wizard:error>
|
|
|
35 |
</ul>
|
|
|
36 |
</wizard:field_errors>
|
|
|
37 |
</td>
|
|
|
38 |
<td class="form-value">
|
|
|
39 |
<wizard:form></wizard:form>
|
|
|
40 |
</td>
|
|
|
41 |
</tr>
|
|
|
42 |
</tbody>
|
|
|
43 |
</table>
|
|
|
44 |
</wizard:fields>
|
|
|
45 |
</div>
|
|
|
46 |
<div>
|
|
|
47 |
<table>
|
|
|
48 |
<tr>
|
|
|
49 |
<td><wizard:prev></wizard:prev></td>
|
|
|
50 |
<td><wizard:cancel></wizard:cancel></td>
|
|
|
51 |
<td><wizard:next></wizard:next></td>
|
|
|
52 |
</tr>
|
|
|
53 |
</table>
|
|
|
54 |
</div>
|
|
|
55 |
<wizard:screen_bottom>
|
|
|
56 |
<div><wizard:bind></wizard:bind></div>
|
|
|
57 |
</wizard:screen_bottom>
|
|
|
58 |
<wizard:wizard_bottom>
|
|
|
59 |
<div><wizard:bind></wizard:bind></div>
|
|
|
60 |
</wizard:wizard_bottom>
|
|
|
61 |
</div>
|