Difference:
WebScripts
(3 vs. 4)
Revision 4
01 Jun 2007 - MoisesMachado
Line: 1 to 1
META TOPICPARENT
name="ProjetoGrafico"
Javascript adicionado no site
Line: 20 to 20
// Armengue pro menu funcionar na disgrama do MSIE: startList = function() {
Changed:
<
<
if (document.all&&document.getElementById) { navRoot = document.getElementById("nav");
>
>
if (navigator.appName.indexOf("Microsoft") > -1) { navRoot = document.getElementById("menu").getElementsByTagName("ul")[0];
for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") {
Line: 39 to 39
window.onload=startList;
// Retira botões do TWiki de certas páginas:
Changed:
<
<
if ( { "WebHome": true, "Contatos": true, "ArquivoDeNotícias": true, }["WebScripts"] ) { document.getElementById("btsTWiki").style.display = "none"; }
>
>
//if ( { // "WebHome": true, // "Contatos": true, // "ArquivoDeNotícias": true, // }["WebScripts"] ) { // document.getElementById("btsTWiki").style.display = "none"; //}
// -->
View topic
|
H
istory
:
r7
<
r6
<
r5
<
r4
|
More topic actions...
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback