📄 user.sent.list.xml
字号:
<form>
<subtitle>Sent Messages ( by me only )</subtitle>
<width>580</width>
<fields>
<_count header="No" suffix="." width="30" align="center" />
<msg_title header="Title" align="left" />
<msg_date width="130" header="Date" type="date" params="j M Y g:i a" align="center" />
<delete type="button" width="20" align="center" button="ac_delete" title="Delete Message">
<location>javascript:if(confirm('Are you sure you want to delete this record ?')) window.location='index.php?mod=myprofile&sub=myprofile.delete&msg_id={MSG_ID}&returnURL={CURRENT_PAGE}'</location>
</delete>
<forward type="button" width="20" align="center" button="ac_forward" title="Forward Message">
<location>index.php?mod=myprofile&sub=myprofile.compose&msg_id={MSG_ID}&returnurl={CURRENT_PAGE}</location>
</forward>
<details type="button" width="20" align="center" button="ac_details" title="View Message">
<location>index.php?mod=myprofile&sub=myprofile.inbox&action=details&msg_id={MSG_ID}&returnurl={CURRENT_PAGE}</location>
</details>
</fields>
<header>
<titles>true</titles>
<buttons>
<reply type="button" button="ac_new" title="Send Message...">
<location>index.php?mod=myprofile&sub=myprofile.compose&user_id={USER_ID}&returnurl={CURRENT_PAGE}</location>
</reply>
</buttons>
</header>
<buttons>
</buttons>
<SQL>
<vars>
<sql_page type="page"/>
<sql_items type="form" var="items" />
<sql_table import="$this->tables['mb_msg']" type="eval"/>
<user import="$_SESSION['minibase']['raw']['user_id']" type="eval" />
<from import="$_GET['user_id']" type="eval" />
<sql_condition import="WHERE msg_type=2 AND msg_to='{FROM}' AND msg_user='{USER}' AND msg_delete=0" type="var" />
</vars>
<query>SELECT * FROM `{SQL_TABLE}` {SQL_CONDITION} ORDER BY msg_date desc LIMIT {SQL_PAGE},{SQL_ITEMS} </query>
<count table="{SQL_TABLE}" condition="{SQL_CONDITION}" />
</SQL>
<items>25</items>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -