Ignore:
Timestamp:
07/27/10 17:06:18 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Remove printFooter from CommonWeb.pm
Add HTML::Template to main.cgi, admin.cgi, and search.cgi
Convert footer.inc to templates/footer.tmpl, and normalize
output for three scripts above
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/cgi-bin/IPDB.pm

    r448 r449  
    121121    $IPDBacl{$data[0]} = $data[1];
    122122  }
     123
     124##fixme:  initialize HTML::Template env var for template path
     125# something like $self->path().'/templates' ?
     126#  $ENV{HTML_TEMPLATE_ROOT} = 'foo/bar';
    123127
    124128  return (1,"OK");
Note: See TracChangeset for help on using the changeset viewer.