0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_compress.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_compress.html','/data/config/fileman/templates/luna/../common/help_compress.html',1449257597,620]], 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>You can compress one or more files or directories, into a single compressed file -- in a variety of formats.</p> <ul> <li>Check off all the files and/or directories you wish to include in the compressed file</li> <li>Select the desired compression format from the drop-down menu. Choose from .tar, .tar.gz and .zip.</li> <li>Enter the path to the directory you wish to save the file in and give it a filename in the field provided. For example, selecting .tar and entering /images/foo in the field would save the compressed files as foo.tar in your images directory.</li> <li>Click 'Create File'</li> </ul> }; return \$return; }