Template:Peking2012 Color Modeling
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 40: | Line 40: | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | <div class="floatL"><p id="console"></p></div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
/* | /* | ||
Line 112: | Line 113: | ||
listTrigger(sublists_Now); | listTrigger(sublists_Now); | ||
} | } | ||
+ | /* Trigger Function */ | ||
function listTrigger(i) | function listTrigger(i) | ||
{ | { | ||
Line 130: | Line 132: | ||
} | } | ||
} | } | ||
+ | /*DEBUG*/ | ||
+ | function Cout() | ||
+ | { | ||
+ | document.getElementById('console').innerHTML=sublists_Cur+' '+sublists_Now+' '+subLhand_Growth+' '+subLhand_Return+' '+subLhand_Wither[0]+' '+subLhand_Wither[1]+' '+subLhand_Wither[2]; | ||
+ | } | ||
+ | setInterval(Cout,100); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 09:25, 14 September 2012