| Current File : //var/wcp4/million/public_html/file/private/templates.old/compiled/view_image.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:56:10 2003
# Editor: vim:syn=perl
local $^W;
{
parse_date => 1058684170,
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{<body topmargin=5 leftmargin=5 onload="top.js_status('};
$return .= $tmp if defined($tmp = $self->_get_var(q{status}, $escape, $strict));
$return .= q{')">
<table width=100%>
<tr><td>
<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/back.gif" border=0></a>
</td></tr>
<tr><td align=center><img src="};
$return .= $tmp if defined($tmp = $self->_get_var(q{http_ref}, $escape, $strict));
$return .= q{?cmd_do=cmd_print_img&filename=};
$return .= $tmp if defined($tmp = $self->_get_var(q{filename}, $escape, $strict));
$return .= q{&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{"></td></tr></table>
<form name=frm_main action='};
$return .= $tmp if defined($tmp = $self->_get_var(q{http_ref}, $escape, $strict));
$return .= q{' method=post>
<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='cmd_do' value=''>
<input type=hidden name='txt_input' value=''>
<input type=hidden name="status" value="};
if ($self->_get_var(q{status}, 0, 0)) {
$return .= $tmp if defined($tmp = $self->_get_var(q{status}, $escape, $strict));
}
$return .= q{">
</form>
</BODY>
</HTML>
};
return \$return;
}