<% use obfui::cmn;    my ($lines,$filename,$what) = @_; %>
<form method=post>
<input type=hidden name=havevals value=1>
<%= $what ne 'mapping' ? 
    __('List of symbols, one per line (anything after # is ignored in each line): ') :
    __('List of symbol paris (e.g. "myListOfProducts fooBlah"), one pair per line (anything after # is ignored in each line): ')    
%><p>
<center>
<textarea name=symbols class=symlist>
<%= join('',@$lines) %>
</textarea>
<p>
<%$ sprintf(__('Note: these lines are located in file <code>%s</code> in your project input directory. It\'s OK to edit this file with any text editor too.'),
	$filename) %>
<p>
<% $forge->include('wgt-btns-ok-cancel') %></center>
</form>
