aboutsummaryrefslogtreecommitdiff
path: root/templates/comment.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-20 18:46:56 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-20 18:46:56 -0500
commitf8cc87e8ee68d83eced465e90e9fd657646ad3c8 (patch)
treea7f7ae93678f5887a8bbe910cac4c7ab8afc9875 /templates/comment.tmpl
parentb7531acb59a484332121652d906a6ab927c8f064 (diff)
downloadikiwiki-f8cc87e8ee68d83eced465e90e9fd657646ad3c8.tar
ikiwiki-f8cc87e8ee68d83eced465e90e9fd657646ad3c8.tar.gz
remove signin icons, use title
Diffstat (limited to 'templates/comment.tmpl')
-rw-r--r--templates/comment.tmpl18
1 files changed, 4 insertions, 14 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl
index b419404ea..f26cf6d05 100644
--- a/templates/comment.tmpl
+++ b/templates/comment.tmpl
@@ -4,28 +4,20 @@
By
<TMPL_IF NAME="COMMENTUSER">
-<span class="author">
<TMPL_IF NAME="COMMENTOPENID">
-
+<span class="author" title="OpenID">
<a href="<TMPL_VAR NAME=COMMENTOPENID>"><TMPL_VAR NAME=COMMENTAUTHOR></a>
-<img src="/wikiicons/openid.png" width="20" height="15" alt="[OpenID]"
- title="Signed in with OpenID" />
-
+</span>
<TMPL_ELSE>
-
+<span class="author" title="Signed in">
<TMPL_IF NAME="COMMENTAUTHORURL">
<a href="<TMPL_VAR NAME=COMMENTAUTHORURL>"><TMPL_VAR NAME=COMMENTAUTHOR></a>
<TMPL_ELSE>
<TMPL_VAR NAME=COMMENTAUTHOR>
</TMPL_IF>
-<img src="/wikiicons/signedin.png" width="15" height="15" alt="[Signed in]"
- title="Signed in directly" />
-
-</TMPL_IF>
</span>
-
+</TMPL_IF>
<TMPL_ELSE><!-- !COMMENTUSER -->
-
<TMPL_IF NAME=COMMENTIP>
<span class="author" title="Unauthenticated, from <TMPL_VAR NAME=COMMENTIP>">
<TMPL_ELSE><!-- !COMMENTIP -->
@@ -36,9 +28,7 @@ By
<TMPL_ELSE>
<TMPL_VAR NAME=AUTHOR>
</TMPL_IF>
-<img src="/wikiicons/anonymous.png" width="15" height="15" alt="[Unauthenticated]" />
</span>
-
</TMPL_IF><!-- !COMMENTUSER -->
(<TMPL_VAR CTIME>)