my_promotion.htm
来自「论坛代码网增加免费空间业务」· HTM 代码 · 共 26 行
HTM
26 行
<table cellspacing="0" cellpadding="0" width="100%">
<tr><td>
{lang my_promotion_url}<br />
</td></tr>
<tr><td>
{lang post_promotion_url1}
<input type="text" onclick="this.select();setcopy(this.value, '{lang promotion_url_copied}');" value="$boardurl?fromuid=$discuz_uid" size="50" />
<button type="submit" onclick="setcopy('$boardurl?fromuid=$discuz_uid', '{lang promotion_url_copied}');" type="submit"> {lang copy} </button>
</td></tr>
<tr><td>
{lang post_promotion_url2}
<input type="text" onclick="this.select();setcopy(this.value, '{lang promotion_url_copied}');" value="$boardurl?fromuser=$discuz_user" size="50" />
<button type="submit" onclick="setcopy('$boardurl?fromuser=$discuz_user', '{lang promotion_url_copied}');"> {lang copy} </button>
</td></tr>
<tr><td>
<em>
<ul>
<li>{lang credit_promotion}</li>
<!--{if $promotion_visit}--><li>{lang credit_promotion_visit} <font color="red">$promotion_visit</font></li><!--{/if}-->
<!--{if $promotion_register}--><li>{lang credit_promotion_register} <font color="red">$promotion_register</font></li><!--{/if}-->
</ul>
</em>
</td></tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?