Team:Penn
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> | <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> | ||
Line 404: | Line 403: | ||
<script type='text/javascript' src='http://benjaminshyong.com/igem2011/wp-content/themes/Envisioned/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1'></script> | <script type='text/javascript' src='http://benjaminshyong.com/igem2011/wp-content/themes/Envisioned/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1'></script> | ||
</body> | </body> | ||
+ | <script type='text/javascript'> | ||
+ | $('#globalWrapper').replaceWith($('#bodyContent').prepend($('div.left-menu'))); | ||
+ | $("#menu-content a").attr('href', function(i, old){ | ||
+ | return old.replace(/http:\/\/benjaminshyong\.com\/igem2011/, 'https://2011.igem.org/Team:Penn'); | ||
+ | }); | ||
+ | $("a.featured-more").attr('href', function(i, old){ | ||
+ | return old.replace(/http:\/\/benjaminshyong\.com\/igem2011/, 'https://2011.igem.org/Team:Penn'); | ||
+ | }); | ||
+ | $("#fancybox-title-float-wrap").css({background:"none"}); | ||
+ | $("#fancybox-title").css({background:"none"}); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 03:09, 29 September 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">