0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_download.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_download.html','/data/config/fileman/templates/luna/../common/help_download.html',1449257597,973]], 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 download selected items or directories in various file and compression formats.</p> <ul> <li>Choose the format of the item(s) you are downloading in the "Mode" drop-down menu. Choose between Ascii, Binary and Auto: <ul> <li><b>Ascii</b> format should be used for files that use plain text with no formatting</li> <li><b>Binary</b> should be used for all other types of files</li> <li><b>Auto</b> will automatically determine which format to use; you will usually not need to specify either Ascii or binary</li> </ul> </li> <li>If you wish to download the item(s) in a compressed format, select the desired compression format (which should be indicated by the file extensions) from the "Compressed type" drop-down menu. Choose from None, .tar, .tar.gz and .zip. Note: if you are downloading multiple items, you will have to select a compression type.</li> <li>Click the 'Download' button to download your selected file(s).</li> </ul> }; return \$return; }