$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[activate_your_account]</title>
</head>
<body>
$header
<if condition="$navbar">$navbar<else /><br /><br /></if>

<form action="register.php?do=activate" method="post">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat">$vbphrase[activate_your_account]</td>
</tr>
<tr>
	<td class="panelsurround" align="center">
	<div class="panel">
		<div style="width:$stylevar[formwidth]" align="$stylevar[left]">

		<fieldset class="fieldset">
			<legend>$vbphrase[activate_your_account]</legend>
			<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
			<tr>
				<td>
					$vbphrase[username]:<br />
					<input type="text" class="bginput" size="50" name="username" value="$bbuserinfo[username]" />
				</td>
			</tr>
			<tr>
				<td>
					$vbphrase[activation_code]:<br />
					<input type="text" class="bginput" size="50" name="activateid" />
				</td>
			</tr>
			</table>
		</fieldset>

		<div class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
			<phrase 1="register.php?$session[sessionurl]do=requestemail">$vbphrase[you_lost_activation_code_or_username]</phrase>
		</div>

		</div>
	</div>

	<div style="margin-top:$stylevar[cellpadding]px">
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
		<input type="hidden" name="do" value="activate" />
		<input type="submit" class="button" value="$vbphrase[activate_your_account]" accesskey="s" />
		<input type="reset" class="button" name="reset" value="$vbphrase[reset_fields]" accesskey="r" />
	</div>
	</td>
</tr>
</table>

</form>

$footer

</body>
</html>