<% use obfui::cmn;    my ($lines,$filename,$what,$cfg) = @_; %>
<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): ') :
    __('This page allows to force some specific replacement for particular symbol. Enter list of symbol pairs, source then replacement (e.g. "myListOfProducts fooBlah"), one pair per line (anything after # is ignored in each line, so you may put comments here): ')
%>
<p>
<center>
<textarea name=symbols class=symlist>
<%= join('',@$lines) %>
</textarea></center>
<p>
<% if (!($what eq 'suffix' || $what eq 'mapping')) { %>
<small><%= __('Enter names of symbols, not fully-qualifed names containing class name like foo::bar or baz::blah::foo() - enter just "bar" or "foo".') %></small>
<% } ;%>
<% if ( $what =~ /^(main|anti|suffix)$/ && $cfg->{product}->{lang} eq 'vbs')  { %>
<p>
<small>
    <%= __('Enter symbols using any case since VBScript is case-insensitive, e.g BLAH and blaH and BLah will be treated the same. ')  %> 
</small>
<% } %>

<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) %>
<% if ( $what =~ /^(main|anti|suffix)$/ && $cfg->{product}->{lang} ne 'perl')  { %>
<p>
<%$ __("You can generate items for this list by using <a class=menuitemref 
    href=tools.syms_from_dir>Tools &rArr; Extract symbols from directory with source files</a> screen") %>
<% } %>

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