<% 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>

<% 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>
<% } %>

<center>
<textarea name=symbols class=symlist>
<%= join('',@$lines) %>
</textarea></center>
<p>

<p>
<% if ($cfg->{product}->{string_explorer} && $what eq 'main') { %>
<p>
<b><%$ __("In most cases you should add strings that contain just single symbol name  to this list - get the list of those symbols at  <a class=menuitemref 
    href=syms.strings>Symbols &rArr; View strings encountered in code</a> screen! This solves 99% of \"symbol not found\" errors!") %>
</b>
<% } %>





<% if ( $what =~ /^(main|suffix)$/ && $cfg->{product}->{lang} ne 'perl')  { %>
<p>
<%$ __("If you are using some 3rd party library, you should put symbols from its API here too. Get symbols from 3rd party APIs by using <a class=menuitemref 
    href=tools.syms_from_dir>Tools &rArr; Extract symbols from directory with source files</a> screen.") %>
<% } %>

<p><small>
<%$ 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) %></small>

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