Tom Hayakawa
tom_g3x****@users*****
2006年 4月 13日 (木) 00:11:20 JST
Index: xoops2jp/html/modules/pm/templates/viewpmsg.html diff -u xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.8 xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.9 --- xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.8 Sat Feb 4 00:18:14 2006 +++ xoops2jp/html/modules/pm/templates/viewpmsg.html Thu Apr 13 00:11:20 2006 @@ -34,7 +34,7 @@ <{if $pm->isRead()}> <{else}> - <img src="<{$xoops_url}>/images/read.gif" alt="<{$smarty.const._PM_NOTREAD}>" /> + <img src="<{$xoops_url}>/images/read.gif" alt="<{$smarty.const._PM_NOTREAD}>" title="<{$smarty.const._PM_NOTREAD}>" /> <{/if}> </td> <td valign="top" width="5%" style="text-align:center;"> Index: xoops2jp/html/modules/pm/templates/readpmsg.html diff -u xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.12 xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.13 --- xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.12 Wed Dec 28 23:34:50 2005 +++ xoops2jp/html/modules/pm/templates/readpmsg.html Thu Apr 13 00:11:20 2006 @@ -10,7 +10,7 @@ <tr class="even"> <{if $sendUser->hasAvatar()}> <td valign="top" style="text-align:center;" rowspan="3"> - <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getVar('uid')}>"><img src="<{$sendUser->getAvatarUrl()}>" alt="<{$sendUser->getVar('uname')}>" /></a> + <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getVar('uid')}>"><img src="<{$sendUser->getAvatarUrl()}>" alt="<{$sendUser->getVar('uname')}>" title="<{$sendUser->getVar('uname')}>" /></a> <{if $sendUser->getVar('user_from')}> <br /> <{$sendUser->getVar('user_from')}> <{/if}> @@ -24,7 +24,7 @@ <td><{$smarty.const._PM_SENTC}><{$privMessage->getVar("msg_time")|xoops_formattimestamp}></td> </tr> <tr class="even"> - <td><{$smarty.const._MD_PM_LANG_SUBJECTC}><img src="<{$xoops_url}>/images/subject/<{$privMessage->getVar('msg_image')}>" alt='' /> <b><{$privMessage->getVar('subject')}></b></td> + <td><{$smarty.const._MD_PM_LANG_SUBJECTC}><img src="<{$xoops_url}>/images/subject/<{$privMessage->getVar('msg_image')}>" alt='' title='' /> <b><{$privMessage->getVar('subject')}></b></td> </tr> <tr class="'odd"> <td colspan="2"> @@ -34,10 +34,10 @@ <tr class="foot"> <td <{if $sendUser->hasAvatar()}>colspan="2"<{/if}> style="text-align:left;"> <!--- TODO check postr. See original readpmsg ---> - <a href='#' onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?reply=1&msg_id=<{$privMessage->getVar("msg_id")}>','pmlite',450,380);"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$smarty.const._PM_REPLY}>" /></a> + <a href='#' onclick="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?reply=1&msg_id=<{$privMessage->getVar("msg_id")}>','pmlite',450,380);"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$smarty.const._PM_REPLY}>" title="<{$smarty.const._PM_REPLY}>" /></a> <input type="hidden" name="delete" value="1" /> <!--- << check ---> <input type="hidden" name="msg_id" value="<{$privMessage->getVar('msg_id')}>" /> - <a href="#<{$privMessage->getVar('msg_id')}>" onclick='javascript:document.delete<{$privMessage->getVar("msg_id")}>.submit();'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._PM_DELETE}>" /></a> + <a href="#<{$privMessage->getVar('msg_id')}>" onclick='javascript:document.delete<{$privMessage->getVar("msg_id")}>.submit();'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._PM_DELETE}>" title="<{$smarty.const._PM_DELETE}>" /></a> </td> </tr> <tr>