graphical filtering of accession search
[sgn.git] / mason / solgs / site / header / body.mas
blob88e96a10a0d2a5f6f23ae3d3e842c8424a545706
1 <%args>
2   $extra_headers => ''
3 </%args>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html>
6 <head>
7   % my $t = $m->request_args->{'page_title'};
8   <title><% $t ? "$t - " : '' %>solGS: Genomic Selection</title>
9   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
11   <link rel="stylesheet" href="/static/sgn.css" type="text/css" />
12   <link rel="stylesheet" href="/static/jquery-sgn-theme/jquery-ui-1.8.4.custom.css" type="text/css" />
13   <link rel="stylesheet" href="/static/colorbox/colorbox.css" type="text/css" />
15   <script language="javascript" type="text/javascript">
16      JSAN = {};
17      JSAN.use = function() {};
18      MochiKit = {__export__: false};
19   </script>
21   <& /util/import_javascript.mas, classes => [qw[ sgn jquery.simpletooltip CXGN.Effects CXGN.Page.FormattingHelpers CXGN.UserPrefs CXGN.Page.Toolbar ]] &>
22  <!-- <& header/head.mas &> -->
23   <% $extra_headers %>
24 </head>
26 <body>
28 <div id="outercontainer">
29   <a name="top"></a>
30   <table id="pagecontent_t" summary="" width="740" cellpadding="0" cellspacing="0" border="0">
31   <tr>
32     <td id="pagecontent_td">
33       <hr />
35 <!-- END HEADER -->