0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: user.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 => [['user.html','/data/config/fileman/templates/luna/user.html',1449257597,1190]], 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"> <h3 class="header">User management</h3> <select id="user_action" name="user_action" class="action"> <option value="">More Actions...</option> <option value="user_add">Add a User</option> <option value="user_delete"}; if ($self->_get_var(q{in.cmd}, { escape => 0, strict => 0, merge => 0 }) eq q{user_delete} and $self->_get_var(q{confirms_loop.length}, { escape => 0, strict => 0, merge => 0 })) { $return .= q{ selected="selected"}; } $return .= q{>Delete Users</option> <option value="user_access">Change Accesse</option> <option value="user_permission">Change Permissions</option> </select> <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_user.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_user.html" title="Users" class="help"><img src="}; $return .= $self->_call_func('GT::FileMan::image_url', 1, 0, q{question-mark.gif}); $return .= q{" alt="Question" /></a> </div> <table class="foldertab"> <tr> <th class="selectbox"></th> <th class="username"><a href="#" rel="username">Username</a></th> <th class="type"><a href="#" rel="type">Type</a></th> <th class="email"><a href="#" rel="email">E-mail</a></th> <th class="access">Directory Access</th> <th class="scrollbar"></th> </tr> </table> <div class="contentframe"> <table class="foldertab"> </table> </div> }; return \$return; }