Team:Heidelberg/Modeling/miGUI
From 2010.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
#main_page {width: 600px; height: 600px; background:transparent;} | #main_page {width: 600px; height: 600px; background:transparent;} | ||
#area_map {width: 600px; height: 380px; } | #area_map {width: 600px; height: 380px; } | ||
- | .forms { | + | .forms {display:none;} |
- | .formoutput { | + | .formoutput {display:none;} |
- | #inputformtable {background:transparent; | + | #inputformtable {background:transparent;align:center;} |
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 19: | Line 19: | ||
var v = f.elements[0]; | var v = f.elements[0]; | ||
dataarray[num] = v.value; | dataarray[num] = v.value; | ||
- | document.getElementById("outform"+num).style. | + | document.getElementById("outform"+num).style.display = "block"; |
document.forms["formout"+num].elements[0].value = dataarray[num];} | document.forms["formout"+num].elements[0].value = dataarray[num];} | ||
function one(num) | function one(num) | ||
{ for (var i=1; i<=9; i++) { | { for (var i=1; i<=9; i++) { | ||
- | document.getElementById(i).style. | + | document.getElementById(i).style.display = "none"; |
} | } | ||
- | document.getElementById(num).style. | + | document.getElementById(num).style.display = "block"; |
} | } | ||
Line 32: | Line 32: | ||
</head> | </head> | ||
</html> | </html> | ||
- | {{:Team:Heidelberg/Pagetop| | + | {{:Team:Heidelberg/Pagetop|mi_GUI}} |
<html> | <html> | ||
- | < | + | <body> |
- | + | ||
- | + | ||
<div id="main_page"> | <div id="main_page"> | ||
<div id="area_map"> | <div id="area_map"> | ||
Line 99: | Line 97: | ||
{{:Team:Heidelberg/Pagemiddle}} | {{:Team:Heidelberg/Pagemiddle}} | ||
<html> | <html> | ||
+ | |||
<table id="inputformtable" cellpadding="0" cellspacing="0"> | <table id="inputformtable" cellpadding="0" cellspacing="0"> | ||
Line 104: | Line 103: | ||
Text Text Text Text <br> Text Text Text Text | Text Text Text Text <br> Text Text Text Text | ||
<form name="form1"> | <form name="form1"> | ||
- | + | Variable1 | |
- | <form | + | <form> |
- | <select name=" | + | <select name="menu"> |
<option>aaaa</option> | <option>aaaa</option> | ||
<option>bbbb</option> | <option>bbbb</option> | ||
Line 122: | Line 121: | ||
</td></tr> | </td></tr> | ||
<tr id="3" class="forms"><td> | <tr id="3" class="forms"><td> | ||
- | Text Text Text Text <br> Text Text Text Text | + | <p>Text Text Text Text <br> Text Text Text Text <br></p> |
<form name="form3"> | <form name="form3"> | ||
- | Variable3 | + | <p>Variable3<br><input name="variable3" type="text" size="30" maxlength="30"></p> |
- | <input name="variable3" type="text" size="30" maxlength="30"> | + | |
<input type="button" value="Submit" onClick="getvar(3);"></form> | <input type="button" value="Submit" onClick="getvar(3);"></form> | ||
</td></tr> | </td></tr> | ||
Line 165: | Line 163: | ||
</td></tr> | </td></tr> | ||
</table> | </table> | ||
- | + | </body> | |
</html> | </html> | ||
{{:Team:Heidelberg/Bottom}} | {{:Team:Heidelberg/Bottom}} |
Revision as of 10:28, 17 October 2010
|
|
||||||||||||||||||||