#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1020712618', 'name' => 'admin/attachstatus/edit.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Edit Attachment Status', 'style' => ' th { text-align: right; vertical-align: top; } td { text-align: left; vertical-align: top; } ' }); $output .= "\n\n
\n \n get('id'); $output .= "\">\n\n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n
Name:\n filter('html') || $context->throw($context->error); $output .= $stash->get('name'); &$filter($output); }; $output .= "\" size=\"50\" maxlength=\"50\">\n
Description:\n \n
Sort Key:\n get('sortkey'); $output .= "\" size=\"5\" maxlength=\"5\">\n
Product:"; # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('product'); &$filter($output); }; $output .= "\n
\n \n
\n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });