0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: reset_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 => [['reset_password.html','/data/config/fileman/templates/luna/reset_password.html',1449257597,632]], 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="reset_password"> <h2>Reset Password</h2> <p>Please enter your e-mail address to retrieve a new password.</p> <div class="row clear"> <label for="email" class="name">E-mail</label> <div class="value"><input type="text" id="email" name="email" value="" class="text longtext" tabindex="1" /></div> </div> <div class="lostpasswd"><a href="#" rel="login">Login</a></div> <div class="row clear"> <label class="name"> </label> <div class="value"> <input type="submit" name="breset" value="Reset Password" tabindex="4" /> </div> </div> </div> }; return \$return; }