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>';
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 />
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>
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">
25 <script type="text/javascript">
26 _uacct = "UA-2460904-1";
27 //prevent js error on remote script load failure
28 if(typeof(urchinTracker) == "function"){
34 <script language="javascript" type="text/javascript" src="/documents/inc/wz_tooltip.js"></script>