Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / wizard.hbs @ 44110e0e

History | View | Annotate | Download (484 Bytes)

1
<section class="overlay-area-custom">
2
	<div id="vm-wizard" class="overlay-div wizard">
3
		<div class="top">
4
			<div class="numbers row">
5
					{{close-1 action="closeWizard"}}
6
					{{collection Synnefo.WizardHeadersView}}
7
			</div>
8
			{{collection Synnefo.WizardSubMenusView}}
9
		</div>
10
		{{collection Synnefo.WizardStepsView}}
11
		<div class="bottom">
12
			<div class="row">
13
				{{view Synnefo.WizardBtnBackView}}
14
				{{view Synnefo.WizardBtnNextView}}
15
			</div>
16
		</div>
17
	</div>
18
</section>