<!-- start wizard checklist -->
[if cgi mv_todo ne back]
[update values]
[/if]

[include include/wizard_profiles]

[tmpn wiz_img][/tmpn]
[tmpn wiz_bg][/tmpn]
<table border=0 cellspacing=0 cellpadding=7>
<tr>
<td width="215" valign=top>
	<table border=0 cellspacing=0 cellpadding=1 width="100%">
	<tr>
	<td bgcolor="#000000" valign=top>
		<table border=0 cellspacing=0 cellpadding=1 bgcolor=white>
[menu
	name=Wizard
	localize=name
	reparse=1
	indicator_profile=indicator
	]
{INDICATED?}
	[set wiz_img]box_checked.gif[/set]
	[set wiz_bg]#CCCCCC[/set]
{/INDICATED?}
{INDICATED:}
	[set wiz_img]box_empty.gif[/set]
	[set wiz_bg]#FFFFFF[/set]
{/INDICATED:}
{NEXT_LINE?}
<tr bgcolor="[scratch wiz_bg]">
	<td width="1%">&nbsp;</td>
	<td><img src="[scratch wiz_img]" width="15" height="15" alt="" border="0"></td>
	<td width="98%"><a href="[area
								href="{PAGE}"
								form="
									page_title={NAME}
									help_name={HELP_NAME}
									{FORM}
								"
							]" class="flowchart"><font size=-1>{NAME}</a></td>
</tr>
{/NEXT_LINE?}
{NEXT_LINE:}
<tr bgcolor="[scratch wiz_bg]">
	<td><img src="[scratch wiz_img]" width="15" height="15" alt="" border="0"></td>
	<td width="98%" colspan=2><a href="[area
											href="{PAGE}"
											form="
												page_title={NAME}
												help_name={HELP_NAME}
												{FORM}
											"
										]"
								class="flowchart"><font size=-1>{NAME}</a></td>
</tr>
{/NEXT_LINE:}
[/menu]
	</table>
	</td>
	</tr>
</table>

<p>
[page href="@@MV_PAGE@@" form="
	mv_action=back
	mv_click=profile_save_values
"][L]Save current settings[/L]</A>

[if type=file term=`
	$Scratch->{wizard_fn} = "upload/$Session->{username}.wizard";
`]
	<BR>[page href="@@MV_PAGE@@" form="
		mv_action=back
		mv_click=profile_get_values
	"][L]Retrieve saved values[/L]</A>
[/if]
</p>
[if variable MV_DEMO_MODE]
<p>(For testing convenience:)<br>
[page __UI_BASE__/wizard/demo_init][L]Set some starting values[/L]</A><br>
[page __UI_BASE__/wizard/demo_zero][L]Zero the values[/L]</A></p>
[/if]

</td>
<td valign=top>

[set row_template]
	<td class=clabel width="~OPT:left_width~"> 
		~BLABEL~$LABEL$~ELABEL~
	</td>
	<td class=cwidget> 
		<table cellspacing=0 cellmargin=0 width="100%">
			<tr> 
				<td class=cwidget> 
					$WIDGET$
				</td>
			</tr>
		</table>
	</td>
[/set]
<!-- end wizard checklist -->
