| Current File : //var/wcp4/demo1812/public_html/tmp/templates/compiled/user_form.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.
# Generated: Sun Jul 20 14:55:34 2003
# Editor: vim:syn=perl
local $^W;
{
parse_date => 1058684134,
deps => [],
parser_version => 2.078,
file_type => 'REL',
code => \>::Template::parsed_template
};
sub GT::Template::parsed_template {
local $^W; # Get rid of warnings. unfortunately, this won't work for Perl 5.6's -W switch
my $self = shift;
my $return = '';
my $escape = $self->{opt}->{escape};
my $strict = $self->{opt}->{strict};
my $tmp;
$return .= q{<html>
<head>
<title>FileMan</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="};
$return .= $tmp if defined($tmp = $self->_get_var(q{html_url}, $escape, $strict));
$return .= q{/};
$return .= $tmp if defined($tmp = $self->_get_var(q{scheme}, $escape, $strict));
$return .= q{.css">
</head>
<body class="bg_main" leftmargin=5 topmargin=5 onLoad="top.js_status('Change user password');document.frm_main.Old_Password.focus()">
<form name=frm_main action='./' method=post>
<table height=80% width=100%>
<tr><td valign=middle align=center>
};
if ($self->_get_var(q{msg}, 0, 0)) {
$return .= q{
<table width="500" border="0" cellspacing="1" cellpadding="1" align="center">
<tr><td>};
$return .= $tmp if defined($tmp = $self->_get_var(q{font}, $escape, $strict));
$return .= $tmp if defined($tmp = $self->_get_var(q{msg}, $escape, $strict));
$return .= q{</font><BR></td></tr>
</table>
};
}
$return .= q{
<table width="500" border="1" cellspacing="0" cellpadding="0" align="center" class="bg_window">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#000066">
<td class="header_format" height=20 width=60%><Font color=white><b> User password</b></font></td>
<td class="header_format" height=20 width=40% align=right><a href="};
$return .= $tmp if defined($tmp = $self->_get_var(q{http_ref}, $escape, $strict));
$return .= q{?fdo=cmd_main_display&work_path=};
$return .= $tmp if defined($tmp = $self->_get_var(q{work_path}, $escape, $strict));
$return .= q{&};
$return .= $tmp if defined($tmp = $self->_get_var(q{url_opts}, $escape, $strict));
$return .= q{"> <img src="};
$return .= $tmp if defined($tmp = $self->_get_var(q{html_url}, $escape, $strict));
$return .= q{/icons/close.gif" border=0></a></td>
</tr>
</table><BR>
<table width="" border="0" cellspacing="1" cellpadding="1" align=center>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center">
<tr>
<td>};
$return .= $tmp if defined($tmp = $self->_get_var(q{font}, $escape, $strict));
$return .= q{Old Password: </font></td>
<td colspan=2>
<input class='button' name='Old_Password' size=20 maxlength=20 value="" type=password>
<input class='button' name='Username' type=hidden size=20 maxlength=20 value="};
$return .= $tmp if defined($tmp = $self->_get_var(q{username}, $escape, $strict));
$return .= q{">
</td>
</tr>
<tr>
<td>};
$return .= $tmp if defined($tmp = $self->_get_var(q{font}, $escape, $strict));
$return .= q{New Password:</font></td>
<td colspan=2>
<input class='button' name='New_Password' size=20 maxlength=20 value="" type=password>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=center><BR>
<input type=submit name=update value='Change' class='submit'>
<input type=button name=cancel value='Cancel' class='submit' onclick="window.location ='};
$return .= $tmp if defined($tmp = $self->_get_var(q{http_ref}, $escape, $strict));
$return .= q{?fdo=cmd_main_display&work_path=};
$return .= $tmp if defined($tmp = $self->_get_var(q{work_path}, $escape, $strict));
$return .= q{&};
$return .= $tmp if defined($tmp = $self->_get_var(q{url_opts}, $escape, $strict));
$return .= q{'">
<BR>
<BR>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td></tr></table>
<input type=hidden name='work_path' value='};
$return .= $tmp if defined($tmp = $self->_get_var(q{work_path}, $escape, $strict));
$return .= q{'>
<input type=hidden name="txt_input">
<input type=hidden name="page">
<input type=hidden name='cmd_do' value='cmd_admin'>
<input type=hidden name="status" value="Please enter options for the system">
<input type=hidden name=do value="fileman">
<!--Search options-->
<input type=hidden name="c_regex">
<input type=hidden name="c_case">
<input type=hidden name="c_word">
<input type=hidden name="c_content">
<input type=hidden name="c_bak">
<input type=hidden name="scope">
<input type=hidden name="txt_with">
};
unless ($self->_get_var(q{user_sessions}, 0, 0)) {
$return .= q{
<!--multi users-->
<input type=hidden name="session_id" value="};
$return .= $tmp if defined($tmp = $self->_get_var(q{session_id}, $escape, $strict));
$return .= q{">
};
}
$return .= q{
};
if ($self->_get_var(q{root_selected}, 0, 0)) {
$return .= q{
<input type=hidden name='root_selected' value="};
$return .= $tmp if defined($tmp = $self->_get_var(q{root_selected}, $escape, $strict));
$return .= q{">
};
}
$return .= q{
</form>
</body>
</html>
};
return \$return;
}