Minahito
minah****@users*****
2006年 11月 7日 (火) 17:03:39 JST
Index: xoops2jp/etc/extra_templates/readpmsg.html diff -u xoops2jp/etc/extra_templates/readpmsg.html:1.1.2.1 xoops2jp/etc/extra_templates/readpmsg.html:removed --- xoops2jp/etc/extra_templates/readpmsg.html:1.1.2.1 Sun Nov 13 17:12:57 2005 +++ xoops2jp/etc/extra_templates/readpmsg.html Tue Nov 7 17:03:39 2006 @@ -1,46 +0,0 @@ -<div><h4><{$smarty.const._PM_PRIVATEMESSAGE}></h4></div><br /> -<{if $feature.user.profile}> - <a href="<{$xoops_url}>/userinfo.php?uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._PM_PROFILE}></a> »» -<{/if}> -<a href="index.php"><{$smarty.const._PM_INBOX}></a> »» <{$privMessage->getVar('subject')}> -<table class="outer" border="0" cellpadding="4" cellspacing="1" width="100%" ID="Table1"> - <tr> - <th colspan="2"><{$smarty.const._PM_FROM}></th> - </tr> - <tr class='even'> - <td width='20%' valign='top'> - <a href="<{$xoops_url}>/userinfo.php?uid=<{$sendUser->getVar('uid')}>"><{$sendUser->getVar('uname')}></a><br/> - <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$sendUser->getVar('user_avatar')}>" alt='' /><br /> - <{if $sendUser->getVar('user_from')}> - <{$smarty.const._PM_FROMC}><{$sendUser->getVar('user_from')}><br/><br/> - <{/if}> - <!--- TODO Online Information ---> - </td> - <td> - <img src="<{$xoops_url}>/images/subject/<{$privMessage->getVar('msg_image')}>" alt='' /> <{$smarty.const._PM_SENTC}><{$privMessage->getVar("msg_time")|xoops_formattimestamp}> - <hr /> - <b><{$privMessage->getVar('subject')}></b><br /><br /> - <{$privMessage->getVar('msg_text')}><br /><br /> - </td> - </tr> - <tr class='foot'> - <td colspan='2' 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> - <input type="hidden" name="delete" value="1" ID="Hidden1" /> <!--- << check ---> - <input type="hidden" name="msg_id" value="<{$privMessage->getVar('msg_id')}>" ID="Hidden2" /> - <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> - </td> - </tr> - <tr> - <td colspan='2' align='right'> - <{if $previousMessage}> - <a href="index.php?action=read&msg_id=<{$previousMessage->getVar('msg_id')}>"><{$smarty.const._PM_PREVIOUS}></a> - <{/if}> - <{if $nextMessage}> - <{if $previousMessage}> | <{/if}> - <a href="index.php?action=read&msg_id=<{$nextMessage->getVar('msg_id')}>"><{$smarty.const._PM_NEXT}></a> - <{/if}> - </td> - </tr> -</table>