[xoops-cvslog 2789] CVS update: xoops2jp/html/modules/base/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 4月 13日 (木) 00:11:20 JST


Index: xoops2jp/html/modules/base/templates/legacy_comment.html
diff -u xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.3
--- xoops2jp/html/modules/base/templates/legacy_comment.html:1.1.2.2	Wed Apr 12 00:03:33 2006
+++ xoops2jp/html/modules/base/templates/legacy_comment.html	Thu Apr 13 00:11:20 2006
@@ -30,23 +30,23 @@
   <tr>
     <{if $xoops_iscommentadmin == true}>
       <td class="even">
-        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a>
-        <a href="<{$deletecomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" /></a>
+        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" title="<{$lang_edit}>" /></a>
+        <a href="<{$deletecomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" title="<{$lang_delete}>" /></a>
       </td>
       <td class="even" align="right">
-        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" title="<{$lang_reply}>" /></a>
       </td>
     <{elseif $xoops_isuser == true && $xoops_userid == $comment.poster.id}>
       <td class="even">
-        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a>
+        <a href="<{$editcomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" title="<{$lang_edit}>" /></a>
       </td>
       <td class="even" align="right">
-        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" title="<{$lang_reply}>" /></a>
       </td>
     <{elseif $xoops_isuser == true || $anon_canpost == true}>
       <td class="even"></td>
       <td class="even" align="right">
-        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
+        <a href="<{$replycomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" title="<{$lang_reply}>" /></a>
       </td>
     <{else}>
       <td class="even"> </td>
Index: xoops2jp/html/modules/base/templates/legacy_misc_smilies.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.3 xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.4
--- xoops2jp/html/modules/base/templates/legacy_misc_smilies.html:1.1.2.3	Fri Feb  3 12:05:47 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_smilies.html	Thu Apr 13 00:11:20 2006
@@ -21,7 +21,7 @@
       <td><{$obj->getVar('code')}></td>
       <td><{$obj->getVar('emotion')}></td>
       <td>
-        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$obj->getVar('code')}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('smile_url')}>' alt='<{$obj->getVar('emotion')}>' />
+        <img onmouseover='style.cursor="hand"' onclick='doSmilie(" <{$obj->getVar('code')}> ");' src='<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('smile_url')}>' alt='<{$obj->getVar('emotion')}>' title='<{$obj->getVar('emotion')}>' />
       </td>
     </tr>
   <{/foreach}>
Index: xoops2jp/html/modules/base/templates/legacy_misc_avatars.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.3 xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.4
--- xoops2jp/html/modules/base/templates/legacy_misc_avatars.html:1.1.2.3	Thu Feb  2 18:18:05 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_avatars.html	Thu Apr 13 00:11:20 2006
@@ -19,7 +19,7 @@
   <tr>
     <{foreach key=key item=avatar from=$avatarsList}>
       <td>
-        <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$avatar.fileName}>" alt="<{$avatar.avatarName}>" style="padding:10px; vertical-align:top;" /><br />
+        <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$avatar.fileName}>" alt="<{$avatar.avatarName}>" title="<{$avatar.avatarName}>" style="padding:10px; vertical-align:top;" /><br />
         <{$avatar.avatarName}><br />
         <input name="myimage" type="button" value="<{$smarty.const._SELECT}>" onclick="myimage_onclick(<{$avatar.counter}>)" />
       </td>


xoops-cvslog メーリングリストの案内
Back to archive index