Michael Peter Christen
764e4ed673
fixed appearance of RSS icon on search result page
10 years ago
reger
fa99b286cc
add html5 autofocus to query input field
...
(leave onload untouched = redundant, for IE9 http://www.w3schools.com/tags/att_input_autofocus.asp )
adjust Peer-to-Peer/ Privacy switch label
to display "Peer-to-Peer" as 2nd switch option in active stealth mode
10 years ago
reger
7c1707872b
search result showPicture update search parameter
...
used parameter &cat=image is obsolete and returns no results
- remove &cat=image and &cat=href references
- remove &tenant= references (unused)
Use contentdom=image and inurl: parameter to make showPicture link display something (open in new window because of used inurl modifier changes original query)
10 years ago
reger
5043eff33a
move page navigation below results (image search)
...
force page navigation to be displayed below results in image search for any number of displayed images instead to be displayed to the right of last image.
11 years ago
reger
c798a9d1bb
fix unresolved pattern in yacysearch.rss title
...
and rss xml error due to html & encoding in url entries
11 years ago
Michael Peter Christen
fda591695c
fixed visibility of custom icon
11 years ago
Michael Peter Christen
3272c885ea
fixed auto-activation of search field
11 years ago
Michael Peter Christen
d873304381
added typeahead library to re-implement search suggestions for bootstrap
...
framework.
11 years ago
Michael Peter Christen
f686ae30a4
- added (previously removed) autocomplete
...
- removed autocomplete from yacyinteractive.html
- todo: replace old jquery-1.3.2.min.js with latest which is already a
part of bootstrap.css
11 years ago
Michael Peter Christen
8424d2b743
fixed search field
11 years ago
Michael Peter Christen
e3cb0ffe16
- added text/image/audio/video/app search option to new navigation bar
...
- changed colors of privacy selector
11 years ago
Michael Peter Christen
721178dc84
misc style bugfixes
11 years ago
Michael Peter Christen
d1091e79f8
- added stealth button to navigation menu
...
- more fixes to progress bar
11 years ago
Michael Peter Christen
f0f22e68bb
fix for page navigation bar
11 years ago
Michael Peter Christen
deae992d47
fixes to progess bar
11 years ago
Michael Peter Christen
617dd9c97b
- added new input field in index.html
...
- changed progress bar in yacysearch.html
- moved pagination navigation to page bottom
- moved search term input field to headline
11 years ago
Michael Peter Christen
5ea5bb3549
redesign of menus; usage of bootstrap buttons and dropdown-menus
11 years ago
Michael Peter Christen
dc796ebc8d
fixed bold label setting in bootstrap which causes a bad look in YaCy
11 years ago
Michael Peter Christen
1944df6df1
enlarged facet column slightly
11 years ago
orbiter
ab0e6ba9a6
- removed usage of jquery and yacy/ui in standard search interfaces as
...
possible
- re-implemented formerly jquery-based tagcloud with simple html
- fixed minimized menu for mobile/minimized view (try that: make window
very narrow...)
11 years ago
Michael Peter Christen
92655c7fd9
- added bootstrap css framework
...
- adopted all YaCy administration pages to new framework
- created new search page layout (working, but still work in progress)
- old skin files are fully appliable! (and looking good)
- target is a new style based on bootstrap examples, see /test.html
- icons in YaCy may be replaced by glyphicons (to be done)
11 years ago
Michael Peter Christen
7e71dcc417
removed interaction fragments
11 years ago
reger
f307d65dcf
prepare for a language navigator
...
works fine to restrict language for local solrSearches.
More work needs to be done to make rwi/remote searches respect the modifier.language restriction.
11 years ago
reger
e05320b776
upd: to open more external links in new browser-tab
11 years ago
reger
f017066197
Merge origin/master into jetty
11 years ago
Michael Peter Christen
16e3b357b3
replaced old tag cloud and adopted design a bit
11 years ago
Michael Peter Christen
b81859c751
Show a RSS icon in the right top corner of search results. This replaces
...
the 'API' icon which was the link for the opensearch result which is an
extension of RSS. Since it is more appropriate to visualize a RSS link
with an RSS icon, this API icon was changed here.
11 years ago
reger
54a0272338
searchpage javascript (latestinfo) causes reset of search statistic after moving to next page
...
- disabled call via setTimeout in yacysearch.html
11 years ago
Felix Ableitner
fd90fcc4e0
Fixes #196 .
12 years ago
Michael Peter Christen
efd973d29d
changed p2p/stealth mode text and links a bit
12 years ago
Michael Peter Christen
5132bf719c
added new buttons to search result page in p2p mode which show the
...
switch between p2p search and the 'stealth mode' which is simply a
non-p2p search within the p2p network. The functionality was there all
the time, but the switch to this was not very visible.
12 years ago
Michael Peter Christen
c20fa3640d
fix to unbalanced tag and license for null objects
12 years ago
Michael Peter Christen
d64445c3cb
because we have the inurl:<term> - searchmodifier, we don't actually
...
need regular expressions as search attributes. They had now been removed
from the advanced search page while they are still created internally.
The filter is then expressed against solr as regular expression filter
query. If the expression points out a selection of an specific protocol,
host or filetype this is then translated into a facetted query.
12 years ago
cominch
c63c3a4495
Show additional interaction elements in footer section on each page, if
...
activated in ConfigPortal.html.
This footer is also visible in augmented browsing proxy mode.
13 years ago
cominch
3c255c025b
Show tags in search results (if activated in ConfigPortal_p.html)
13 years ago
Roland 'Quix0r' Haeder
5f983faef9
No & in JavaScript-embeded URLs, added ability to stop focus in
...
ConfigPortal.html preview (is this not secured with _p????)
Conflicts:
htroot/yacyinteractive.java
htroot/yacysearch.java
13 years ago
reger
ea932f841c
changed link to opensearchdescription document to a absolute uri (in yacysearch.html and yacysearch.rss)
...
see http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_5#The_.22Description.22_element
13 years ago
Lotus
78f0d8f046
no focus on preview frames for search integration
...
fixes bug http://bugs.yacy.net/view.php?id=161
13 years ago
Michael Peter Christen
852ce43d99
better rules for default open/close of navigation objetcs
13 years ago
Michael Peter Christen
d5ead5314d
changed navigation links: now using checkboxes.
...
This looks better and allows that negative checkboxes (such that remove
the navigation) are possible. These are not yet implemented (comming
next)
13 years ago
Michael Peter Christen
83009d86f7
added the vocabulary navigator. It can be very simply tested by
...
switching on the locale dictionaries.
13 years ago
Michael Christen
204c29f010
small bugfixes for search result display and cache display
13 years ago
orbiter
5b2e68b60d
fixed page navigation counter
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8113 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
orbiter
ac5bda205f
- removed lower page navigation (it never looks nice)
...
- added visibility of metadata and parser in search results since that shows what YaCy can do in a nice way
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8091 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
orbiter
ef72fdac79
added keyboard-based search result page navigation:
...
- page-up or tab switches to next search result page
- page-down switches to previous search result page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7950 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
orbiter
e48ce5d80e
- style change for search box: larger font, selected by default
...
- style change for search results: by default no parser, size, image info
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7949 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
low012
ce11b7b6d2
*) Changed action to "" instead of "yacysearch.html". This should not do any harm, but helps a lot if the page is accessed not by its original name but by a different name which can be done by adding a symbolic link to the file system of the peer. (See http://www.yacy-forum.org/viewtopic.php?f=2&t=464 )
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7909 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
orbiter
c39d63e7ad
by default show only domain navigator
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7884 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
orbiter
84c9658644
added a file type navigator
...
added a protocol navigator
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7795 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
115abc8917
- more attributes for search progress bar
...
- moved cache strategy to cora package
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7778 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago