Team:Imperial College London/Templates/Protocols

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
  <script type="text/javascript">
 +
  $(document).ready(function(){
 +
 +
    $(function(){
 +
    var path = location.pathname.substring(1);
 +
    var last = path.split("/");
 +
    if ( last[1] ) {
 +
      $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#ea8828");
 +
    }
 +
    else {
 +
      $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");
 +
    }
 +
    });
 +
  });
 +
</script>
 +
<style type="text/css">
<style type="text/css">

Revision as of 09:58, 15 September 2011


Protocols