<% use ui::cmn; my ($fn) = @_; %>
<form method=post>
<input type=hidden name=havevals value=1>

<table>
<tr><td><%$ __('Filename to put ISO image to <small>(it should not reside in project\'s output directory)</small>:') %></td>
 <td><input class=text type=text name=outfn value="<%= $fn %>"></td>
<tr><td><%= __('Volume ID') %><%$ $tip{makeiso_volumeid} %></td><td><input name="volumeid"  value="_DVD_"></td></table>
<p>

<%= __('You can specify relative filename - it will be relative to project\'s output directory, e.g. "../cd.iso".') %>
<p>
<%= __('Avoid using spaces in the name of ISO image.') %>

<% $forge->include('wgt-optional-start','mkisofsopts') %>
<%$ __('Additional backend options <small>(commandline options for mkisofs utility)</small>:') %>
<input class=text type=text name=cmdlineopts>
<% $forge->include('wgt-optional-end','mkisofsopts') %>
<p>

<% $forge->include('wgt-btns-ok-cancel'); %>
</form>