<!-- * Set CSS = #search-result li { font-size:80%; font-family:"Liberation Serif", "Times New Roman", serif; } #search-result li span { font-family:"Liberation Sans", Arial, sans-serif } #search-result li { border:1px solid transparent; margin:5px 0px; padding:6px; border:2px dotted transparent } #search-result li.hover { border:2px dotted #CBA } #search-result a { text-decoration:none; color:#432 } #search-result a:hover { color:#000 } .topic-name { font-size:150% } --> <div id="search-result"> %SEARCH{ "%URLPARAM{"search" encode="quote"}%" type="%URLPARAM{"type" encode="quote" default="word"}%" excludetopic="Web*,LayoutTemplate" nonoise="on" zeroresults="Nenhuma página encontrada" format=" 1 <a href='$topic' onmouseover='parentNode.className=\"hover\"' onmouseout='parentNode.className=\"\"'><strong class='topic-name'>$formfield(Título)</strong><br/><span>$summary(400)</span></a>" }% </div><!-- fim id="search-result" --> <script type="text/javascript"> var topicNames = $("#search-result .topic-name"); if ( topicNames.length == 0 ) { $("#search-result")[0].innerHTML = 'Nenhum resultado para a busca "'+$("search").value+'".'; } topicNames.each(function (el) { if ( el.innerHTML == "" ) { el.innerHTML = el.parentNode.href.replace( /^.*\/([^\/]*)$/, "$1" ); } }) </script>
WebPaginaComum
Título
Busca neste Site
This topic: FAT
>
WebSearch
Topic revision: r12 - 27 Jul 2009 - 20:10:41 -
AurelioAHeckert
?
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