tb_cat_pings.tmpl
来自「1. 记录每个帖子的访问人情况」· TMPL 代码 · 共 41 行
TMPL
41 行
<TMPL_INCLUDE NAME="header-popup.tmpl"><p><MT_TRANS phrase="Click on the title to view the corresponding entry on the original site. To delete a ping, check the box to the right, then click the Delete Checked button."></p><TMPL_IF NAME=SAVED_DELETED><h4 class="message"><MT_TRANS phrase="You have successfully deleted the checked TrackBack pings from this category."></h4></TMPL_IF><form action="<TMPL_VAR NAME=SCRIPT_URL>" onsubmit="return false;"><div class="list"><table cellspacing="0"><tr><th><MT_TRANS phrase="Title"></th><th><MT_TRANS phrase="Date Added"></th><th><MT_TRANS phrase="IP Address"></th><th><MT_TRANS phrase="Delete"></th></tr><TMPL_LOOP NAME=PING_LOOP><tr><td><a target="_blank" href="<TMPL_VAR NAME=PING_URL ESCAPE=HTML>"><TMPL_VAR NAME=PING_TITLE ESCAPE=HTML></a></td><td><TMPL_VAR NAME=PING_CREATED></td><td><TMPL_VAR NAME=PING_IP></td><td><input type="checkbox" name="id" value="<TMPL_VAR NAME=PING_ID>" /></td></tr></TMPL_LOOP></table></div><div align="center"><input type="button" onclick="window.close()" value="<MT_TRANS phrase="Close">" /><input type="button" onclick="doRemoveItems(this.form, 'ping_cat&blog_id=<TMPL_VAR NAME=BLOG_ID>', 'TrackBack pings')" value="<MT_TRANS phrase="Delete Checked">" /></div></form><TMPL_INCLUDE NAME="footer-popup.tmpl">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?