diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-10-26 00:33:36 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-10-26 00:33:36 +0200 |
| commit | f1bfe643619c1f5fc9615301ef18c5552dc56009 (patch) | |
| tree | c39c63c621b4d1c13d0ad73633391d840826abea /htroot/compare_yacy.html | |
| parent | 2f57327f2040d7b2a0ed105a54a7d840b82f0231 (diff) | |
integrated startpage to compare_yacy
Diffstat (limited to 'htroot/compare_yacy.html')
| -rw-r--r-- | htroot/compare_yacy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/compare_yacy.html b/htroot/compare_yacy.html index eec40e773..9845da069 100644 --- a/htroot/compare_yacy.html +++ b/htroot/compare_yacy.html @@ -2,7 +2,7 @@ <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" /> + <link rel="search" type="application/opensearchdescription+xml" title="Compare Yacy on '#[clientname]#'" href="opensearchdescription.xml?compare_yacy=true&left=#[search_left]#&right=#[search_right]#" /> #%env/templates/metas.template%# </head> <body> @@ -16,7 +16,7 @@ <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" /> + <p><input type="text" class="searchinput" name="query" value="#[search_query]#" size="40" onFocus="this.select()"/><input type="submit" value="Compare" /> Left Search Engine <select name="left"> #{searchengines}# |
