<%
    use obfui::cmn;
    my ($html) = @_;
%>
<form>
<input type=hidden name=havevals value=1>
<table class=width-of-select>
<tr><td><%$ hstr('prj.title',__("Project title:")) %></td><td>
    <input class=text type=text name=title></td>
<tr><td><%$ hstr('prj.indir',__("Input directory name:")) %></td><td>
    <input class=text type=text name=indir></td>
<tr><td><%$ hstr('prj.outdir',__("Output directory name:")) %></td><td>
    <input class=text type=text name=outdir></td>
<tr><td><%$ hstr('prj.stdir',__("State directory name:")) %></td><td>
    <input class=text type=text name=stdir></td>
<tr><td><%$ hstr('prj.testcmd',
	__("Commandline to run for testing (optional):")) %></td><td>
    <input class=text type=text name=testcmdline></td>
<tr><td><%$ hstr('prj.precmdline',
	__("Commandline to run BEFORE building project:")) %></td><td>
    <input class=text type=text name=precmdline></td>
<tr><td><%$ hstr('prj.postcmdline',
	__("Commandline to run AFTER building project:")) %></td><td>
    <input class=text type=text name=postcmdline></td>
<tr><td><%$ hstr('prj.codetype',__("Code type (optional):")) %></td><td
	><%$ $html %></td>
</table>

<% $forge->include('wgt-submitbtn', __('OK')) %>
</form>
