0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_uncompress.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_uncompress.html','/data/config/fileman/templates/luna/../common/help_uncompress.html',1449257597,478]], 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>After clicking on a compressed file format (.zip, .tar, .tar.gz), you'll be brought to a screen that gives you the option to uncompress all or selected files. </p> <ul> <li>Select your option in the dropdown menu and if you wish, type in a directory to uncompress to</li> <li> Click 'Uncompress' to extract your selected files</li> </ul> <p>Note: If no directory is chosen, the selected files will be extracted to whatever directory the compressed file resides in.</p> }; return \$return; }