Hi Jim,
<form action="/xwiki/bin/view/Main/LuceneSearch">
<input id="globalsearchinput" type="text" name="text" value="$msg.get('panels.search.inputText')" size="45" onfocus="if (this.value == 'Type your search text here.') value=''; this.select();" onblur="if (this.value == '') value='$msg.get('panels.search.inputText')'; this.blur()"/>
<input class="button" value="$msg.get('panels.search.submit')" type="image" src="$xwiki.getSkinFile("go.png")"/>
</form>
If I wanted to have a page that presented the Lucene search engine (a la the Google home page), what is the 'right' way to do this?
I'm guessing that it's to #include Main.Search ?
Thanks in advance.
--
Jim Dowson
CTO, Global Services, EMC Corporation
Linx: (617) 598-0505
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users