Team:NYC Software/Templates/nav
From 2011.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
var currentURL=location.href; | var currentURL=location.href; | ||
sliced=currentURL.slice(21); | sliced=currentURL.slice(21); | ||
- | document.write("<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=edit ><font size='1' color=' | + | document.write("<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=edit ><font size='1' color='BA5320'><b>. EDIT .</b></font></a>"); |
+ | |||
+ | document.write( "<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=history ><font size='1' color='F36D21'><b> HISTORY .</b></font></a>"); | ||
+ | document.write("<a href=https://2011.igem.org/Special:MovePage/" + sliced + "><font size='1' color='BA5320'><b> MOVE .</b></font></a>"); | ||
+ | document.write( "<a href=https://2011.igem.org/wiki/index.php?title=" + sliced + "&action=watch ><font size='1' color='F36D21'><b> WATCH .</b></font></a>"); | ||
- | |||
</script> | </script> | ||
Revision as of 01:22, 28 September 2011