viewthread_pay.htm 938 B

123456789101112131415161718
  1. <!--{if $thread['freemessage']}-->
  2. <div id="postmessage_$pid" class="t_f">$thread[freemessage]</div>
  3. <!--{/if}-->
  4. <!--{if empty($_GET['archiver'])}-->
  5. <div class="locked">
  6. <a href="javascript:;" class="y viewpay" title="{lang pay}" onclick="showWindow('pay', 'forum.php?mod=misc&action=pay&tid=$_G[tid]&pid=$post[pid]{if !empty($_GET['from'])}&from=$_GET['from']{/if}')">{lang pay}</a>
  7. <em class="right">
  8. <!--{if $thread[payers]}-->{lang have} $thread[payers] {lang people_buy}&nbsp; <!--{/if}-->
  9. </em>
  10. <!--{if $_G[forum_thread][price] > 0}-->{lang pay_comment}<!--{/if}-->
  11. <!--{if $thread[endtime]}--><br />{lang pay_free_time}<!--{/if}-->
  12. </div>
  13. </div>
  14. <!--{else}-->
  15. <!--{if $thread[payers]}-->{lang have} $thread[payers] {lang people_buy}&nbsp; <!--{/if}-->
  16. <!--{if $_G[forum_thread][price] > 0}-->{lang pay_comment}<!--{/if}-->
  17. <!--{if $thread[endtime]}--><br />{lang pay_free_time}<!--{/if}-->
  18. <!--{/if}-->