Template:Team:Bonn:Network
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<script> | <script> | ||
+ | |||
+ | function node(node) { | ||
+ | var divContent = "subpage-middle"; | ||
+ | var content = document.getElementById(divContent); | ||
+ | getElements(node); | ||
+ | showElements(node,node,"navigation",content.parents,content.childs,content.titleShort,content.titleLong,content.summary,content.text); | ||
+ | } | ||
function showElements(node,mainnode,action,parents,childs,titleShort,titleLong,summary,text) { | function showElements(node,mainnode,action,parents,childs,titleShort,titleLong,summary,text) { | ||
var divContent = "subpage-middle"; | var divContent = "subpage-middle"; |
Revision as of 16:42, 4 October 2013