📄 showinstantmsg.tpl
字号:
{strip}
{include file="popheader.tpl"}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="100%">
{assign var="page_hdr01_text" value="{lang mkey='instant_message'}"}
{if $errid == '' }
{assign var="page_hdr01_text" value=$page_hdr01_text|cat:"{lang mkey='from'} "|cat:$data.username}
{/if}
{include file="page_hdr01.tpl"}
<table width="100%" cellspacing="10" cellpadding="0" border="0">
{if $errid != ''}
<tr>
<td width="100%" align="center" ><span class="errors">{mylang mkey='errormsgs' skey=$errid}</span></td>
</tr>
<tr>
<td align="center"><input name="btnClose" type="button" id="btnClose" onclick="window.close();" value="{lang mkey='close_window'}"/></td>
</tr>
{else}
<tr>
<td height="90" width="100%" valign="top" align="left" class="im_text">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
{$data.message|nl2br}
</td>
</tr>
</table>
</td>
</tr>
<form name="frmReply" action="saveinstantmsg.php" method="post">
<input type="hidden" name="recipientid" value="{$data.id}"/>
<input type="hidden" name="page" value="showmessage"/>
<tr>
<td align="center">
<textarea rows="7" cols="60" name="msg" style="width:300px;height:80px;"></textarea>
</td>
</tr>
<tr>
<td align="center">
<input name="btnSend" type="submit" class="formbutton" id="btnSend" value="{lang mkey='im_reply'}"/>
<input name="btnClose" type="button" class="formbutton" id="btnClose" value="{lang mkey='close'}" onclick="window.close()"/>
</td>
</tr>
</form>
{/if}
</table>
</td>
</tr>
</table>
{include file="popfooter.tpl"}
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -