added a comment section..
[sgn.git] / mason / site / footer / body.mas
blobf1840e262d4a95a6fdae8981299500e75213321d
1 <%init>
2         my $feedback_email = eval{ $c->get_conf('email') };
3         $feedback_email = $feedback_email ? qq|<a class="footer" href="mailto:$feedback_email">$feedback_email</a>|
4                                           : '<span style="font-weight: bold; color: red">[email not set]</b>';
5 </%init>
7 <!-- BEGIN FOOTER-->
9   </td></tr>
10   <tr><td id="pagecontent_footer"><table width="100%" cellspacing="0" cellpadding="0" id="pagefooter"><tr><td style="vertical-align: top; width: 370"><table><tr><td><a href="http://bti.cornell.edu/" class="footer"><img width="91" alt="Boyce Thompson Institute" src="/documents/img/bti_logo_bw.png" title="Boyce Thompson Institute" height="70" border="0" /></a> <a href="http://www.nsf.gov/" class="footer"><img width="77" alt="National Science Foundation" src="/documents/img/nsf_logo.png" title="National Science Foundation" height="76" border="0" /></a></td></tr> <tr><td><a href="http://www.nifa.usda.gov/" class="footer"><img width="250" alt="USDA CSREES" src="/documents/img/usda_nifa_h_2.jpg" title="USDA NIFA" height="44" border="0" /></a></td></tr></table></td> <td style="text-align: right; font-size: smaller">Cite SGN using <a class="footer" href="http://www.plantphysiol.org/cgi/content/abstract/138/3/1310"> Mueller et al. (2005).</a><br />
12 SGN is supported by the <a class="footer" href="/about/tomato_project/">NSF (#0116076)</a>,<br />
13 <a class="footer" href="http://www.usda.gov">USDA CSREES</a> and hosted at the <a class="footer" href="http://bti.cornell.edu">Boyce Thompson Institute.</a><br />
14 <br />
15 Subscribe to the <a class="footer" href="http://rubisco.sgn.cornell.edu/mailman/listinfo/sgn-announce/">sgn-announce mailing list</a> for updates<br />
16 Send comments and feedback to <% $feedback_email %><br />
17 <a href="/legal.pl">Disclaimer</a>
18 </td></tr></table>
20 % if( eval{ $c->get_conf('production_server') } ) {
21    <!-- Google Analytics Code -->
22    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
23    </script>
25    <script type="text/javascript">
26    _uacct = "UA-2460904-1";
27    //prevent js error on remote script load failure
28    if(typeof(urchinTracker) == "function"){
29         urchinTracker();
30     }
31    </script>
32 % }
34 <script language="javascript" type="text/javascript" src="/documents/inc/wz_tooltip.js"></script>
36   </td></tr>
37   </table>
38 </div>