Team:Heidelberg LSL/Notebook timeline

From 2012hs.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
{{Top}}
{{Top}}
{{Stylesheet}}
{{Stylesheet}}
 +
 +
<!--
 +
 +
============================================================================================
 +
*** PLEASE NOTE: ***
 +
 +
The contents and design of this wiki are published under the GNU Free Documentation License. You are granted the right to copy and modify our work, but you must publish your work under the same type of license while recognizing us the authors.
 +
 +
Jakob Kreft, Tim Heinemann, Lorenz Adlung
 +
 +
============================================================================================
 +
 +
/-->
 +
<html>
 +
<style type="text/css">
 +
 +
#menue {position: relative; top: 20px; left: 20px; z-index: 20; font-color: #FFFFFF;}
 +
 +
      .bereich {position: relative; top: 0px; font-size: 90%; text-decoration: None; width: 300px; text-align: center; display: block; padding-top: 5px; padding-bottom: 4px; border: 1px solid #555555; border-left: 0.5px solid #555555;}
 +
 +
      .bereich:hover {position: relative; top: 0px; font-size: 90%; text-decoration: None; width: 300px; text-align: center; display: block; padding-top: 5px; padding-bottom: 4px; border: 1px solid #555555; border-left: 0.5px solid #555555;}
 +
 +
      a.mainlink {text-decoration: None; color: #000000; font-family: Verdana, Arial;}
 +
 +
      a.link {
 +
      display: block;
 +
      color: #FFFFFF;
 +
      font-color: #FFFFFF;
 +
      font-family: Verdana, Arial;
 +
      font-size: 10px;
 +
      text-decoration: None;
 +
      border: 1px solid #555555;
 +
      border-bottom: 0.5px solid #555555;
 +
      padding-top: 8px;
 +
      padding-bottom: 7px;
 +
      position: relative;
 +
      top: 4px;
 +
      left: -1px;
 +
      width: 128px;
 +
      }
 +
 +
      a.link.bereich {
 +
      display: block;
 +
      text-decoration: None;
 +
      }
 +
 +
      a.link:hover {
 +
      display: block;
 +
      color: #000000;
 +
      text-decoration: None;
 +
      }
 +
 +
#text_wrapper {position: relative; top: 50px; left: 50px; z-index: 20; font-color: #FFFFFF;}
 +
</style>
 +
 +
 +
 +
<body id="home" onload="setPageSize()">
 +
 +
<div id="super_main_wrapper">
 +
 +
<div id="SubWrapper">
 +
 +
<table id="menue" cellPadding=0 cellSpacing=0>
 +
 +
      <tr  onclick="anzeigen('menue#1')";>
 +
<td valign=top class="bereich">
 +
 +
  <div>
 +
 +
      <a class="mainlink"> Planning and Developing </a>
 +
 +
      <span id="menue#1" style="display: none;">
 +
<a onclick="hideAll();setVisibility('info11','show');";>Date - 1st Meeting</a><br/>
 +
<a onclick="hideAll();setVisibility('info12','show');";>Date - 2nd Meeting</a><br/>
 +
<a onclick="hideAll();setVisibility('info13','show');";>Date - 3rd Meeting</a><br/>
 +
<a onclick="hideAll();setVisibility('info14','show');";>Date - 4th Meeting</a><br/>
 +
<a onclick="hideAll();setVisibility('info15','show');";>Date - 5th Meeting</a><br/>
 +
      </span>
 +
 +
    </div>
 +
 +
  </td>
 +
 +
 +
<td valign=top class="bereich" onclick="anzeigen('menue#2')">
 +
 +
    <div>
 +
 +
      <a class="mainlink" onclick="hideAll();setVisibility('info2', 'show');";> Laboratory </a>
 +
 +
      <span id="menue#2" style="display: none;">
 +
<p>jdowjdojo</p>
 +
<p> sjhdowjdo</p>
 +
      </span>
 +
 +
    </div>
 +
 +
  </td>
 +
 +
  <td valign="top" class="bereich" onclick="anzeigen('menue#3')">
 +
 +
    <div>
 +
 +
    <a class="mainlink" onclick="hideAll();setVisibility('info3', 'show');";> Testing and Evaluation </a>
 +
<span id="menue#3" style="display: none;">
 +
<a onclick="hideAll();setVisibility('info31','show');";>Date - 1st Testing Session</a><br/>
 +
<a onclick="hideAll();setVisibility('info32','show');";>Date - 2nd Testing Session</a><br/>
 +
<a onclick="hideAll();setVisibility('info33','show');";>Date - 3rd Testing Session</a><br/>
 +
<a onclick="hideAll();setVisibility('info34','show');";>Date - 4th Testing Session</a><br/>
 +
<a onclick="hideAll();setVisibility('info35','show');";>Date - 5th Testing Session</a><br/>
 +
</span>
 +
</div>
 +
</td>
 +
 +
  </tr>
 +
 +
    </table>
 +
 +
</div><!-- end SubWrapper-->
 +
 +
</div><!-- end super_main_wrapper-->
 +
</body>
 +
 +
 +
<script type="text/javascript">
 +
function setPageSize() {
 +
len = document.getElementById('super_main_wrapper').offsetHeight;
 +
document.getElementById('bodyContent').style.height = len + 'px';
 +
document.getElementById('SupWrapper').style.height = len + 'px';
 +
}
 +
</script>
 +
 +
<script type='text/javascript'>
 +
function anzeigen(das){
 +
if(document.getElementById(das).style.display=='none')
 +
document.getElementById(das).style.display='block';
 +
else document.getElementById(das).style.display='none';}
 +
function setVisibility(id, visibility) {
 +
document.getElementById(id).style.display = visibility;
 +
}
 +
 +
</script>
 +
</html>

Latest revision as of 16:41, 11 June 2012

iGEM-2012HS - LSL-Heidelberg iGEM-2012HS - LSL-Heidelberg