From: <rv...@us...> - 2009-07-02 22:49:59
|
Revision: 170 http://treebase.svn.sourceforge.net/treebase/?rev=170&view=rev Author: rvos Date: 2009-07-02 22:49:58 +0000 (Thu, 02 Jul 2009) Log Message: ----------- Adding CQL search box page fragment Added Paths: ----------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp Added: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp (rev 0) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp 2009-07-02 22:49:58 UTC (rev 170) @@ -0,0 +1,26 @@ +<%@ include file="/common/taglibs.jsp"%> + +<a onclick="TreeBASE.collapseExpand('CQLBox','block',this)" + style="border:none" + title="collapse"> + <img + class="iconButton" + src="<fmt:message key="icons.expand"/>" + style="vertical-align:middle" + alt="collapse" /> Advanced search... +</a> +<fieldset id="CQLBox" style="display:none"> + <legend> + CQL query testing + </legend> + <p> + The TreeBASE website can be searched using a subset of constructs from the + <a href="http://www.loc.gov/standards/sru/specs/cql.html">CQL</a> specification. For + more information on how this is used, visit the + <a href="/treebase-web/help/urlAPI.jsp">TreeBASE help page about searching</a>. + </p> + <div> + <textarea name="query" style="width:100%">Try CQL query here</textarea><br/> + <input type="submit" style="width:100%" value="Evaluate query"/> + </div> +</fieldset> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |