<% use obfui::cmn; %>
<form method=post enctype="multipart/form-data">
<input type=hidden name=havevals value=1>
<%$ __('Select file that was previously exported using Project &rArr; Export:') %>
<br><input required type=file name=file><p>
<% $forge->include('wgt-submitbtn'); %>
</form>

<% if ($^O =~ /darwin/i) { %>
<div class=errlog>
<%$ __('Warning! You are using Mac OS X. Some bug in Stunnix Perl Web Server (tool used to serve this GUI)  exists that prevents this page from working on Leopard (unless obfuscator is run as "root" and Firefox is used). To import project, just copy your file to the directory that is shown when you <a href=project.browse.pvtdir>click here</a> (clicking there will show that special directory in Finder).') %>
</div>
<% } %>