Team:Heidelberg LSL/Notebook

From 2012hs.igem.org

(Difference between revisions)
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">
 +
#news {min-height: 500px;}
 +
#info1,info2 {position:relative;}
 +
</style>
 +
 +
.gallery p  {padding: 0 20px;
 +
                        text-align: justify;
 +
                        font-size: 12px;}
 +
</style>
 +
<script language="JavaScript">
 +
function setVisibility(id, visibility) {
 +
document.getElementById(id).style.display = visibility;
 +
}
 +
</script>
 +
 +
<body id="home" onload="setPageSize()">
 +
 +
 +
 +
<div id="super_main_wrapper">
 +
<div id="SubWrapper">
 +
 +
<p onclick="setVisibility('info1', 'inline');setVisibility('info2','none');";>Planing and Developing </p>
 +
<p onclick="setVisibility('info1', 'none');setVisibility('info2','inline');";>Construction (Lablratory Essays) </p>
 +
 +
 +
<div id="news">
 +
<div id="info1">
 +
<b>Planing and Developing</b><br>
 +
This is the Planing and Developing phase of our project
 +
</div>
 +
 +
<div id="info2">
 +
<b>Construction (Labortory Essays)</b><br>
 +
This is the Construction (Laboratory) phase of our project.
 +
</div>
 +
 +
</div><!-- end news-->
 +
</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';
 +
document.getElementById('news').style.height = len + 'px';
 +
}
 +
</script>
 +
</html>

Revision as of 17:47, 14 May 2012

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

.gallery p {padding: 0 20px; text-align: justify; font-size: 12px;}

Planing and Developing

Construction (Lablratory Essays)

Planing and Developing
This is the Planing and Developing phase of our project
Construction (Labortory Essays)
This is the Construction (Laboratory) phase of our project.