<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > YaCy '#[clientname]#': Search Page< / title >
#%env/templates/metas.template%#
< / head >
< body id = "DetailedSearch" onload = "document.getElementById('search').focus()" >
#%env/templates/header.template%#
< h2 > Detailed Search< / h2 >
#(num-results)#
::
< p > < strong > #[linkcount]#< / strong > results from < strong > #[orderedcount]#< / strong > ordered links from < strong > #[filteredcount]#< / strong > filtered links of a total number of < strong > #[totalcount]#< / strong > known.< / p >
#(/num-results)#
< form class = "dsearch" action = "DetailedSearch.html" method = "get" enctype = "multipart/form-data" >
< fieldset >
< input type = "text" name = "search" id = "search" value = "#[search]#" size = "50" maxlength = "250" / >
< input type = "submit" name = "Enter" value = "Search" / >
< / fieldset >
< fieldset >
< legend > Query Attributes< / legend >
< dl >
< dt > < label for = "global" > Global:< / label > < / dt >
< dd > < input type = "checkbox" name = "global" id = "global" # [ globalChecked ] # / > < / dd >
< dt > < label for = "postsort" > Post-Sort:< / label > < / dt >
< dd > < input type = "checkbox" name = "postsort" id = "postsort" # [ postsortChecked ] # / > < / dd >
< dt > < label for = "localCount" > Max. number of results:< / label > < / dt >
< dd > < input type = "text" name = "localCount" id = "localCount" value = "#[localCount]#" size = "4" maxlength = "5" / > < / dd >
< dt > < label for = "localTime" > Max. search time (seconds):< / label > < / dt >
< dd > < input type = "text" name = "localTime" id = "localTime" value = "#[localTime]#" size = "4" maxlength = "3" / > < / dd >
< dt > < label for = "localWDist" > Max. word distance:< / label > < / dt >
< dd > < input type = "text" name = "localWDist" id = "localWDist" value = "#[localWDist]#" size = "4" maxlength = "4" / > < / dd >
< / dl >
< / fieldset >
< fieldset >
< legend > Pre-Ranking< / legend >
< dl > #{attrPre}#
< dt > < label for = "#[nameorg]#" > #[name]#< / label > :< / dt >
< dd id = "#[nameorg]#" > #{select}#
< input type = "radio" name = "#[nameorg]#" value = "#[value]#" # ( checked ) # :: checked = "checked" # ( / checked ) # / > #{/select}#
#[value]#
< / dd > #{/attrPre}#
< / dl >
< / fieldset >
< fieldset >
< legend > Post-Ranking< / legend >
< dl > #{attrPost}#
< dt > < label for = "#[nameorg]#" > #[name]#< / label > < / dt >
< dd id = "#[nameorg]#" > #{select}#
< input type = "radio" name = "#[nameorg]#" value = "#[value]#" # ( checked ) # :: checked = "checked" # ( / checked ) # / > #{/select}#
#[value]#
< / dd > #{/attrPost}#
< / dl >
< / fieldset >
< fieldset >
< input type = "submit" name = "EnterRanking" value = "Set as Default Ranking" / >
< input type = "submit" name = "ResetRanking" value = "Re-Set to Built-In Ranking" / >
< / fieldset >
< / form >
#(type)#
#(excluded)#
::
< p > < strong > The following words are stop-words and had been excluded from the search: #[stopwords]#.< / strong > < / p >
#(/excluded)#
#(combine)#
::
< p > < strong > Topwords< / strong > (to refine search):
#{words}#
< a href = "DetailedSearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&resource=#[resource]#&time=#[time]##[ranking]#" > #[word]#< / a >
#{/words}#
< / p >
#(/combine)#
<!-- linklist begin -->
#{results}#
<!-- link begin -->
< div class = "searchresults" >
< div class = "urlactions" >
< a href = "#[delete]#" title = "delete" class = "deletelink" > < img src = "/env/grafics/empty.gif" title = "delete" alt = "delete" class = "deleteIcon" / > < / a >
< / div >
< h4 class = "linktitle" > < a href = "#[url]#" > #[description]#< / a > < / h4 >
#(snippet)#::< p class = "snippet" > < em > #[text]#< / em > < / p > #(/snippet)#
< p class = "url" > < a href = "#[url]#" id = "url#[urlhash]#" > #[urlname]#< / a > < / p >
< p class = "urlinfo" > #[date]# | YBR-#[ybr]# | < a href = "ViewFile.html?urlHash=#[urlhash]#&words=#[words]#" > Info< / a > < / p >
< p class = "urlinfo" > #[rankingprops]#< / p >
< / div >
<!-- link end -->
#{/results}#
#(/type)#
<!-- linklist end -->
#%env/templates/footer.template%#
< / body >
< / html >