search.adp
Delivered as text/html
Related Files
- packages/file-storage/www/search.tcl
- packages/file-storage/www/search.adp
- packages/file-storage/www/search-postgresql.xql
- packages/file-storage/www/search-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<master> <property name="doc(title)">#file-storage.Search_Results#</property> <property name="context">@context;literal@</property> <if @results:rowcount@ eq 0> <p>#file-storage.lt_Your_search_on_query_# </if> <else> <p>#file-storage.lt_Your_search_on_query__1# <ul> <multiple name="results"> <li><a href="file?file_id=@results.file_id@">@results.title@</a> </multiple> </ul> </else> <form method=POST action=search> #file-storage.Search_again# <input type="text" size="30" name="query"> </form>