0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_diff.html.compiled
# This file is a compiled version of a template that can be run much faster # than reparsing the file, yet accomplishes the same thing. You should not # attempt to modify this file as any changes you make would be lost as soon as # the original template file is modified. # Editor: vim:syn=perl # Generated: Thu Apr 21 20:26:44 2016, using GT::Template::Parser v2.159 local $^W; { files => [['help_diff.html','/data/config/fileman/templates/luna/../common/help_diff.html',1449257597,818]], parser_version => 2.170, code => \>::Template::parsed_template }; sub GT::Template::parsed_template { local $^W; # Get rid of warnings. This won't work for Perl 5.6's -W switch my $self = shift; my $return = ''; my $tags = $self->vars; my $escape = $self->{opt}->{escape}; my $strict = $self->{opt}->{strict}; my ($tmp, $tmp2, $tmp3); $return .= q{<p>The "Diff" option allows you to compare the file's content with that of another, and have the differences between the two displayed. This option will only work for text-based files, such as .txt or .html files and is useful when reviewing files that are often updated.</p> <ul> <li>Enter the filename or the path to the second file (or click "Browse" to select a path) to be compared to and click the 'Diff' button. (Eg. '/templates/luna/version2.html')</li> <li>The differences between the two files will be displayed in a new screen. <ul> <li>Lines that are prefaced by a minus sign (-) are lines which appear in the first file but not in the second. </li> <li>Lines that are prefaced by a plus sign (+) are lines which appear in the second file but not in the first. </li> </ul> </li> </ul> }; return \$return; }