Team:Valencia

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
<html><style>
 +
<!-- Primer título de la página -->
 +
.firstHeading {
 +
                display:none; <!-- No imprimir nada -->
 +
              }
 +
</style>
 +
</html>
-
<!-- *** End of the alert box *** -->
+
<html>
 +
  <div align=center>
 +
    <embed src="https://static.igem.org/mediawiki/2009/3/39/Banner_val_igem.swf" type="application/x-shockwave-flash" wmode=transparent width="965" height="200"></embed>
 +
  </div>
 +
</html>
 +
<html>
 +
<head>
 +
<script type="text/javascript">
-
{|align="justify"
+
function mouseOverHome()
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
{
-
|-
+
    document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/1/1d/Igem_09_barra_navegacion_03.gif"
-
|
+
}
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
function mouseOutHome()
-
|[[Image:Team.png|right|frame|Your team picture]]
+
{
-
|-
+
    document.getElementById("b1").src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif"
-
|
+
}
-
|align="center"|[[Team:Valencia-Spain | Team Example]]
+
-
|}
+
 +
function mouseOverTeam()
 +
{
 +
    document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/5/5b/Igem_09_barra_navegacion_04.gif"
 +
}
 +
function mouseOutTeam()
 +
{
 +
    document.getElementById("b2").src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif"
 +
}
 +
function mouseOverProyect()
 +
{
 +
    document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/8/84/Igem_09_barra_navegacion_05.gif"
 +
}
 +
function mouseOutProyect()
 +
{
 +
    document.getElementById("b3").src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif"
 +
}
-
<!--- The Mission, Experiments --->
+
function mouseOverHuman()
 +
{
 +
    document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/3/3e/Igem_09_barra_navegacion_06.gif"
 +
}
 +
function mouseOutHuman()
 +
{
 +
    document.getElementById("b4").src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif"
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
function mouseOverNotebook()
-
!align="center"|[[Team:Valencia|Home]]
+
{
-
!align="center"|[[Team:Valencia/Team|The Team]]
+
    document.getElementById("b5").src="https://static.igem.org/mediawiki/2009/d/db/Igem_09_barra_navegacion_07.gif"
-
!align="center"|[[Team:Valencia/Project|The Project]]
+
}
-
!align="center"|[[Team:Valencia/Parts|Parts Submitted to the Registry]]
+
function mouseOutNotebook()
-
!align="center"|[[Team:Valencia/Modeling|Modeling]]
+
{
-
!align="center"|[[Team:Valencia/Notebook|Notebook]]
+
    document.getElementById("b5").src="https://static.igem.org/mediawiki/2009/9/92/Igem_09_barra_navegacion_07_off.gif"
-
|}
+
}
-
(''Or you can choose different headings. But you must have a team page, a project page, and a notebook page.'')
+
 
 +
function mouseOverNews()
 +
{
 +
    document.getElementById("b6").src="https://static.igem.org/mediawiki/2009/a/af/Igem_09_barra_navegacion_08.gif"
 +
}
 +
function mouseOutNews()
 +
{
 +
    document.getElementById("b6").src="https://static.igem.org/mediawiki/2009/c/ce/Igem_09_barra_navegacion_08_off.gif"
 +
}
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
<div style="position:absolute; left:59px; top:197px;">
 +
  <table border="0" cellpadding="0" cellspacing="0">
 +
    <tr>
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverHome()"
 +
onmouseout="mouseOutHome()">
 +
<img border="0" alt="Home" src="https://static.igem.org/mediawiki/2009/d/d5/Igem_09_barra_navegacion_03_off.gif" id="b1" /></a></td>
 +
 
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverTeam()"
 +
onmouseout="mouseOutTeam()">
 +
<img border="0" alt="Team" src="https://static.igem.org/mediawiki/2009/3/35/Igem_09_barra_navegacion_04_off.gif" id="b2" /></a></td>
 +
 
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverProyect()"
 +
onmouseout="mouseOutProyect()">
 +
<img border="0" alt="Proyect" src="https://static.igem.org/mediawiki/2009/e/e1/Igem_09_barra_navegacion_05_off.gif" id="b3" /></a></td>
 +
 
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverHuman()"
 +
onmouseout="mouseOutHuman()">
 +
<img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/7/7b/Igem_09_barra_navegacion_06_off.gif" id="b4" /></a></td>
 +
 
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverNotebook()"
 +
onmouseout="mouseOutNotebook()">
 +
<img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/9/92/Igem_09_barra_navegacion_07_off.gif" id="b5" /></a></td>
 +
 
 +
      <td><a href="http://www.google.com" target="_tab" onmouseover="mouseOverNews()"
 +
onmouseout="mouseOutNews()">
 +
<img border="0" alt="Human" src="https://static.igem.org/mediawiki/2009/c/ce/Igem_09_barra_navegacion_08_off.gif" id="b6" /></a></td>
 +
 
 +
    </tr>
 +
  </table>
 +
</div>
 +
</body>
 +
</html>

Revision as of 03:37, 20 July 2009

Home Team Proyect Human Human Human