spacecp_promotion.htm
2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--{template common/header}-->
<!--{subtemplate home/spacecp_header}-->
<!--{hook/spacecp_promotion_top}-->
<!--{if $_G['setting']['creditspolicy']['promotion_visit'] || $_G['setting']['creditspolicy']['promotion_register']}-->
<div class="bbda pbm mbm">
<!--{if $_G['setting']['creditspolicy']['promotion_visit']}--><p>
{lang post_promotion_url}
</p><!--{/if}-->
<!--{if $_G['setting']['creditspolicy']['promotion_register']}-->
<p>
<!--{if $_G['setting']['creditspolicy']['promotion_visit']}-->
{lang post_promotion_reg}
<!--{else}-->
{lang post_promotion}
<!--{/if}-->
</p>
<!--{/if}-->
</div>
<table cellspacing="0" cellpadding="0" class="tfm">
<tr>
<th colspan="2" class="xs2 xw1">{lang mode_one}</th>
</tr>
<tr>
<th>{lang post_promotion_url1}</th>
<td class="pns">
<input type="text" class="px vm" onclick="this.select();setCopy('{$copystr}'+'\n'+this.value, '{lang promotion_url_copied}');" value="$_G[siteurl]?fromuid=$_G[uid]" size="50" />
<button type="submit" class="pn vm" onclick="setCopy('{$copystr}'+'\n'+'$_G[siteurl]?fromuid=$_G[uid]', '{lang promotion_url_copied}');" type="submit"><em>{lang copy}</em></button>
</td>
</tr>
<tr>
<th>{lang post_promotion_url2}</th>
<td class="pns">
<input type="text" class="px vm" onclick="this.select();setCopy('{$copystr}'+'\n'+this.value, '{lang promotion_url_copied}');" value="$_G[siteurl]?fromuser={echo rawurlencode($_G[username])}" size="50" />
<button type="submit" class="pn vm" onclick="setCopy('{$copystr}'+'\n'+'$_G[siteurl]?fromuser={echo rawurlencode($_G[username])}', '{lang promotion_url_copied}');"><em>{lang copy}</em></button>
</td>
</tr>
<tr>
<th colspan="2" class="xs2 xw1 ptw">{lang mode_two}</th>
</tr>
<tr>
<th colspan="2">{lang mode_two_desc}</th>
</tr>
</table>
<!--{/if}-->
<!--{hook/spacecp_promotion_bottom}-->
</div>
</div>
<div class="appl">
<!--{subtemplate home/spacecp_footer}-->
</div>
</div>
<!--{template common/footer}-->