Tom Hayakawa
tom_g3x****@users*****
2006年 4月 13日 (木) 00:11:21 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.8 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.9 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.8 Wed Mar 8 23:41:48 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Thu Apr 13 00:11:21 2006 @@ -30,9 +30,9 @@ <td class="head"><{$smarty.const._US_AVATAR}></td> <td class="even" style="text-align:center;"> <{if $thisUser->getVar('user_avatar') != "blank.gif" }> - <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$thisUser->getVar('user_avatar')}>" alt="Avatar" /> + <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$thisUser->getVar('user_avatar')}>" alt="Avatar" title="Avatar" /> <{else}> - <img src="<{$smarty.const.XOOPS_URL}>/modules/user/images/no_avatar.gif" alt="No Avatar" /> + <img src="<{$smarty.const.XOOPS_URL}>/modules/user/images/no_avatar.gif" alt="No Avatar" title="No Avatar" /> <{/if}> <{if $user_ownpage == true}> <br /><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=AvatarEdit&uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._MD_USER_LANG_AVATAR_EDIT}></a> @@ -59,7 +59,7 @@ <td class="head"><{$smarty.const._US_PM}></td> <td class="even"> <a href="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send2=1&to_userid=<{$thisUser->getVar('uid')}>', 'pmlite', 450, 380);"> - <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getVar('uname')}>" /></a> + <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getVar('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getVar('uname')}>" /></a> <{$user_pmlink}> </td> </tr> @@ -109,7 +109,7 @@ <tr valign="top"> <td class="head"><{$smarty.const._US_RANK}></td> <td class="odd" style="text-align:center;"> - <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$rank->getVar('rank_image')}>" /><br /> + <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$rank->getVar('rank_image')}>" alt="<{$rank->getVar('rank_title')}>" title="<{$rank->getVar('rank_title')}>" /><br /> <{$rank->getVar('rank_title')}> </td> </tr> @@ -142,7 +142,7 @@ <!-- start results item loop --> <{foreach item=result from=$module.results}> - <img src="<{$result.image}>" alt="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /><small>(<{$result.time|xoops_formattimestamp:l}>)</small><br /> + <img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /><small>(<{$result.time|xoops_formattimestamp:l}>)</small><br /> <{/foreach}> <!-- end results item loop --> Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.4 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.5 --- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.4 Wed Mar 8 19:24:55 2006 +++ xoops2jp/html/modules/user/templates/user_avatar_edit.html Thu Apr 13 00:11:21 2006 @@ -56,7 +56,7 @@ <tr> <{foreach item=obj from=$systemAvatars}> <td class="<{cycle values="odd,even" name="class"}>" style="text-align:center;"> - <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('avatar_file')}>" /><br /> + <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getVar('avatar_file')}>" alt="<{$obj->getVar('avatar_name')}>" title="<{$obj->getVar('avatar_name')}>"/><br /> <{$obj->getVar('avatar_name')}><br /> <input name="avatar_id[<{$obj->getVar('avatar_id')}>]" type="submit" value="<{$smarty.const._MD_USER_LANG_SELECT}>" /> <{cycle name="table" values="</td>,</td>,</td>,</td>,</td></tr><tr>"}>