|
|
Line 4: |
Line 4: |
| <SCRIPT LANGUAGE="JavaScript"> | | <SCRIPT LANGUAGE="JavaScript"> |
| | | |
− | //each of these are the main headings for the menu,
| + | {{:Team:Reading/Template:MenuTemplate}} |
− | //lists with one entry are basic links
| + | |
− | //links with two or more are submenus, the first entry is not a link but is displayed
| + | |
− | //each entry must have a matching entry in the list with the "ad" prefix.
| + | |
− | | + | |
− | var home = ["Home"];
| + | |
− | var team = ["Team"];
| + | |
− | var project = ["Project", "Description", "Experiment And Protocols", "Results", "Design"];
| + | |
− | var parts = ["Parts", "Team Parts", "Basic Parts", "Composite Parts", "Part Collection"];
| + | |
− | var notebook = ["Lab book"];
| + | |
− | var attributions = ["Attributions", "Attributions", "Collaborations", "Human Practices"];
| + | |
− | var saftey = ["Saftey"];
| + | |
− | var modeling = ["Modelling"];
| + | |
− | var measument = ["Measument"];
| + | |
− | var software = ["Software"];
| + | |
− | var entrepreneurship = ["Application"];
| + | |
− | var pagenames = [home, team, project, parts, notebook, attributions, saftey, modeling, measument, software, entrepreneurship];
| + | |
− | | + | |
− | var adhome = ["Reading"];
| + | |
− | var adteam = ["Reading/Team"];
| + | |
− | var adproject = ["Reading/Description", "Reading/Experiments", "Reading/Results", "Reading/Design"];
| + | |
− | var adparts = ["Reading/TeamParts", "Reading/BasicParts", "Reading/CompositeParts", "Reading/PartCollection"];
| + | |
− | var adnotebook = ["Reading/Notebook"];
| + | |
− | var adattributions = ["Reading/Attributions", "Reading/Collaborations", "Reading/HumanPractices"];
| + | |
− | var adsaftey = ["Reading/saftey"];
| + | |
− | var admodeling = ["Reading/Modeling"];
| + | |
− | var admeasument = ["Reading/Measument"];
| + | |
− | var adsoftware = ["Reading/Software"];
| + | |
− | var adentrepreneurship = ["Reading/Entrepreneurship"];
| + | |
− | var address = [adhome, adteam, adproject, adparts, adnotebook, adattributions,adsaftey, admodeling, admeasument, adsoftware, adentrepreneurship];
| + | |
− | var menuactive = 0;
| + | |
− | var menucount = 0;
| + | |
| | | |
| function changeBioContent(index){ | | function changeBioContent(index){ |