You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
6.9 KiB
139 lines
6.9 KiB
<!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%#
|
|
<link rel="alternate" type="application/rss+xml" title="Search for #[former]#" href="yacysearch.rss?search=#[former]#" />
|
|
<link rel="search" type="application/opensearchdescription+xml" title="YaCy Search on '#[clientname]#'" href="opensearchdescription.xml" />
|
|
<script type="text/javascript" src="js/html.js"></script>
|
|
</head>
|
|
<body id="index">
|
|
|
|
#(display)#
|
|
#%env/templates/simpleheader.template%#
|
|
::
|
|
#%env/templates/header.template%#
|
|
::
|
|
#%env/templates/embeddedheader.template%#
|
|
#(/display)#
|
|
|
|
<h2 class="yacy">
|
|
<a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.largeImage]#" alt="yacy" style="margin: auto;"/></a><br /><br />
|
|
#[promoteSearchPageGreeting]#
|
|
</h2>
|
|
|
|
<form class="search" action="yacysearch.html" method="get" id="searchform" accept-charset="UTF-8">
|
|
<fieldset class="maininput">
|
|
<input type="hidden" name="display" value="#[display]#" />
|
|
<input name="query" id="search" type="text" size="52" maxlength="80" value="#[former]#" />
|
|
<input type="submit" name="Enter" value="Search" />
|
|
<!-- <input type="hidden" name="former" value="#[former]#" /> uncommented to detect newsearch //-->
|
|
<input type="hidden" name="verify" value="true" />
|
|
<div class="yacysearch">
|
|
<input type="radio" id="text" name="contentdom" value="text" #(contentdomCheckText)#::checked="checked"#(/contentdomCheckText)# /><label for="text">Text</label>
|
|
<input type="radio" id="image" name="contentdom" value="image" #(contentdomCheckImage)#::checked="checked"#(/contentdomCheckImage)# /><label for="image">Images</label>
|
|
<input type="radio" id="audio" name="contentdom" value="audio" #(contentdomCheckAudio)#::checked="checked"#(/contentdomCheckAudio)# /><label for="audio">Audio</label>
|
|
<input type="radio" id="video" name="contentdom" value="video" #(contentdomCheckVideo)#::checked="checked"#(/contentdomCheckVideo)# /><label for="video">Video</label>
|
|
<input type="radio" id="app" name="contentdom" value="app" #(contentdomCheckApp)#::checked="checked"#(/contentdomCheckApp)# /><label for="app">Applications</label>
|
|
</div>
|
|
#(searchoptions)#
|
|
<input type="hidden" name="maximumRecords" value="10" />
|
|
<input type="hidden" name="startRecord" value="0" />
|
|
<input type="hidden" name="resource" value="global" />
|
|
<input type="hidden" name="urlmaskfilter" value=".*" />
|
|
<input type="hidden" name="prefermaskfilter" value="" />
|
|
<input type="hidden" name="indexof" value="off" />
|
|
</fieldset>
|
|
<p><a href="/index.html?searchoptions=1&display=#[display]#" onclick="this.href='/index.html?searchoptions=1&display=#[display]#&former='+document.getElementById('searchform').search.value+'&contentdom='+radioValue(document.getElementById('searchform').contentdom)">more options...</a></p>
|
|
::
|
|
</fieldset>
|
|
|
|
<table>
|
|
<tr>
|
|
<td><label for="count">Max. number of results</label>:</td>
|
|
<td>
|
|
<select id="count" name="count">
|
|
<option #(count-10)#::selected="selected"#(/count-10)#>10</option>
|
|
<option #(count-50)#::selected="selected"#(/count-50)#>50</option>
|
|
<option #(count-100)#::selected="selected"#(/count-100)#>100</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="resource">Resource</label>:</td>
|
|
<td>
|
|
<select id="resource" name="resource">
|
|
<option value="global" #(resource-global)#::selected="selected"#(/resource-global)#
|
|
#(resource-global-disabled)#::disabled="disabled"#(/resource-global-disabled)#>global</option>
|
|
<option value="local" #(resource-local)#::selected="selected"#(/resource-local)#>local</option>
|
|
</select>
|
|
#(resource-global-disabled)#::
|
|
Global search is disabled because<br />#(reason)#
|
|
<a class="lock" href="ConfigNetwork_p.html">DHT Distribution</a> is::
|
|
<a class="lock" href="ConfigNetwork_p.html">Index Receive</a> is::
|
|
<a class="lock" href="ConfigNetwork_p.html">DHT Distribution and Index Receive</a> are#(/reason)#
|
|
disabled.#(/resource-global-disabled)#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="urlmaskfilter">URL mask</label>:</td>
|
|
<td>#(urlmaskoptions)#
|
|
<input id="urlmaskfilter" name="urlmaskfilter" type="text" size="12" maxlength="80" value="#[urlmaskfilter]#" />
|
|
::
|
|
<input type="radio" name="urlmask" value="yes" checked /> restrict on <input name="urlmaskfilter" type="text" size="12" maxlength="80" value="#[urlmaskfilter]#" />
|
|
<input type="radio" name="urlmask" value="no" /> show all
|
|
#(/urlmaskoptions)#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<label for="prefermaskfilter">Prefer mask</label>:
|
|
</td>
|
|
<td>
|
|
#(prefermaskoptions)#
|
|
<input id="prefermaskfilter" name="prefermaskfilter" type="text" size="12" maxlength="80" value="#[prefermaskfilter]#" />
|
|
::
|
|
<input type="radio" name="prefermask" value="yes" checked="checked" /> restrict on <input name="prefermaskfilter" type="text" size="12" maxlength="80" value="#[prefermaskfilter]#" />
|
|
<input type="radio" name="prefermask" value="no" /> show all
|
|
#(/prefermaskoptions)#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Constraints:
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" id="indexof" name="indexof" #[indexofChecked]# /> <label for="indexof">only index pages</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
#(/searchoptions)#
|
|
</form>
|
|
#(searchoptions)#::
|
|
<form action="index.html" method="get" class="search">
|
|
<p>
|
|
#(publicSearchpage)#
|
|
<button type="submit" name="publicPage" value="0">
|
|
<img src="/env/grafics/lock.gif" alt="authentication required" />
|
|
Disable search function for users without authorization
|
|
</button>
|
|
::
|
|
<button type="submit" name="publicPage" value="1">
|
|
<img src="/env/grafics/lock.gif" alt="authentication required" />
|
|
Enable web search to everyone
|
|
</button>
|
|
#(/publicSearchpage)#
|
|
</p>
|
|
</form>
|
|
#(/searchoptions)#
|
|
#(display)#
|
|
#%env/templates/simplefooter.template%#
|
|
::
|
|
#%env/templates/footer.template%#
|
|
::
|
|
#%env/templates/embeddedfooter.template%#
|
|
#(/display)#
|
|
<img src="cytag.png?icon=invisible&nick=yacyh_#[clientid]#&tag=search" />
|
|
</body>
|
|
</html>
|