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.
47 lines
1.9 KiB
47 lines
1.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]#': Websearch Comparison</title>
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Compare Yacy on '#[clientname]#'" href="opensearchdescription.xml?compare_yacy=true" />
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body>
|
|
#(display)#
|
|
#%env/templates/simpleheader.template%#
|
|
::
|
|
#%env/templates/header.template%#
|
|
::
|
|
#%env/templates/embeddedheader.template%#
|
|
#(/display)#
|
|
<fieldset>
|
|
<legend>Websearch Comparison</legend>
|
|
<form action="" method="get" accept-charset="UTF-8">
|
|
<p><input type="text" class="searchinput" name="query" value="#[search_query]#" size="20" /><input type="submit" value="Compare" />
|
|
Left Search Engine
|
|
<select name="left">
|
|
#{searchengines}#
|
|
<option #(leftengine)#::selected="selected"#(/leftengine)#>#[searchengine]#</option>
|
|
#{/searchengines}#
|
|
</select>
|
|
Right Search Engine
|
|
<select name="right">
|
|
#{searchengines}#
|
|
<option #(rightengine)#::selected="selected"#(/rightengine)#>#[searchengine]#</option>
|
|
#{/searchengines}#
|
|
</select>
|
|
<input type="hidden" name="display" value="#[display]#" />
|
|
</p>
|
|
</form>
|
|
</fieldset>
|
|
#(search)#
|
|
::
|
|
<fieldset>
|
|
<legend>Search Result</legend>
|
|
<object type="text/html" data="#[left]##[query]#" style="width:49%;height:1600px;overflow:scroll;"></object>
|
|
<object type="text/html" data="#[right]##[query]#" style="width:49%;height:1600px;overflow:scroll;"></object>
|
|
</fieldset>
|
|
#(/search)#
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|