<% use obfui::cmn; %>
<form method=post enctype="multipart/form-data">
<input type=hidden name=havevals value=1>
<input type=hidden name=step value=1>


<center>
<h2>Specify serial number and patch file you've received after your purchase</h2>
<p>

<table>
<tr>
<td><%= __("Specify name of file you've downloaded after purchase:") %></td>
<td><input type=file name=file class=text></td>

<tr><td><%= __('Serial number (included in the order information):') %></td><td><input name=serial class=text></td>
</table>
<p>

<% $forge->include('wgt-submitbtn'); %>
</table>

</form>