begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="sendbox">
<p><span style="color:#0066cc;">{$strTouser[username]}</span>进行及时消息通话中</p>
<p><textarea id="boxcontent"></textarea> </p>
<p>
<span id="sendbutton" style="display:block;"><a class="btn" href="javascript:void('0');" onclick="sendmsg('{$TS_USER[userid]}','{$strTouser[userid]}');">发送</a></span>
<span id="loading" style="display:none;">消息送达中<img src="{SITE_URL}public/images/loading.gif" alt="Loading..." /></span>
</p>
</div>