Team:LZU-China/tempfortest

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<head>
-
<title>iGEM LZU-CHINA 2014</title>
+
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
-
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
+
<title>无标题文档</title>
<style type="text/css">
<style type="text/css">
-
a:link{color:#fff;text-decoration:none;}  
+
 
-
a:visited{color:#fff;text-decoration:none;}
+
*{
-
a:hover{
+
font-size:14pt;  /*下拉菜单字号*/
-
color:#FF0;
+
font-family:微软雅黑; /*下拉菜单字体*/
-
text-decoration:none;
+
}#nav a{
 +
display:block;
 +
width:105px; /*宽度*/
 +
}
 +
#nav{
 +
margin:0;/*距上边距距离*/
 +
padding:0;} #nav li{ /*距左边距距离*/
 +
float:left; /*left横排,right竖排*/
 +
text-align:center;
 +
 +
}
 +
 +
#nav li a{
 +
color:rgba(190,194,203,0); /*[一级]字体颜色-----OK*/
 +
background:rgba(190,194,203,0); /*[一级]填充颜色----OK*/
 +
height:61px;/*高度*/
 +
}
 +
#nav li a:hover{
 +
color:rgba(190,194,203,0); /*[一级]鼠标到文字上文字的颜色---OK*/
 +
background:rgba(190,194,203,0); /*[一级]鼠标到文字上背景的颜色,最后一位0代表完全透明----OK*/
 +
font-family: "微软雅黑";
 +
}
 +
#nav li ul{
 +
list-style-type:none;
 +
margin:0px;/*下级菜单展开后距上边距距离----OK*/
 +
padding:0px;/*下级菜单展开后距左边距距离----OK*/
 +
display:none;
 +
}
 +
#nav li ul li{
 +
float:none;
 +
}
 +
#nav li ul li a{
 +
width:191px; /*下拉菜单宽度----OK*/
 +
height:28px;/*下拉菜单高度----OK*/
 +
background:rgba(0,83,163,0.65); /*下拉菜单北背景颜色(鼠标未经过)---OK*/
 +
color:#FFF; /*下拉菜单文字颜色(鼠标未经过)----OK*/
 +
}
 +
#nav li ul li a:hover{
 +
background:rgba(0,83,163,0.9); /*下拉菜单背景颜色(鼠标经过)---OK*/
 +
color:#FF0; /*下拉菜单文字颜色(鼠标经过)----OK*/
 +
}
 +
#ddss{
 +
position:absolute;
 +
top:40px;
 +
left:90px;
 +
width:950px;
 +
height:20px;
 +
background:#CCC;
 +
margin:5px 0 0 0;
 +
z-index:1
 +
}
 +
.yy{clear:both;height:10px;line-height:1px;font-size:1px;}
 +
#ddst{
 +
position:absolute;/*整体位置*/
 +
top:10px;
 +
left:90px;
 +
margin:5px 0 0 0;
 +
z-index:2
 +
}
 +
 
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 
 +
.firstHeading {
 +
width: 975px;
 +
margin: 0px auto;
 +
padding-top: 100px;
 +
margin-bottom: 20px;
 +
font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
 
 +
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
 +
 
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
 
 +
body {
 +
background-color: #fff;
 +
}
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 
 +
#contentcontainer { /*-- creates container for all content on page --*/
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #transparent;
 +
margin-top: 0px;
 +
}
 +
 
 +
.sidemenu, .sidemenu li {
 +
list-style-type: none;
 +
list-style-image: none;
 +
font-family: verdana;
 +
text-decoration: none;  
 +
color:#000;
 +
font-size: 14px;
 +
}
 +
 
 +
.sidemenu li {display: block;}
 +
 
 +
.sidemenu a {
 +
text-decoration:none;
 +
color: #000;
 +
display: block;
 +
width: 180px;
 +
height: 100%;
 +
padding: 3px 5px;
 +
transition: .25s ease-in-out;
 +
-moz-transition: .25s ease-in-out;
 +
-webkit-transition: .25s ease-in-out;
 +
}
 +
 
 +
.sidemenu a.greyout { color: #909090; }
 +
 
 +
.sidemenu a:hover {
 +
color:#666;  
 +
background-color: #d9f5aa;
 +
}
 +
 
 +
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 +
.sub-sidemenu a {color: #666;}
 +
 
 +
div.underconst
 +
{
 +
padding:10px;
 +
border-radius:5px;
 +
background-color:pink;
 +
text-align:center;
 +
}
 +
 
 +
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 +
 
 +
.contentpara {margin-bottom: 30px;}
 +
 
 +
span.email{font-family: monospace; font-weight: normal;}
 +
 
 +
fieldset {border: 1px solid #337f53;}
 +
 
 +
.greyout {color: #A0A0A0;}
 +
.highlightme {background-color: #FFFF00;}
 +
 
 +
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
 +
#annContainer {margin-left: 8px;}
 +
#newsContainer {border: 1px solid #ccc;}
 +
 
 +
.newsTitle {
 +
display: block;
 +
color: #414141;
 +
font-size: 25px; 
 +
        font-family: Georgia, Times, "Times New Roman", serif;
 +
padding: 10px 15px 5px 10px;
 +
border-bottom: 1px solid #ccc;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
.newsItem {
 +
border-bottom: 1px solid #ccc;
 +
display: block;
 +
padding: 5px 15px 0px 10px;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
.newsItem h3 {
 +
width: auto;
 +
display: inline;
 +
font-size: 14px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
 
 +
.newsItem img {
 +
float: right;
 +
clear: right;
 +
width: 80px;
 +
padding-left: 15px;
 +
display: inline-block;
 +
}
 +
 
 +
.newsItem .newsDate {
 +
font-style: italic;
 +
font-size: 14px;
 +
display: inline-block;
 +
color: #999;
 +
float: right;
 +
padding: 0px 0px 10px 15px;
 +
}
 +
 
 +
.newsItem p, .newsItem ul, .newsItem li {
 +
padding: 0px;
 +
margin-left: 20px;
 +
font-size: 12px;
 +
line-height: 1.2;
 +
}
 +
 
 +
.newsItem p {margin-top: 10px;}
 +
 
 +
.annItem {
 +
border: 2px solid #49b677;
 +
display: block;
 +
padding: 0px 15px 10px 10px;
 +
margin-bottom: 18px;
 +
position: relative;
 +
height: 160px;
 +
vertical-align: middle;
 +
}
 +
 
 +
.annItem .annCentered {
 +
display: table-cell;
 +
vertical-align: middle;
 +
height: 160px;
 +
}
 +
 
 +
.annCentered h3 {
 +
padding: 0px;
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;  
text-align: center;
text-align: center;
}
}
 +
 +
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 +
.annItem li {list-style: none; margin: 5px}
 +
 +
#apDiv1 {
#apDiv1 {
Line 20: Line 285:
z-index:1;
z-index:1;
visibility: hidden;
visibility: hidden;
 +
}
 +
#apDiv1 { font-family: "微软雅黑";
 +
}
 +
#apDiv1 { font-weight: bold;
 +
}
 +
#apDiv10 {
 +
position:absolute;
 +
left:0px;
 +
top:861px;
 +
width:1367;
 +
height:181px;
 +
z-index:4;
 +
font-family: "微软雅黑";
 +
font-size: 16px;
 +
visibility: visible;
}
}
#apDiv2 {
#apDiv2 {
Line 49: Line 329:
height:216px;
height:216px;
z-index:2;
z-index:2;
-
background-image: url(bakimage.jpg);
+
background-image: url(https://static.igem.org/mediawiki/2014/c/cc/Bakimage.jpg);
visibility: visible;
visibility: visible;
-
}
 
-
body {
 
-
background-color: #F3F2F8;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: 微软雅黑;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Verdana, Geneva, sans-serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Courier New, Courier, monospace;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Comic Sans MS, cursive;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: MS Serif, New York, serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Times New Roman, Times, serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Verdana, Geneva, sans-serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: Georgia, Times New Roman, Times, serif;
 
-
}
 
-
#apDiv1 table tr td h2 {
 
-
font-family: "微软雅黑";
 
-
font-size: 14pt;
 
-
}
 
-
#apDiv1 {
 
-
font-family: "微软雅黑";
 
-
}
 
-
#apDiv1 {
 
-
font-weight: bold;
 
-
}
 
-
#apDiv1 table tr td {
 
-
font-size: 14pt;
 
-
}
 
-
#apDiv1 table {
 
-
text-align: center;
 
-
color: #FFF;
 
}
}
#apDiv5 {
#apDiv5 {
Line 108: Line 341:
color: #FFF;
color: #FFF;
visibility: hidden;
visibility: hidden;
-
}
 
-
#apDiv5 table tr td {
 
-
font-family: "微软雅黑";
 
-
font-size: 14pt;
 
-
color: #FFF;
 
-
}
 
-
#apDiv6 { position:absolute;
 
-
left:633px;
 
-
top:229px;
 
-
width:192px;
 
-
height:144px;
 
-
z-index:1;
 
-
visibility: visible;
 
-
}
 
-
#apDiv6 { font-family: "微软雅黑";
 
-
}
 
-
#apDiv6 { font-weight: bold;
 
-
}
 
-
#apDiv5 table {
 
-
text-align: center;
 
-
}
 
-
#apDiv7 { position:absolute;
 
-
left:734px;
 
-
top:231px;
 
-
width:182px;
 
-
height:164px;
 
-
z-index:3;
 
-
color: #FFF;
 
-
visibility: visible;
 
-
}
 
-
#apDiv2 table {
 
-
font-size: 14pt;
 
-
text-align: center;
 
-
}
 
-
#apDiv2 table tr td {
 
-
color: #CCC;
 
-
}
 
-
#apDiv2 table tr td {
 
-
color: #FFF;
 
-
}
 
-
#apDiv8 { position:absolute;
 
-
left:855px;
 
-
top:229px;
 
-
width:97px;
 
-
height:83px;
 
-
z-index:1;
 
-
color: #FFF;
 
-
font-family: "微软雅黑";
 
-
font-size: 14pt;
 
-
visibility: visible;
 
-
}
 
-
#apDiv3 table tr td p {
 
-
color: #FFF;
 
-
font-family: "微软雅黑";
 
-
font-size: 14pt;
 
}
}
#apDiv9 {
#apDiv9 {
Line 171: Line 349:
height:828px;
height:828px;
z-index:0;
z-index:0;
-
background-image: url(bakt.png);
+
background-image: url(https://static.igem.org/mediawiki/2014/e/ec/Bakt.png);
text-align: center;
text-align: center;
font-family: "微软雅黑";
font-family: "微软雅黑";
Line 178: Line 356:
visibility: visible;
visibility: visible;
}
}
-
#apDiv10 {
+
#apDiv6 {
position:absolute;
position:absolute;
-
left:0px;
+
left:2px;
-
top:861px;
+
top:860px;
-
width:1367;
+
width:1363px;
height:181px;
height:181px;
-
z-index:4;
+
z-index:5;
-
background-image: url(di.png);
+
font-family: "微软雅黑";
font-family: "微软雅黑";
-
font-size: 16px;
 
-
visibility: visible;
 
}
}
-
#apDiv10 p {
+
#apDiv6 p {
text-align: center;
text-align: center;
-
color: #333;
 
}
}
-
#apDiv9 p strong {
+
#apDiv7 {
-
font-weight: bold;
+
position:absolute;
-
}
+
left:571px;
-
#apDiv3 table tr td {
+
top:155px;
-
font-family: "微软雅黑";
+
width:664px;
-
font-size: 14pt;
+
height:334px;
-
color: #FFF;
+
z-index:6;
}
}
</style>
</style>
 +
</style>
 +
 +
 +
<script type="text/javascript">
<script type="text/javascript">
function MM_showHideLayers() { //v9.0
function MM_showHideLayers() { //v9.0
Line 212: Line 390:
}
}
</script>
</script>
-
</head>
+
 
-
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+
 
<!-- ImageReady Slices (middle - 副本.psd) -->
<!-- ImageReady Slices (middle - 副本.psd) -->
-
<div id="apDiv1" onMouseOver="MM_showHideLayers('apDiv1','','show')" onMouseOut="MM_showHideLayers('apDiv1','','hide')">
+
<div id="apDiv1" onmouseover="MM_showHideLayers('apDiv1','','show')" onmouseout="MM_showHideLayers('apDiv1','','hide')">
   <table width="120" border="0">
   <table width="120" border="0">
     <tr>
     <tr>
Line 237: Line 415:
   <table width="987" height="216" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">
   <table width="987" height="216" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">
     <tr>
     <tr>
-
       <td colspan="6"><img src="images/newhead_01.jpg" width="987" height="155" alt=""></td>
+
       <td colspan="6"><img src="https://static.igem.org/mediawiki/2014/7/77/Newhead_01.jpg" width="987" height="155" alt=""></td>
     </tr>
     </tr>
     <tr>
     <tr>
-
       <td><img src="images/newhead_02.jpg" width="402" height="61" alt=""></td>
+
       <td><img src="https://static.igem.org/mediawiki/2014/e/eb/Newhead_02.jpg" width="402" height="61" alt=""></td>
-
       <td><img src="images/newhead_03.jpg" width="91" height="61" alt=""></td>
+
       <td><a href="https://2014.igem.org/Team:LZU-China"><img src="https://static.igem.org/mediawiki/2014/3/35/Newhead_03.jpg" alt="" width="91" height="61" border="0"></a></td>
-
       <td><img src="images/newhead_04.jpg" alt="" width="85" height="61" onMouseOver="MM_showHideLayers('apDiv1','','show')" onMouseOut="MM_showHideLayers('apDiv1','','hide')"></td>
+
       <td><img src="https://static.igem.org/mediawiki/2014/c/cd/Newhead_04.jpg" alt="" width="85" height="61" border="0"></td>
-
       <td><img src="images/newhead_05.jpg" alt="" width="114" height="61" onMouseOver="MM_showHideLayers('apDiv5','','show')" onMouseOut="MM_showHideLayers('apDiv5','','hide')"></td>
+
       <td><img src="https://static.igem.org/mediawiki/2014/a/a1/Newhead_05.jpg" alt="" width="114" height="61"></td>
-
       <td><img src="images/newhead_06.jpg" alt="" width="120" height="61" onMouseOver="MM_showHideLayers('apDiv2','','show')" onMouseOut="MM_showHideLayers('apDiv2','','hide')"></td>
+
       <td><img src="https://static.igem.org/mediawiki/2014/7/7f/Newhead_06.jpg" alt="" width="120" height="61"></td>
-
       <td><img src="images/newhead_07.jpg" alt="" width="175" height="61" onMouseOver="MM_showHideLayers('apDiv3','','show')" onMouseOut="MM_showHideLayers('apDiv3','','hide')"></td>
+
       <td><img src="https://static.igem.org/mediawiki/2014/3/3a/Newhead_07.jpg" alt="" width="175" height="61"></td>
     </tr>
     </tr>
   </table>
   </table>
</div>
</div>
<!-- End ImageReady Slices -->
<!-- End ImageReady Slices -->
-
<div id="apDiv5" onMouseOver="MM_showHideLayers('apDiv5','','show')" onMouseOut="MM_showHideLayers('apDiv5','','hide')">
+
<div id="apDiv5" onmouseover="MM_showHideLayers('apDiv5','','show')" onmouseout="MM_showHideLayers('apDiv5','','hide')">
   <table width="191" border="0">
   <table width="191" border="0">
     <tr>
     <tr>
Line 272: Line 450:
   </table>
   </table>
</div>
</div>
-
<div id="apDiv2" onMouseOver="MM_showHideLayers('apDiv2','','show')" onMouseOut="MM_showHideLayers('apDiv2','','hide')">
+
<div id="apDiv2" onmouseover="MM_showHideLayers('apDiv2','','show')" onmouseout="MM_showHideLayers('apDiv2','','hide')">
   <table width="191" border="0">
   <table width="191" border="0">
     <tr>
     <tr>
Line 285: Line 463:
   </table>
   </table>
</div>
</div>
-
<div id="apDiv3" onMouseOver="MM_showHideLayers('apDiv3','','show')" onMouseOut="MM_showHideLayers('apDiv3','','hide')">
+
<div id="apDiv3" onmouseover="MM_showHideLayers('apDiv3','','show')" onmouseout="MM_showHideLayers('apDiv3','','hide')">
   <table width="223" height="58" border="0">
   <table width="223" height="58" border="0">
     <tr>
     <tr>
Line 299: Line 477:
   <p><strong>欢迎访问国际遗传学工程机器大赛(<SPAN lang="EN-US">iGEM</SPAN>)兰州大学团队主页!<SPAN lang="EN-US"><BR>
   <p><strong>欢迎访问国际遗传学工程机器大赛(<SPAN lang="EN-US">iGEM</SPAN>)兰州大学团队主页!<SPAN lang="EN-US"><BR>
     Welcome to visit the homepage of iGEM LZU-China!</SPAN><SPAN lang="EN-US"></SPAN></strong><br>
     Welcome to visit the homepage of iGEM LZU-China!</SPAN><SPAN lang="EN-US"></SPAN></strong><br>
-
  <SPAN id="tran_5_0" jQuery17105175891956959193="41" data-aligning="#src_5_0,#tran_5_0"><img src="logo.jpg" width="450" height="450"><br>
+
    <SPAN id="tran_5_0" jQuery17105175891956959193="41" data-aligning="#src_5_0,#tran_5_0"><img src="https://static.igem.org/mediawiki/2014/c/cc/Logolzuchina.jpg" width="450" height="450"><br>
-
  相关页面正在建设中,更多精彩内容敬请期待!<br>
+
      相关页面正在建设中,更多精彩内容敬请期待!<br>
-
  This</SPAN> <SPAN id="tran_5_1" data-aligning="#src_5_1,#tran_5_1">wiki</SPAN> <SPAN id="tran_5_2" jQuery17105175891956959193="39" data-aligning="#src_5_2,#tran_5_2">is  under</SPAN> <SPAN id="tran_5_3" jQuery17105175891956959193="40" data-aligning="#src_5_3,#tran_5_3">construction</SPAN>. <SPAN id="tran_1_2" data-aligning="#src_1_2,#tran_1_2">More</SPAN> <SPAN id="tran_1_3" data-aligning="#src_1_3,#tran_1_3">pages</SPAN> will be updated! </p>
+
      This</SPAN> <SPAN id="tran_5_1" data-aligning="#src_5_1,#tran_5_1">wiki</SPAN> <SPAN id="tran_5_2" jQuery17105175891956959193="39" data-aligning="#src_5_2,#tran_5_2">is  under</SPAN> <SPAN id="tran_5_3" jQuery17105175891956959193="40" data-aligning="#src_5_3,#tran_5_3">construction</SPAN>. <SPAN id="tran_1_2" data-aligning="#src_1_2,#tran_1_2">More</SPAN> <SPAN id="tran_1_3" data-aligning="#src_1_3,#tran_1_3">pages</SPAN> will be updated! </p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
</div>
</div>
-
<div id="apDiv10">
+
<div id="apDiv10"><img src="https://static.igem.org/mediawiki/2014/1/18/Di.png" width="1366" height="181"></div>
-
  <p>&nbsp;</p>
+
<div id="apDiv6">
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
Line 311: Line 489:
   Copyright &copy; 2014 LanZhou University All rights reserved. <a href="http://en.lzu.edu.cn/"; style="color:#333">Privacy Policy</a></p>
   Copyright &copy; 2014 LanZhou University All rights reserved. <a href="http://en.lzu.edu.cn/"; style="color:#333">Privacy Policy</a></p>
</div>
</div>
-
</body>
+
<div id="apDiv7">
 +
  <table width="611" height="330" border="0">
 +
    <tr>
 +
      <td width="605">
 +
      <body><div id="ddst">
 +
<ul id="nav">
 +
<li onmouseover="show('nav_1');" onmouseout="hide('nav_1')" ><a href="#">一</a>
 +
<ul id="nav_1">
 +
        <li><a href="https://2014.igem.org/Team:LZU-China/Team">MEMBERS</a></li>
 +
            <li><a href="#">ADVISORS</a></li>
 +
            <li><a href="#">INSTRUCTORS</a></li>
 +
            <li><a href="#">ACKNOWLEDGMENT</a></li>
 +
        </ul>
 +
    </li>
 +
<li onmouseover="show('nav_2');" onmouseout="hide('nav_2')" ><a href="#">二</a>
 +
  <ul id="nav_2">
 +
        <li><a href="#">ABSTRACT</a></li>
 +
            <li><a href="#">DATA PAGE</a></li>
 +
            <li><a href="#">PARTS</a></li>
 +
            <li><a href="#">RESULT</a></li>
 +
            <li><a href="#">FUTURE WORK</a></li>
 +
            <li><a href="#">SAFETY</a></li>
 +
        </ul>
 +
    </li>
 +
<li onmouseover="show('nav_3');" onmouseout="hide('nav_3')" ><a href="#">三</a>
 +
    <ul id="nav_3">
 +
        <li><a href="http://www.baidu.com">NOTEBOOK</a></li>
 +
            <li><a href="#">INTERVIEWS </a></li>
 +
            <li><a href="#">VIDEOS</a></li>
 +
        </ul>
 +
    </li>
 +
  <li onmouseover="show('nav_4');" onmouseout="hide('nav_4')" ><a href="#">四</a>
 +
    <ul id="nav_4">
 +
        <li><a href="https://igem.org/Team.cgi?id=1523">OFFICAL TEAM PROFILE</a></li>
 +
        <li><a href="https://igem.org/Team.cgi?id=1523"> </a></li>
 +
            <li><a href="https://2013.igem.org/Team:LZU-China">iGEM LZU-CHINA 2013</a></li>
 +
            <li><a href="https://2013.igem.org/Team:LZU-China"> </a></li>
 +
           
 +
        </ul>
 +
    </li>
 +
<li class="yy"></li>
 +
</ul>
 +
<script type="text/javascript">
 +
function show(id){
 +
        document.getElementById(id).style.display='block';
 +
    }
 +
    function hide(id){
 +
        document.getElementById(id).style.display='none';
 +
    }
 +
</script>
 +
</body></td>
 +
    </tr>
 +
  </table>
 +
 
 +
</div>
</html>
</html>

Revision as of 03:12, 8 September 2014

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 无标题文档

MEMBERS
ADVISORS
INSTRUCTORS
ATTRIBUTION
ACKNOWLEDGMENT
ABSTRACT
DATA PAGE
PARTS
RESULT
FUTURE WORK
SAFETY

NOTEBOOK

INTERVIEWS
VIDEOS

 

欢迎访问国际遗传学工程机器大赛(iGEM)兰州大学团队主页!
Welcome to visit the homepage of iGEM LZU-China!


相关页面正在建设中,更多精彩内容敬请期待!
This
wiki is under construction. More pages will be updated!

 

 

 

LanZhou University | 222 TianShui South Road, LanZhou, China, 730000
Copyright © 2014 LanZhou University All rights reserved. Privacy Policy