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
|;
26 my $self = $class->SUPER::new
($dbh);
31 my($page_title, $extra)=@_;
32 $page_title||='Sol Genomics Network';
33 my $ret_html=<<EOHTMLEIEIO;
35 <title>$page_title</title>
36 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
38 <script language="JavaScript" type="text/javascript">
41 JSAN.use = function() {};