Team:Pitt/Notebook
From 2014.igem.org
(Difference between revisions)
(Prototype team page) |
(This is a prototype notebook section.) |
||
Line 2: | Line 2: | ||
- | {{ | + | {{Css/Main}} |
- | + | ||
<html> | <html> | ||
- | |||
<!--main content --> | <!--main content --> | ||
<table width="70%" align="center"> | <table width="70%" align="center"> | ||
Line 89: | Line 87: | ||
<tr> | <tr> | ||
- | <td width=" | + | <td valign="top"> |
+ | |||
+ | <!-- page contents --> | ||
+ | <script type = "text/JavaScript"> | ||
+ | var page_number = 1; | ||
+ | function flip_page(change) { | ||
+ | if ((page_number + change) > 0 && (page_number + change < 5)) { | ||
+ | hide_page(page_number); | ||
+ | page_number = page_number + change; | ||
+ | goto_page(page_number); | ||
+ | } | ||
+ | } | ||
+ | function goto_page(page_number) { | ||
+ | var page = "page_" + page_number; | ||
+ | document.getElementById(page).removeAttribute("hidden"); | ||
+ | } | ||
+ | function hide_page(page_number) { | ||
+ | var page = "page_" + page_number; | ||
+ | document.getElementById(page).setAttribute("hidden","true"); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <div style = "background-image:url('http://demilked.uuuploads.com/free-paper-textures/free-paper-texture-38.jpg');width:800px;height:600px;background-size:100% 100%;background-repeat:no-repeat;margin:auto;"> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <div id = "page_1" name = "note_page"> | ||
+ | <p><font size = "20">This is the first page.</font></p> | ||
+ | </div> | ||
+ | |||
+ | <div id = "page_2" hidden> | ||
+ | <p><font size = "20">This is the second page.</font></p> | ||
+ | </div> | ||
+ | |||
+ | <div id = "page_3" hidden> | ||
+ | <p><font size = "20">This page has a picture of a platypus.</font> | ||
+ | <br> | ||
+ | <center> | ||
+ | <img src = "http://images.nationalgeographic.com/wpf/media-live/photos/000/006/cache/platypus_662_600x450.jpg" style = "height:50%;width:auto;"> | ||
+ | </center> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div id = "page_4" hidden> | ||
+ | <p><font size = "20" color = "green">This page has green text.</font></p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <center> | ||
+ | <img src = "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSVyH8vKA_ScY1bi6668xE2WWOAdo5CvxN_rKawAFgfeGwFVeoDWjf_zeg" height = "75" width = "75" onclick = flip_page(-1)> | ||
+ | <img src = "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSabt0k2IghlbK1GVu7XnFY6cOyBx3A2gTK_N0rYiBoi3jZfyWcz1i85A" height = "75" width = "75" onclick = flip_page(1)> | ||
+ | </center> | ||
+ | <!-- end contents --> | ||
+ | |||
+ | |||
<p>You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well. </p> | <p>You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well. </p> | ||
</td> | </td> |
Revision as of 19:18, 14 June 2014
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
|
||||||||||||
| ||||||||||||
Notebook | ||||||||||||
This is the first page. This is the second page. This page has a picture of a platypus.
This page has green text. You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well. |