Template:BerkiGEM2007 WikiPlaying

From 2007.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{| border="0" cellpadding="0"
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
-
|-
+
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
-
|  ||  ||  ||  ||  ||  || 
+
-
|-
+
-
|  ||  || <center> Some other stuff </center> ||  ||  ||  || 
+
-
|-
+
-
|  || SodC<br><br><br>KatG<br><br><br><br><br><br><br>Heme  ||  [[Image: ecolimodeltestimage2.jpeg]] || <br><br><br><br><br><br><br>Flagella<br><br><br>Hemoglobin  ||  ||  || 
+
-
|-
+
-
|  ||  ||<center>   Sucralose </center> ||  ||  ||  || 
+
-
|-
+
-
|  ||  ||  ||  ||  ||  || 
+
-
|-
+
-
|  ||  ||  ||  ||  ||  || 
+
-
|}
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
{| class="wikitable"
+
-
  |-
+
-
  ! header 1
+
-
  ! header 2
+
-
  ! header 3
+
-
  |-
+
-
  | row 1, cell 1
+
-
  | row 1, cell 2
+
-
  | row 1, cell 3
+
-
  |-
+
-
  | row 2, cell 1
+
-
  | row 2, cell 2
+
-
  | row 2, cell 3
+
-
  |}
+
-
 
+
-
 
+
<html>
<html>
-
<body>
+
<head>
-
<a href="www.google.com" onMouseOver="window.status='Your message here!'; return true"> Testing</a>
 
-
<form name="myform" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
+
<style type="text/css">
-
<div align="center">
+
h1.firstHeading {display: none;}
-
<select name="mydropdown">
+
#navmenu {
-
<option value="Milk">Fresh Milk</option>
+
float: center;
-
<option value="Cheese">Old Cheese</option>
+
width: 900px;
-
<option value="Bread">Hot Bread</option>
+
position: absolute;
-
</select>
+
padding: 0;
-
</div>
+
margin: 0 0 0 0;
-
</form>
+
list-style: none;
 +
z-index:50;
 +
margin-bottom: 0px;
 +
background-image: white;
 +
}
 +
#navmenu ul {
 +
list-style: none;
 +
position:absolute;
 +
border-right: solid 0px #666;
 +
border-bottom: solid 0px #666;
 +
border-left: solid 0px #666;
 +
line-height: 8pt;
 +
}
-
<STYLE type="text/css">
+
#navmenu a {
-
<!--
+
font-size: 14pt;
-
BODY
+
font-family: "Lucida Grande", Verdana, arial, sans-serif;
-
{
+
text-decoration: none;
-
scrollbar-face-color: #F0F8FF;
+
color: #000000;
-
scrollbar-highlight-color: #00FFFF;
+
display: block;
-
scrollbar-3dlight-color: #F0F8FF;
+
-
scrollbar-darkshadow-color: #00FFFF;
+
-
scrollbar-shadow-color: #F0F8FF;
+
-
scrollbar-arrow-color: #00FFFF;
+
-
scrollbar-track-color: #F0F8FF;
+
}
}
-
-->
 
-
</STYLE>
 
 +
#navmenu a:hover {
 +
color: #0000FF;
 +
}
-
</body>
+
#navmenu li {
-
</html>
+
list-style: none;
 +
padding: .3em 1em;
 +
float:left;
 +
background-color: #FFF;
 +
}
 +
#navmenu li td a:visited { color: #FF0000; }
 +
#navmenu li ul {
 +
display: none;
 +
margin: 0;
 +
padding-left:0;
 +
background:white;
 +
list-style: none;
 +
}
-
<TABLE WIDTH=100%>
+
#navmenu li:hover ul {
-
<TR>
+
display: block;
-
<TD WIDTH=50%>Cell 1</TD>
+
list-style: none;
-
<TD WIDTH=50%>Cell2</TD>
+
}
-
</TR>
+
-
</TABLE>
+
 +
#navmenu li li {
 +
//padding: 0.2em 0.5em;
 +
float:none;
 +
}
 +
#navmenu li li:hover {
 +
background-color: #FFFF00;
 +
}
 +
#navmenu li ul a {
 +
font-size: 8pt;
 +
color: #000000;
 +
}
-
<html>
+
#navmenu #rightLink a{
-
<body>
+
float:right;
 +
padding:0.2em 0.5em;
 +
color: #FF0000;
 +
}
-
<h4>Cell that spans two columns:</h4>
+
#navmenu #rightLink a:hover{
-
<table border="1">
+
color: #FF0000;
-
<tr>
+
}
-
  <th>Name</th>
+
-
  <th colspan="2">Telephone</th>
+
-
</tr>
+
-
<tr>
+
-
  <td>Bill Gates</td>
+
-
  <td>555 77 854</td>
+
-
  <td>555 77 855</td>
+
-
</tr>
+
-
</table>
+
-
<h4>Cell that spans two rows:</h4>
+
.style1 {
-
<table border="1">
+
color: #0000FF;
-
<tr>
+
font-weight: bold;
-
  <th>First Name:</th>
+
}
-
  <td>Bill Gates</td>
+
.style4 {color: #0000FF; font-weight: bold; font-size: large; }
-
</tr>
+
.style5 {font-size: medium}
-
<tr>
+
.style9 {font-size: large; color: #0000FF;}
-
  <th rowspan="2">Telephone:</th>
+
.style10 {font-size: medium; color: #0000FF; }
-
  <td>555 77 854</td>
+
.style11 {color: #0000FF; font-weight: bold; font-size: medium; }
-
</tr>
+
</style>
-
<tr>
+
-
  <td>555 77 855</td>
+
-
</tr>
+
-
</table>
+
-
</body>
 
-
</html>
 
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>Untitled Document</title>
 +
<style type="text/css">
 +
<!--
 +
#apDiv1 {
 +
position:absolute;
 +
left:50%;
 +
top:275px;
 +
width:281px;
 +
height:193px;
 +
z-index:1;
 +
}
 +
#apDiv2 {
 +
position:absolute;
 +
left:3px;
 +
top:1px;
 +
width:850px;
 +
height:150px;
 +
z-index:1;
 +
background-color: #FFFFFF;
 +
}
 +
#apDiv3 {
 +
position:absolute;
 +
left:0px;
 +
top:159px;
 +
width:850px;
 +
height:50px;
 +
z-index:2;
 +
}
 +
#apDiv4 {
 +
position:absolute;
 +
left:270px;
 +
top:361px;
 +
width:502;
 +
height:450;
 +
z-index:3;
 +
}
 +
#apDiv5 {
 +
position:absolute;
 +
left:3px;
 +
top:0px;
 +
width:101px;
 +
height:1000px;
 +
z-index:4;
 +
}
 +
#apDiv6 {
 +
position:absolute;
 +
left:226px;
 +
top:259px;
 +
width:420px;
 +
height:125px;
 +
z-index:5;
 +
}
 +
#apDiv7 {
 +
position:absolute;
 +
left:1200px;
 +
top:270px;
 +
width:102px;
 +
height:100px;
 +
z-index:6;
 +
}
 +
#apDiv8 {
 +
position:absolute;
 +
left:202px;
 +
top:393px;
 +
width:1px;
 +
height:0px;
 +
z-index:7;
 +
}
 +
#apDiv9 {
 +
position:absolute;
 +
left:1323px;
 +
top:251px;
 +
width:105px;
 +
height:159px;
 +
z-index:7;
 +
}
 +
#apDiv10 {
 +
position:absolute;
 +
left:1301px;
 +
top:464px;
 +
width:94px;
 +
height:120px;
 +
z-index:9;
 +
background-color: #FFFFFF;
 +
}
 +
#apDiv11 {
 +
position:absolute;
 +
left:161px;
 +
top:436px;
 +
width:164px;
 +
height:134px;
 +
z-index:10;
 +
}
 +
#apDiv12 {
 +
position:absolute;
 +
left:1297px;
 +
top:861px;
 +
width:123px;
 +
height:129px;
 +
z-index:11;
 +
}
 +
#apDiv13 {
 +
position:absolute;
 +
left:773px;
 +
top:240px;
 +
width:107px;
 +
height:120px;
 +
z-index:12;
 +
}
 +
#apDiv14 {
 +
position:absolute;
 +
left:832px;
 +
top:623px;
 +
width:103px;
 +
height:108px;
 +
z-index:13;
 +
}
 +
#apDiv15 {
 +
position:absolute;
 +
left:937px;
 +
top:762px;
 +
width:107px;
 +
height:128px;
 +
z-index:14;
 +
}
 +
#apDiv16 {
 +
position:absolute;
 +
left:777px;
 +
top:780px;
 +
width:107px;
 +
height:149px;
 +
z-index:15;
 +
}
 +
#apDiv17 {
 +
position:absolute;
 +
left:816px;
 +
top:755px;
 +
width:65px;
 +
height:27px;
 +
z-index:5;
 +
background-color: #FFFFFF;
 +
}
 +
#apDiv18 {
 +
position:absolute;
 +
left:1123px;
 +
top:720px;
 +
width:95px;
 +
height:110px;
 +
z-index:16;
 +
}
 +
#apDiv19 {
 +
position:absolute;
 +
left:228px;
 +
top:961px;
 +
width:214px;
 +
height:125px;
 +
z-index:17;
 +
}
 +
#apDiv20 {
 +
position:absolute;
 +
left:616px;
 +
top:960px;
 +
width:141px;
 +
height:112px;
 +
z-index:18;
 +
}
 +
#apDiv21 {
 +
position:absolute;
 +
left:1114px;
 +
top:564px;
 +
width:87px;
 +
height:109px;
 +
z-index:19;
 +
}
 +
#apDiv22 {
 +
position:absolute;
 +
left:34px;
 +
top:166px;
 +
width:160px;
 +
height:25px;
 +
z-index:19;
 +
}
 +
#apDiv23 {
 +
position:absolute;
 +
left:36px;
 +
top:206px;
 +
width:117px;
 +
height:24px;
 +
z-index:20;
 +
}
 +
#apDiv24 {
 +
position:absolute;
 +
left:35px;
 +
top:245px;
 +
width:116px;
 +
height:22px;
 +
z-index:21;
 +
}
 +
#apDiv25 {
 +
position:absolute;
 +
left:35px;
 +
top:284px;
 +
width:146px;
 +
height:25px;
 +
z-index:22;
 +
}
 +
#apDiv26 {
 +
position:absolute;
 +
left:35px;
 +
top:325px;
 +
width:161px;
 +
height:20px;
 +
z-index:23;
 +
}
 +
#apDiv27 {
 +
position:absolute;
 +
left:35px;
 +
top:366px;
 +
width:149px;
 +
height:22px;
 +
z-index:24;
 +
}
 +
-->
 +
</style>
 +
</head>
-
 
-
<html>
 
<body>
<body>
 +
<div id="apDiv2">
 +
  <div align="center"></div>
 +
</div>
 +
<div id="apDiv3"></div>
-
<table border="1">
 
-
<tr>
 
-
  <td>
 
-
  <p>This is a paragraph</p>
 
-
  <p>This is another paragraph</p>
 
-
  </td>
 
-
  <td>This cell contains a table:
 
-
  <table border="1">
 
-
  <tr>
 
-
    <td>A</td>
 
-
    <td>B</td>
 
-
  </tr>
 
-
  <tr>
 
-
    <td>C</td>
 
-
    <td>D</td>
 
-
  </tr>
 
-
  </table>
 
-
  </td>
 
-
</tr>
 
-
<tr>
 
-
  <td>This cell contains a list
 
-
  <ul>
 
-
    <li>apples</li>
 
-
    <li>bananas</li>
 
-
    <li>pineapples</li>
 
-
  </ul>
 
-
  </td>
 
-
  <td>HELLO</td>
 
-
</tr>
 
-
</table>
 
-
</body>
 
-
</html>
 
 +
<div id="wrap">
 +
<div id="maincontent">
 +
<ul id="navmenu">
-
<html>
 
-
<body>
 
-
<h4>A background color:</h4>
 
-
<table border="1"
 
-
bgcolor="red">
 
-
<tr>
 
-
  <td>First</td>
 
-
  <td>Row</td>
 
-
</tr> 
 
-
<tr>
 
-
  <td>Second</td>
 
-
  <td>Row</td>
 
-
</tr>
 
-
</table>
 
-
<h4>A background image:</h4>
+
<li><a title=""><strong>Team Members</strong></a> <ul><li class="style4"></li>
-
<table border="1"  
+
      <li class="style4"></li>
-
background="bgdesert.jpg">
+
      <li class="style4">Advisors</li>
-
<tr>
+
      <li class="style11"><a href="https://2007.igem.org/John_Dueber" title="">John Dueber</a></li>
-
  <td>First</td>
+
      <li class="style11"><a href="http://www.openwetware.org/wiki/User:JCAnderson" title="">Christopher Anderson</a></li>
-
  <td>Row</td>
+
      <li class="style11"><a href="http://genomics.lbl.gov/" title="">Adam Arkin</a></li>
-
</tr>  
+
      <li class="style4"><a href="https://keaslinglab.lbl.gov/wiki/index.php/Main_Page" title="">Jay Keasling</a></li>
-
<tr>
+
      <li class="style4"></li>
-
  <td>Second</td>
+
      <li class="style4">Teaching Assistants</li>
-
  <td>Row</td>
+
      <li class="style11"><a href="https://2007.igem.org/Farnaz_Nowroozi" title="">Farnaz Nowroozi</a></li>
-
</tr>
+
      <li class="style11"><a href="https://2007.igem.org/Amin_Hajimorad" title="">Amin Hajimorad</a></li>
-
</table>
+
      <li class="style11"><a href="https://2007.igem.org/Rickey_Bonds" title="">Rickey Bonds</a></li>
 +
      <li class="style4"></li>
 +
      <li class="style4">Undergraduate Researchers</li>
 +
      <li class="style11"><a href="https://2007.igem.org/Arthur_Yu" title="">Arthur Yu</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Austin_Day" title="">Austin Day</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/David_Tulga" title="">David Tulga</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Kristin_Doan" title="">Kristin Doan</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Samantha_Liang" title="">Samantha Liang</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Vaibhavi_Umesh" title="">Vaibhavi Umesh</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Kristin_Fuller" title="">Kristin Fuller</a></li>
 +
      <li class="style4"></li>
 +
      <li class="style4">High School Students</li>
 +
      <li class="style11"><a href="https://2007.igem.org/Vincent_Parker" title="">Vincent Parker</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Nhu_Nguyen" title="">Nhu Nguyen</a></li>
 +
      <li class="style11"><a href="https://2007.igem.org/Hannah_Cole" title="">Hannah Cole</a></li>
 +
</ul>
 +
</li>
 +
 +
               
-
</body>
+
<li><a title=""><strong>Team Resources</strong></a>
-
</html>
+
<ul>
 +
  <li class="style4"></li>
 +
                      <li class="style4"></li>
 +
                      <li class="style11"><a href="http://spreadsheets.google.com/ccc?key=pUQEpr4ZqU9TxjeURaNm1Vw">Oligo List Spreadsheet</a></li>
 +
                      <li class="style11"><a href="http://spreadsheets.google.com/ccc?key=pUQEpr4ZqU9TerIU8gSvKbQ">Clonesaver Spreadsheet</a></li>
 +
                      <li class="style11"><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2007&group=Berkeley_UC">Our Biobrick Parts</a></li>
 +
                      <li class="style11"><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2007&group=Berkeley_UC">All Construction Files</a></li>
 +
                      <li class="style11"><a href="https://2007.igem.org/BerkiGEM2007_AllSequencingFiles">All Sequencing Files</a></li>
 +
                      <li class="style4"></li>
 +
  <li class="style4"">Tools and Guides</li>
 +
  <li class="style11"><a href="http://www.openwetware.org/wiki/Arking:JCAOligoTutorialHome">Biobricks and Cloning Tutorials</a></li>
 +
  <li class="style11"><a href="http://pir.georgetown.edu/pirwww/search/pairwise.shtml">Pairwise Alignment Online</a></li>
 +
  <li class="style11"><a href="http://align.genome.jp/">Multiple Sequence Alignment</a></li>
 +
  <li class="style11"><a href="http://en.wikipedia.org/wiki/Help:Wikitext_examples">Wiki Formatting Guide</a></li>
 +
  <li class="style4"></li>
 +
  <li class="style4">Useful Links</li>
 +
  <li class="style11"><a href="http://openwetware.org/wiki/IGEM:UC_Berkeley/2006">UC Berkeley iGEM 2006 OpenWetWare</a></li>
 +
  <li class="style11"><a href="http://parts2.mit.edu/wiki/index.php/University_of_California_Berkeley_2006">UC Berkeley iGEM 2006 Wiki</a></li>
 +
  <li class="style11"><a href="http://partsregistry.org/Main_Page">Registry of Standard Biological Parts</a></li>
 +
  <li class="style11"><a href="http://parts2.mit.edu/r/parts/partsdb/pgroup.cgi?pgroup=iGEM&group=iGEM_Berkeley">Biobricks Parts List 2005</a></li>
 +
  <li class="style11"><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2006&group=Berkeley">Biobricks Parts List 2006</a></li>
 +
  <li class="style11"><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2007&group=Berkeley_UC">Biobricks Parts List 2007</a></li>
 +
  <li class="style11"><a href="http://openwetware.org/wiki/Arking:JCAOligoTutorialHome">Tutorials</a></li>
 +
</ul>
 +
<li><a title=""><strong>Team Notebooks</strong></a><ul><li class="style4"></li>
 +
<li class="style4"></li>
 +
    <li class="style11"><a href="https://2007.igem.org/John_Dueber_Notebook">John Dueber Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Christopher_Anderson_Notebook">Christopher Anderson Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Farnaz_Nowroozi_Notebook">Farnaz Nowroozi Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Amin_Hajimorad_Notebook">Amin Hajimorad Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Rickey_Bonds_Notebook">Ricky Bonds Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Arthur_Yu_Notebook">Arthur Yu Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Austin_Day_Notebook">Austin Day Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/David_Tulga_Notebook">David Tulga Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Kristin_Doan_Notebook">Kristin Doan Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Samantha_Liang_Notebook">Samantha Liang Notebook (June - July 19)</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Samantha_Liang_Notebook2">Samantha Liang Notebook (July 20 and on)</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Vaibhavi_Umesh_Notebook">Vaibhavi Umesh Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Kristin_Fuller_Notebook">Kristin Fuller Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Vincent_Parker_Notebook">Vincent Parker Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Nhu_Nguyen_Notebook">Nhu Nguyen Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/Hannah_Cole_Notebook">Hannah Cole Notebook</a></li>
 +
    <li class="style11"><a href="https://2007.igem.org/BerkiGEM2007Setup">Wiki Setup</a></li>
 +
</ul>
-
<html>
+
<div id="apDiv4"><img src="https://static.igem.org/mediawiki/2007/8/8e/Red_Bacterium_With_Link_LinesV5.gif" alt="" name="RedBacterium" width="595" height="600" id="RedBacterium" /></div>
-
<body>
+
<div id="apDiv5">
-
 
+
   <div align="center">
-
<h4>Cell backgrounds:</h4>
+
    <p>&nbsp;</p>
-
<table border="1">
+
    <p>&nbsp;</p>
-
<tr>
+
    <p>&nbsp;</p>
-
   <td bgcolor="red">First</td>
+
    <p>&nbsp;</p>
-
  <td>Row</td>
+
    <p>&nbsp;</p>
-
</tr>  
+
    <p>&nbsp;</p>
-
<tr>
+
    <p><img name="OxygenTransportMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""><img name="AntioxidantsMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""><img name="ImmunityMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""><img name="GrowthControlMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""><img name="ControllerMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""><img name="StorageMenu" src="https://static.igem.org/mediawiki/2007/2/2a/LargeUnexpandedMenuButton.jpg" width="155" height="40" alt=""></p>
-
  <td
+
  </div>
-
  background="bgdesert.jpg">
+
</div>
-
  Second</td>
+
<div id="apDiv6">  
-
  <td>Row</td>
+
   <div align="center">   <strong>Oxygen Transport</strong><br>
-
</tr>
+
   <img name="HemoglobinButton" src="https://static.igem.org/mediawiki/2007/c/cf/HemoglobinButton.gif" width="100" height="100" alt=""><img name="Heme" src="https://static.igem.org/mediawiki/2007/4/48/HemeButton.gif" width="100" height="100" alt=""><img name="AHSPButton" src="https://static.igem.org/mediawiki/2007/b/b5/AHSPButton.gif" width="100" height="100" alt=""><br>
-
</table>
+
   </div>
-
 
+
</div>
-
</body>
+
<div id="apDiv11">
-
</html>
+
   <div align="center"><strong>Immunity <br>
-
 
+
    <br>
-
 
+
  </strong><img name="ImmunityButton" src="https://static.igem.org/mediawiki/2007/f/f9/ImmunityButton.gif" width="150" height="100" alt=""></div>
-
 
+
</div>
-
<html>
+
<div id="apDiv13">
-
<body>
+
  <div align="center"><strong>Storage</strong><img name="TrehaloseButton" src="https://static.igem.org/mediawiki/2007/7/7a/TrehaloseButton.gif" width="100" height="100" alt=""></div>
-
 
+
</div>
-
<table width="400" border="1">
+
<div id="apDiv14">
-
<tr>
+
  <div align="center"><strong>System Controller</strong><img name="ControllerButton" src="https://static.igem.org/mediawiki/2007/c/cd/2PlasmidButton.gif" width="100" height="100" alt=""></div>
-
  <th align="left">Money spent on....</th>
+
</div>
-
  <th align="right">January</th>
+
<div id="apDiv16">
-
  <th align="right">February</th>
+
  <div align="center"><strong>Kill Switch</strong><img name="KillSwitchButton" src="https://static.igem.org/mediawiki/2007/f/ff/KillSwitchButton.gif" width="100" height="100" alt=""></div>
-
</tr>
+
</div>
-
<tr>
+
<div id="apDiv19">
-
  <td align="left">Clothes</td>
+
  <div align="center"><strong>Antioxidants</strong></div>
-
  <td align="right">$241.10</td>
+
  <div align="center"><img name="SODButton" src="https://static.igem.org/mediawiki/2007/4/45/SODButton.gif" width="100" height="88" alt=""><img name="CatalaseButton" src="https://static.igem.org/mediawiki/2007/b/b3/CatalaseButton.gif" width="100" height="100" alt=""></div>
-
  <td align="right">$50.20</td>
+
</div>
-
</tr>
+
<div id="apDiv20">
-
<tr>
+
  <div align="center"><strong>Growth Control</strong><img name="GrowthControlButton" src="https://static.igem.org/mediawiki/2007/b/bf/DNADeletionButton.gif" width="100" height="100" alt=""></div>
-
  <td align="left">Make-Up</td>
+
</div>
-
   <td align="right">$30.00</td>
+
<div id="apDiv22"><strong>Oxygen Transport</strong></div>
-
   <td align="right">$44.45</td>
+
<div id="apDiv23"><strong>Antiodixants</strong></div>
-
</tr>
+
<div id="apDiv24"><strong>Immunity</strong></div>
-
<tr>
+
<div id="apDiv25"><strong>Growth Control</strong></div>
-
  <td align="left">Food</td>
+
<div id="apDiv26"><strong>System Controller</strong></div>
-
  <td align="right">$730.40</td>
+
<div id="apDiv27"><strong>Storage</strong></div>
-
  <td align="right">$650.00</td>
+
-
</tr>
+
-
<tr>
+
-
   <th align="left">Sum</th>
+
-
  <th align="right">$1001.50</th>
+
-
   <th align="right">$744.65</th>
+
-
</tr>
+
-
</table>
+
-
 
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
<html>
+
-
<body>
+
-
 
+
-
<form action="">
+
-
<input type="button" value="Hello world!">
+
-
</form>
+
-
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
<html>
+
-
<body background="test.jpg">
+
-
 
+
-
<h3>Look: A background image!</h3>
+
-
 
+
-
<p>Both gif and jpg files can be used as HTML backgrounds.</p>
+
-
 
+
-
<p>If the image is smaller than the page, the image will repeat itself.</p>
+
-
 
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<html>
+
-
<body>
+
-
 
+
-
<p>
+
-
An image
+
-
<img src="hackanm.gif"
+
-
align="bottom" width="48" height="48">  
+
-
in the text
+
-
</p>
+
-
 
+
-
<p>
+
-
An image
+
-
<img src ="hackanm.gif"
+
-
align="middle" width="48" height="48">  
+
-
in the text
+
-
</p>
+
-
 
+
-
<p>
+
-
An image
+
-
<img src ="hackanm.gif"
+
-
align="top" width="48" height="48">  
+
-
in the text
+
-
</p>
+
-
 
+
-
<p>Note that bottom alignment is the default alignment</p>
+
-
 
+
-
<p>
+
-
An image
+
-
<img src ="hackanm.gif"
+
-
width="48" height="48">  
+
-
in the text
+
-
</p>
+
-
 
+
-
<p>
+
-
<img src ="hackanm.gif"
+
-
width="48" height="48">  
+
-
An image before the text
+
-
</p>
+
-
 
+
-
<p>
+
-
An image after the text
+
-
<img src ="hackanm.gif"
+
-
width="48" height="48">  
+
-
</p>
+
-
 
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<html>
+
-
<body>
+
-
<p>
+
-
You can also use an image as a link:
+
-
<a href="lastpage.htm">
+
-
<img border="0" src="buttonnext.gif" width="65" height="38">
+
-
</a>
+
-
</p>
+
-
 
+
-
</body>
+
-
</html>
+
-
 
+
-
 
+
-
 
+
-
<html>
+
-
<body>
+
-
 
+
-
<p>
+
-
Move the mouse over the image, and look at the status bar to see how the
+
-
coordinates change.
+
-
</p>
+
-
<input type="submit" onclick="javascript:document.getElementById('joshdiv').display = 'block'" />
+
-
<p>
+
-
<a href="tryhtml_ismap.htm" onmouseover="javascript:document.joshdiv.display = 'block'">
+
-
<img src="planets.gif"
+
-
ismap width="146" height="126">Blah
+
-
</a>
+
-
<div id="joshdiv" name="joshdiv" position="fixed" style="display:none; bgcolor:#CCCCCC;" width="400" height="400">hh</div>
+
-
 
+
-
</p>
+
-
 
+
</body>
</body>
</html>
</html>

Revision as of 05:56, 7 October 2007















































































Untitled Document