Minor fixes in HTML pages : alternate text for images etc

This commit is contained in:
mossroy 2013-10-01 22:26:11 +02:00
parent 27a32a453a
commit 421658d6fa
2 changed files with 5 additions and 5 deletions

View File

@ -73,14 +73,14 @@
<a class="btn btn-default" id="searchTitles" href="#"><span class="glyphicon glyphicon-search"></span></a>
</span>
</div>
<img id="searchingForTitles" src="img/spinner.gif" style="display: none;"/>
<img id="searchingForTitles" src="img/spinner.gif" alt="Please wait..." style="display: none;"/>
</form>
</div>
</header>
<article class="view-content">
<div id="about" style="display: none;">
<h2>
<img src="img/evopedia-64x64.png"/>
<img src="img/evopedia-64x64.png" alt="Evopedia icon"/>
Evopedia : offline wikipedia viewer
</h2>
<br />Official site : <a href="http://www.evopedia.info/" target="_blank">http://www.evopedia.info/</a>
@ -186,7 +186,7 @@
<input type="file" id="archiveFiles" multiple class="btn" /><br />
</div>
<div id="scanningForArchives" style="display: none;">
<br /> Scanning your sdcard for archives... Please wait <img src="img/spinner.gif" />
<br /> Scanning your sdcard for archives... Please wait <img src="img/spinner.gif" alt="Please wait..." />
</div>
<div id="chooseArchiveFromLocalStorage" style="display: none;">
<br /> Please select the archive you want to use : <select id="archiveList" class="form-control"></select>
@ -205,7 +205,7 @@
</div>
</div>
<div id="readingArticle" style="display: none;">
Reading article <span id="articleName"></span> from archive... Please wait <img src="img/spinner.gif" />
Reading article <span id="articleName"></span> from archive... Please wait <img src="img/spinner.gif" alt="Please wait..." />
</div>
<div id="articleContent">&nbsp;</div>
<br />

View File

@ -39,7 +39,7 @@
</head>
<body>
Please select all the files inside the archive wikipedia_small_2010-08-14 (included with source code) : wikipedia_*.dat, metadata.txt etc<br />
<input type="file" id="archiveFiles" multiple class="btn" /><br />
<input type="file" id="archiveFiles" multiple /><br />
<input type="button" id="runTests" value="Run tests" />
<div id="qunit"></div>
</body>