0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_upload.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_upload.html','/data/config/fileman/templates/luna/../common/help_upload.html',1449257597,1036]], 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>Clicking the "Upload" link in the Toolbar will allow you to upload files to the directory you are currently viewing.</p> <ul> <li>Click the "Browse" button to select a file, or simply enter the path to the desired file in the "File" field.</li> <li>You can select the format of the file you wish to upload: choose Ascii, Binary or Auto. Ascii format should be used for files that use plain text with no formatting, binary should be used for all other types of files. The auto option will automatically determine which format to use; you will usually not need to specify either Ascii or binary.</li> <li>If you wish to overwrite existing files with newly uploaded files that have the same name, check the "Overwrite" box, otherwise an error message will appear.</li> <li>If you wish to upload multiple files at the same time, click the "Multiple Upload" link to see a menu allowing you to specify up to ten files at a time.</li> <li>Click the <b><em>'Upload</em></b> button to upload the file to the directory.</li> </ul> }; return \$return; }