0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: password.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 => [['password.html','/data/config/fileman/templates/luna/password.html',1449257597,1370]], 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">Change Password</h3> <input type="submit" name="breset" value="Change Password" 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_password.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_password.html" title="Password" 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 class="contentframe"> <div class="row spacer clear"> <div class="description">Enter your current and new password in the form below</div> <label for="password_input" class="name">Old Password</label> <div class="value"><input type="password" id="password_input" name="old_password" value="}; if ($self->_get_var(q{in.old_password}, { escape => 0, strict => 0, merge => 0 })) { $return .= $tmp if defined($tmp = $self->_get_var(q{in.old_password}, { escape => $escape, strict => $strict })); } $return .= q{" class="text" /> *</div> </div> <div class="row spacer clear"> <label for="new_password" class="name">New Password</label> <div class="value"><input type="password" id="new_password" name="new_password" value="}; if ($self->_get_var(q{in.new_password}, { escape => 0, strict => 0, merge => 0 })) { $return .= $tmp if defined($tmp = $self->_get_var(q{in.new_password}, { escape => $escape, strict => $strict })); } $return .= q{" class="text" /> *</div> </div> <div class="row spacer clear"> <label for="confirm_password" class="name">Confirm</label> <div class="value"> <input type="password" id="confirm_password" name="confirm_password" value="" class="text" /> * </div> </div> </div> }; return \$return; }