<%
    my ($prj,$nm,$opthtml) = @_;
    use obfui::cmn;

    my $m = $prj->{modes}->{$nm};
    my $title = $m->{title};
    
%>

<form method=post action=settings.fnmanglingopts>
<input type=hidden name=havevals value=1>

<h2><%= __('Specify how names of file and directories are changed') %></h2>

<%$ $$opthtml %>
<div style="font-weight:normal">

<p>
<%$ __('Renaming of filenames happens only for files that contain code to be obfuscated.') . ' ' . 
 __('The directory component of file path is also mangled.') . ' ' .
 __('It\'s possible to have several settings of filename mangling to be active in the project - just derive from "standard: treat as raw code" mode in Settings &rArr; "edit modes" and assign that new mode to set of files.') 
 %>
<p>

<%$ __('See the resultant mapping for file and directory namesin <a href=menu.filenames>Files/directory names</a> menu.') %>
<p>
<%$ __('Control which files and directories are excluded from renaming <a href=filenames.edit_predicate>here</a>.') %>
<p>
<%$ __('Do Build&rArr; clear state files when changing any options of renaming files and directories.') %>

</div>

<p>
<% $forge->include('wgt-submitbtn',__('Save')) %>
<% $forge->include('wgt-backbtn',__('Cancel')) %>
</form>
