0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: include_header.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 => [['include_header.html','/data/config/fileman/templates/luna/include_header.html',1452541743,727]], 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 id="header">}; if ($self->_get_var(q{session.id}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{<div id="loginbar"><a href="#" rel="logout" class="out">Logout</a></div>}; } $return .= q{ <div id="logo"><h1><a href="}; $return .= $tmp if defined($tmp = $self->_get_var(q{cfg.cgi_url}, { escape => $escape, strict => $strict })); if ($self->_get_var(q{hidden_subquery}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{?}; $return .= $tmp if defined($tmp = $self->_get_var(q{hidden_subquery}, { escape => $escape, strict => $strict })); } $return .= q{">FileMan</a></h1></div> </div>}; if ($self->_get_var(q{noauth}, { escape => 0, strict => 0, merge => 0 }) or $self->_get_var(q{session.user}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{ <div id="navbar" class="navbar"></div> <div id="cdbar"> <div id="cdform"> <form action="}; $return .= $tmp if defined($tmp = $self->_get_var(q{cfg.cgi_url}, { escape => $escape, strict => $strict })); $return .= q{" method="post"> <label for="dname">Change Directory:</label> <input type="text" id="dname" name="dname" value="" class="text" /> <input type="submit" name="bcd" value="Go" class="submit" /> </form> </div> <div class="currentpath"></div> </div> }; } $return .= q{<hr class="hide" /> }; return \$return; }