Team:Heidelberg/Template

From 2010.igem.org

(Difference between revisions)
Line 578: Line 578:
}
}
window.onload=startList;
window.onload=startList;
 +
</script>
 +
 +
<script type="text/javascript">
 +
function removeUglyChar () {
 +
 +
var arr = document.getElementsByTagName("span");
 +
var count = arr.length;
 +
 +
for (var i=0;i<count;i++) {
 +
var arri = arr[i];
 +
 +
if(arri.className== "editsection") {
 +
var arritext = arri.innerHTML
 +
arritext = arritext.replace(/^\[/, "");
 +
arritext = arritext.replace(/\]$/, "");
 +
};
 +
};
 +
}
 +
window.onload = removeUglyChar ();
</script>
</script>
Line 687: Line 706:
<a class="aNote_Material" href="https://2010.igem.org/Team:Heidelberg/Notebook/Material">Material</a><br>
<a class="aNote_Material" href="https://2010.igem.org/Team:Heidelberg/Notebook/Material">Material</a><br>
<a class="aNote_Methods" href="https://2010.igem.org/Team:Heidelberg/Notebook/Methods">Methods</a><br>
<a class="aNote_Methods" href="https://2010.igem.org/Team:Heidelberg/Notebook/Methods">Methods</a><br>
-
<a class="aNote_Psycho" href="https://2010.igem.org/Team:Heidelberg/Human_Practices/Psychology/Notebook">Psychological Survey</a><br>
+
<a class="aNote_Psycho" href="https://2010.igem.org/Team:Heidelberg/Human_Practices/Psychology/Notebook">Psichological Survey</a><br>
-
                                 <a class="aNote_Philo" href="https://2010.igem.org/Team:Heidelberg/Human_Practices/Philosophy/Part2">Philosophical Reflection</a><br>
+
                                 <a class="aNote_Philo" href="https://2010.igem.org/Team:Heidelberg/Human_Practices/Philosophy/Part2">Philosophical reflection</a><br>
                                 <a class="aNote_Biosafety" href="https://2010.igem.org/Team:Heidelberg/Notebook/Biosafety">Biosafety</a><br>
                                 <a class="aNote_Biosafety" href="https://2010.igem.org/Team:Heidelberg/Notebook/Biosafety">Biosafety</a><br>

Revision as of 00:46, 26 October 2010