Team:Evry/test/template notebook

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:Evry/test/template_vo}} <html> <h1 align='center' >Weeks</h1> <table align='center'> <tr> <th colspan="2" align="center" class="red"> June </th> <th colspan="4" alig...")
(Blanked the page)
 
Line 1: Line 1:
-
{{:Team:Evry/test/template_vo}}
 
-
<html>
 
-
 
-
<h1 align='center' >Weeks</h1>
 
-
<table align='center'>
 
-
<tr>
 
-
<th colspan="2" align="center" class="red"> June  </th>
 
-
<th colspan="4" align="center" class="yellow"> July </th>
 
-
<th colspan="5" align="center" class="red"> August </th>
 
-
<th colspan="4" align="center" class="yellow"> September </th>
 
-
<th colspan="5" align="center" class="red"> October </th>
 
-
<th colspan="3" align="center" class="yellow"> November </th>
 
-
</tr>
 
-
<tr>
 
-
<script type="text/javascript">
 
-
var sPath = window.location.pathname;
 
-
var sPage = sPath.substring(sPath.lastIndexOf('/') + 2);
 
-
 
-
var i;
 
-
var col;
 
-
 
-
for (i=1; i <= 23; ++i)
 
-
{
 
-
  if (i == sPage)
 
-
  {
 
-
    document.write("<td>" + i);
 
-
  }
 
-
  else
 
-
  {
 
-
    if (i in {1:1 ,2:1 ,7:1 ,8:1 ,9:1 ,10:1,11:1,16:1 ,17:1 ,18:1,19:1,20:1}) { col="red"; }
 
-
    else { col="yellow"; }
 
-
 
 
-
    document.write("<td><a class=\"" + col + "\" href=\"https://2013.igem.org/Team:Evry/test/Notebook/w" + i + "\" >" + i + "</a>");   
 
-
  }
 
-
}
 
-
</script>
 
-
</tr>
 
-
</table>
 
-
 
-
</html>
 

Latest revision as of 14:03, 10 August 2013