spacecp_promotion.htm 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!--{template common/header}-->
  2. <!--{subtemplate home/spacecp_header}-->
  3. <!--{hook/spacecp_promotion_top}-->
  4. <!--{if $_G['setting']['creditspolicy']['promotion_visit'] || $_G['setting']['creditspolicy']['promotion_register']}-->
  5. <div class="bbda pbm mbm">
  6. <!--{if $_G['setting']['creditspolicy']['promotion_visit']}--><p>
  7. {lang post_promotion_url}
  8. </p><!--{/if}-->
  9. <!--{if $_G['setting']['creditspolicy']['promotion_register']}-->
  10. <p>
  11. <!--{if $_G['setting']['creditspolicy']['promotion_visit']}-->
  12. {lang post_promotion_reg}
  13. <!--{else}-->
  14. {lang post_promotion}
  15. <!--{/if}-->
  16. </p>
  17. <!--{/if}-->
  18. </div>
  19. <table cellspacing="0" cellpadding="0" class="tfm">
  20. <tr>
  21. <th colspan="2" class="xs2 xw1">{lang mode_one}</th>
  22. </tr>
  23. <tr>
  24. <th>{lang post_promotion_url1}</th>
  25. <td class="pns">
  26. <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" />
  27. <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>
  28. </td>
  29. </tr>
  30. <tr>
  31. <th>{lang post_promotion_url2}</th>
  32. <td class="pns">
  33. <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" />
  34. <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>
  35. </td>
  36. </tr>
  37. <tr>
  38. <th colspan="2" class="xs2 xw1 ptw">{lang mode_two}</th>
  39. </tr>
  40. <tr>
  41. <th colspan="2">{lang mode_two_desc}</th>
  42. </tr>
  43. </table>
  44. <!--{/if}-->
  45. <!--{hook/spacecp_promotion_bottom}-->
  46. </div>
  47. </div>
  48. <div class="appl">
  49. <!--{subtemplate home/spacecp_footer}-->
  50. </div>
  51. </div>
  52. <!--{template common/footer}-->