8 An abstract object which helps CXGN::Page generate HTML pages. Subclass this object to add vhost-specific details (banners, toolbars, etc.) to pages. Important note: this is not and should not be a subclass of CXGN::Page.
12 john binns - John Binns <zombieite@gmail.com>
16 package CXGN
::Page
::VHost
;
18 use base qw
| CXGN
::DB
::Object
|;
25 my $self = $class->SUPER::new
($dbh);
30 my($page_title, $extra)=@_;
31 $page_title||='Sol Genomics Network';
32 my $ret_html=<<EOHTMLEIEIO;
34 <title>$page_title</title>
35 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
37 <script language="JavaScript" type="text/javascript">
40 JSAN.use = function() {};