---+!! Javascript adicionado no site <verbatim> %STARTINCLUDE% <script type="text/javascript"> <!-- // Muda o target de todo link externo para que se abra em nova janela: var urlLocalER = new RegExp( "%SCRIPTURL{view}%/%WEB%".replace( /^https?:/, "^https?:" ).replace( /view/, "[^/]+" ) + ".*" ); var links = document.getElementsByTagName("a"); for ( var i=0; link=links[i]; i++ ) { if ( ( !urlLocalER.test(link.href) ) && (!link.target) ) { link.target = "_blank"; } } // Armengue pro menu funcionar na disgrama do MSIE: activateMenu = function(nav) { /* currentStyle restricts the Javascript to IE only */ if (document.all && document.getElementById(nav).currentStyle) { var navroot = document.getElementById(nav); /* Get all the list items within the menu */ var lis=navroot.getElementsByTagName("LI"); for (i=0; i<lis.length; i++) { /* If the LI has another menu level */ if(lis[i].lastChild.tagName=="UL"){ /* assign the function to the LI */ lis[i].onmouseover=function() { /* display the inner menu */ this.lastChild.style.display="block"; } lis[i].onmouseout=function() { this.lastChild.style.display="none"; } } } } } //document.onkeypress=keypress; window.onload= function(){ /* pass the function the id of the top level UL */ /* remove one, when only using one menu */ activateMenu('nav'); // activateMenu('vertnav'); } // Retira botões do TWiki de certas páginas: //if ( { // "WebHome": true, // "Contatos": true, // "ArquivoDeNotícias": true, // }["<nop>%BASETOPIC%"] ) { // document.getElementById("btsTWiki").style.display = "none"; //} // --> </script> %STOPINCLUDE% </verbatim>
This topic: PROGESP
>
PROGESPProjetoGrafico
>
WebScripts
Topic revision: r7 - 23 Sep 2008 - 15:54:24 -
PesquisadoresProgesp
?
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