pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
wizard-all.html
(1493B)
1 <div class="form-horizontal">
2 <wizard:screen_info><div>Page <wizard:screen_number/> of <wizard:total_screens/></div></wizard:screen_info>
3 <wizard:wizard_top> <div> <wizard:bind/> </div> </wizard:wizard_top>
4 <wizard:screen_top> <div> <wizard:bind/> </div> </wizard:screen_top>
5 <!-- <wizard:errors> <div> <ul> <wizard:item> <li> <wizard:bind/> </li> </wizard:item> </ul> </div> </wizard:errors> -->
6 <fieldset>
7 <wizard:fields>
8 <div class="form-group" lift:bind="wizard:line">
9 <wizard:label><label class="control-label" wizard:for=""><wizard:bind></wizard:bind></label></wizard:label>
10 <div class="controls">
11 <wizard:form class="form-control"></wizard:form>
12 <wizard:field_errors>
13 <ul class="form-alert list-unstyled">
14 <wizard:error>
15 <li class="text-danger"><wizard:bind></wizard:bind></li>
16 </wizard:error>
17 </ul>
18 </wizard:field_errors>
19 <wizard:help><span class="help-block"><wizard:bind></wizard:bind></span></wizard:help>
20 </div>
21 </div>
22 </wizard:fields>
23 </fieldset>
24 <div class="form-actions">
25 <div class="actions">
26 <!-- <wizard:prev></wizard:prev> -->
27 <wizard:next></wizard:next>
28 <wizard:cancel></wizard:cancel>
29 </div>
30 </div>
31 <wizard:screen_bottom><div><wizard:bind></wizard:bind></div></wizard:screen_bottom>
32 <wizard:wizard_bottom><div><wizard:bind></wizard:bind></div></wizard:wizard_bottom>
33 </div>