0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: compressed.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 => [['compressed.html','/data/config/fileman/templates/luna/compressed.html',1449257597,1765]], 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{<div class="toolbar clear"> <input type="hidden" name="compressed_file" value="}; $return .= $tmp if defined($tmp = $self->_get_var(q{file.name}, { escape => $escape, strict => $strict })); $return .= q{" /> <div class="paging"></div> <div> <select id="uncompress_scope" name="uncompress_scope" class="object"> <option value=""}; unless ($self->_get_var(q{in.uncompress_scope}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{ selected="selected"}; } $return .= q{>All</option> <option value="1"}; if ($self->_get_var(q{in.uncompress_scope}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{ selected="selected"}; } $return .= q{>Selected Files</option> </select> <label>To</label> <input type="text" id="uncompress_input" name="uncompress_input" value="}; if ($self->_get_var(q{in.uncompress_input}, { escape => 0, strict => 0, merge => 0 })) { $return .= $tmp if defined($tmp = $self->_get_var(q{in.uncompress_input}, { escape => $escape, strict => $strict })); } $return .= q{" class="text" /> <input type="button" name="button-browse" value="Browse..." class="button" /> <input type="submit" name="buncompress" value="Uncompress" class="submit" /> <a href="}; $return .= $tmp if defined($tmp = $self->_get_var(q{cfg.cgi_url}, { escape => $escape, strict => $strict })); $return .= q{?}; $return .= $tmp if defined($tmp = $self->_get_var(q{hidden_query}, { escape => $escape, strict => $strict })); $return .= q{;page=help_uncompress.html" rel="}; $return .= $tmp if defined($tmp = $self->_get_var(q{cfg.cgi_url}, { escape => $escape, strict => $strict })); $return .= q{?}; $return .= $tmp if defined($tmp = $self->_get_var(q{hidden_query}, { escape => $escape, strict => $strict })); $return .= q{;page=help_uncompress.html" title="Preferences" class="help"><img src="}; $return .= $self->_call_func('GT::FileMan::image_url', 1, 0, q{question-mark.gif}); $return .= q{" alt="Question" /></a> </div> </div> <table class="foldertab"> <tr> <th class="selectbox"><input type="checkbox" name="checkall" value="checkall" /></th> <th class="icon"></th> <th class="name"><a href="#" rel="name">NAME</a></th> <th class="size"><a href="#" rel="size">SIZE</a></th> <th class="type"><a href="#" rel="desc">TYPE</a></th> <th class="modified"><a href="#" rel="date">MODIFIED</a></th> <th class="owner"><a href="#" rel="owner">Owner</a></th> }; unless ($self->_get_var(q{mswin}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{<th class="permission"><a href="#" rel="perm">Permissions</a></th>}; } $return .= q{ <th class="scrollbar"></th> </tr> </table> <div class="contentframe"> <table class="foldertab"> </table> </div> }; return \$return; }