Difference between revisions of "Team:ETH Zurich/Notebook"

(Prototype team page)
 
(Added calendar)
Line 1: Line 1:
 
{{ETH_Zurich}}
 
{{ETH_Zurich}}
 
<html>
 
<html>
 +
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 +
<script>
 +
  $(function() {
 +
    $( "#datepicker" ).datepicker({inline:true,firstDay:1,showOtherMonths:true});
 +
  });
 +
  </script>
 +
<style>
 +
#notes {
 +
float:left;
 +
border: 1px solid red;
 +
margin:10px;
 +
padding:5px;
 +
}
 +
#datepicker {
 +
float:left;
 +
margin:10px;
 +
}
 +
</style>
  
 
<h2>Notebook</h2>
 
<h2>Notebook</h2>
  
 +
<div id="datepicker">
 +
</div>
 +
<div id="notes">
 +
test
 +
</div>
 +
 +
<!--
 
<p> Document the dates you worked on your project.</p>
 
<p> Document the dates you worked on your project.</p>
  
Line 23: Line 48:
 
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
 
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
 
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
 
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
</ul>
+
</ul>-->
  
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 15:19, 23 July 2015

"What I cannot create I do not understand."
- Richard Feynmann

Notebook

test