summaryrefslogtreecommitdiff
path: root/htroot/yacysearch.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-05-16 09:44:13 +0200
committerluccioman <luccioman@users.noreply.github.com>2017-05-16 09:44:13 +0200
commit45346c1be8f1cf4b1c3b57548ade476e13190592 (patch)
treee749d2d2b222789dda3b00587b56fce703e6a6a4 /htroot/yacysearch.html
parent91a06bc669bd6bf672fc0b5974d5dc567bc1727e (diff)
Added missing accessibility attributes on search results progress bar.
Diffstat (limited to 'htroot/yacysearch.html')
-rw-r--r--htroot/yacysearch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html
index b5483f4c8..150e50519 100644
--- a/htroot/yacysearch.html
+++ b/htroot/yacysearch.html
@@ -124,7 +124,7 @@ Use the RSS search result format to add static searches to your RSS reader, if y
::
<div id="results"></div>
<div class="progress">
- <div class="progress-bar progress-bar-info" id="progressbar" role="progressbar" style="width:0%;">
+ <div class="progress-bar progress-bar-info" id="progressbar" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:0%;">
<span style="position:absolute;display:block;text-align:left;width:100%;color:black;">&nbsp;&nbsp;&nbsp;<strong id="offset">#[offset]#</strong>-<strong id="itemscount">#[itemscount]#</strong> of <strong id="totalcount">#[totalcount]#</strong> #(globalresults)#::; (<strong id="localResourceSize">#[localResourceSize]#</strong> local, <strong id="remoteResourceSize">#[remoteResourceSize]#</strong> remote), <strong id="remoteIndexCount">#[remoteIndexCount]#</strong> from <strong id="remotePeerCount">#[remotePeerCount]#</strong> remote YaCy peers.#(/globalresults)# <span id="feedingStatus" style="visibility: hidden;" class="glyphicon glyphicon-transfer" title="YaCy server is fetching results from available data sources."></span></span>
</div>
</div>