diff options
| author | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-06 14:45:56 +0000 |
|---|---|---|
| committer | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-06 14:45:56 +0000 |
| commit | 03a16f6c204182497d88ad0225bb6867620d1740 (patch) | |
| tree | 875726716864e5b9c458af3525b6c4b4bef3eff3 /htroot/compare_yacy.html | |
| parent | 46af1e06dcbea345b5cf3df522297e5b5f9f81ef (diff) | |
- more XHTML-validation
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5580 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/compare_yacy.html')
| -rwxr-xr-x | htroot/compare_yacy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/compare_yacy.html b/htroot/compare_yacy.html index 008034766..87d0ff38b 100755 --- a/htroot/compare_yacy.html +++ b/htroot/compare_yacy.html @@ -29,7 +29,7 @@ #{/searchengines}# </select> Query - <input type="text" name="query" value="#[search_query]#" size="60"><input type="submit" value="Compare" /> + <input type="text" name="query" value="#[search_query]#" size="60" /><input type="submit" value="Compare" /> <input type="hidden" name="display" value="#[display]#" /> </p> </form> @@ -38,8 +38,8 @@ :: <fieldset> <legend>Search Result</legend> - <iframe src="#[left]##[query]#" width="49%" height="1600"></iframe> - <iframe src="#[right]##[query]#" width="49%" height="1600"></iframe> + <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%# |
