viewthread_reward.htm 1.5 KB

12345678910111213141516171819202122232425262728
  1. <div>{lang thread_reward}<strong> <span class="xi1 xs3">$rewardprice</span> </strong>{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][2]][unit]}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][2]][title]} {if $_G['forum_thread']['price'] > 0}<span class="xi1">{lang unresolved}</span>{elseif $_G['forum_thread']['price'] < 0}<span class="xg1">{lang resolved}</span>{/if}</div>
  2. <div id="postmessage_$post[pid]" class="postmessage">$post[message]</div>
  3. <!--{if $post['attachment']}-->
  4. <div class="warning">{lang attachment}: <em><!--{if $_G['uid']}-->{lang attach_nopermission}<!--{else}-->{lang attach_nopermission_login}<!--{/if}--></em></div>
  5. <!--{elseif $post['imagelist'] || $post['attachlist']}-->
  6. <!--{if $post['imagelist']}-->
  7. {echo showattach($post, 1)}
  8. <!--{/if}-->
  9. <!--{if $post['attachlist']}-->
  10. {echo showattach($post)}
  11. <!--{/if}-->
  12. <!--{/if}-->
  13. <!--{eval $post['attachment'] = $post['imagelist'] = $post['attachlist'] = '';}-->
  14. <!--{if $bestpost}-->
  15. <div class="rwdbst">
  16. <h3 class="psth">{lang reward_bestanswer}</h3>
  17. <div class="pstl">
  18. <div class="psta">$bestpost[avatar]</div>
  19. <div class="psti">
  20. <p class="xi2"><a href="home.php?mod=space&uid=$bestpost[authorid]" class="xw1">$bestpost[author]</a> <a href="javascript:;" onclick="window.open('forum.php?mod=redirect&goto=findpost&ptid=$bestpost[tid]&pid=$bestpost[pid]')">{lang view_full_content}</a></p>
  21. <div class="mtn">$bestpost[message]</div>
  22. </div>
  23. </div>
  24. </div>
  25. <!--{/if}-->