This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 9286a0e Add missing alt tags
9286a0e is described below
commit 9286a0efe84db9f0f938728e9d7e278282313fe2
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 20 01:10:41 2021 +0000
Add missing alt tags
---
webui/admin.html | 4 ++--
webui/index.html | 2 +-
webui/list.html | 8 ++++----
webui/oauth.html | 2 +-
webui/thread.html | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/webui/admin.html b/webui/admin.html
index d29d86d..052b279 100644
--- a/webui/admin.html
+++ b/webui/admin.html
@@ -44,7 +44,7 @@ the License. -->
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header collapse navbar-collapse">
- <a class="navbar-brand" href="./"><span><img src="images/foal.png"
style="margin-top: -10px !important;" height="30"/> <span class='hidden-xs
title'>Pony Mail!</span></a>
+ <a class="navbar-brand" href="./"><span><img src="images/foal.png"
alt="Foal logo" style="margin-top: -10px !important;" height="30"/> <span
class='hidden-xs title'>Pony Mail!</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"
style="float: left;">
@@ -53,7 +53,7 @@ the License. -->
<li class="dropdown navbar-right" id="login">
<!-- user prefs -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" style="width: 32px; margin-top: -4px;"
title="Not logged in"/>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;
margin-top: -4px;" title="Not logged in"/>
<span class="caret"></span></a>
<ul class="dropdown-menu" id="prefs_dropdown">
diff --git a/webui/index.html b/webui/index.html
index 61bc30b..6be1a9c 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -39,7 +39,7 @@ the License. -->
</head>
<body onload="prime_list_index();">
<div style="text-align: center; margin: 10px auto;">
- <img src="images/logo.png" style="width: 320px;"/><br/>
+ <img src="images/logo.png" alt="Foal logo" style="width: 320px;"/><br/>
<h2>Mail Archives</h2>
<h4>Pick a list domain to start browsing emails:</h4>
</div>
diff --git a/webui/list.html b/webui/list.html
index 4053bcd..573477d 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -45,7 +45,7 @@ the License. -->
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header collapse navbar-collapse">
- <a class="navbar-brand" href="./"
onclick="location.href='./';"><span><img src="images/logo.png"
style="margin-top: -10px !important;" height="30"/> </a>
+ <a class="navbar-brand" href="./"
onclick="location.href='./';"><span><img src="images/logo.png" alt="Foal logo"
style="margin-top: -10px !important;" height="30"/> </a>
</div>
@@ -91,7 +91,7 @@ the License. -->
<ul class="nav navbar-nav" id="userprefs" style="position: absolute;
right: 18px;">
<li class="dropdown navbar-right">
<!-- themes -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="timg"
src="images/themes.png" style="width: 32px;" title="Theme selector"/>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="timg"
src="images/themes.png" alt="Themes logo" style="width: 32px;" title="Theme
selector"/>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" id="themes_dropdown">
@@ -102,12 +102,12 @@ the License. -->
</ul>
</li>
<li id="threading_mobile" class="navbar-right" style="display: none;">
- <img onclick="set_theme( (current_listmode == 'threaded') ? 'flat' :
'threaded');" title="Enabl or disable threaded view" id="threaded_mobile_img"
src="images/threading_disabled.png" style="width: 32px;"/>
+ <img onclick="set_theme( (current_listmode == 'threaded') ? 'flat' :
'threaded');" title="Enabl or disable threaded view" id="threaded_mobile_img"
src="images/threading_disabled.png" alt="Threading disabled" style="width:
32px;"/>
</li>
<li class="dropdown navbar-right" id="login">
<!-- user prefs -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" style="width: 32px; margin-top: -4px;"
title="Not logged in"/>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;
margin-top: -4px;" title="Not logged in"/>
<span class="caret"></span></a>
<ul class="dropdown-menu" id="prefs_dropdown">
diff --git a/webui/oauth.html b/webui/oauth.html
index f9fda10..1a21fd0 100644
--- a/webui/oauth.html
+++ b/webui/oauth.html
@@ -38,7 +38,7 @@ the License. -->
<div class="row">
<div id="bread" class="col-md-12" style="text-align: center">
- <img src="images/logo.png" style="width: 320px;"/><br/>
+ <img src="images/logo.png" alt="Foal logo" style="width: 320px;"/><br/>
<p>
<h3 id="oauth_title">Log in using one of the following identity
providers:</h3>
<br/>
diff --git a/webui/thread.html b/webui/thread.html
index 4090ac8..af34500 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -44,7 +44,7 @@ the License. -->
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header collapse navbar-collapse">
- <a class="navbar-brand" href="./"><span><img src="images/logo.png"
style="margin-top: -10px !important;" height="30"/> </a>
+ <a class="navbar-brand" href="./"><span><img src="images/logo.png"
alt="Foal logo" style="margin-top: -10px !important;" height="30"/> </a>
</div>
@@ -57,7 +57,7 @@ the License. -->
<li class="dropdown navbar-right" id="login">
<!-- user prefs -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" style="width: 32px; margin-top: -4px;"
title="Not logged in"/>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg"
src="images/user_loggedout.png" alt="Logged out" style="width: 32px;
margin-top: -4px;" title="Not logged in"/>
<span class="caret"></span></a>
<ul class="dropdown-menu" id="prefs_dropdown">