collection_recommend.htm 928 B

123456789101112131415161718
  1. <!--{template common/header}-->
  2. <h3 class="flb">
  3. <em>{lang collection_recommend}</em>
  4. <span><a href="javascript:;" onclick="hideWindow('$_GET['handlekey']');" class="flbc" title="{lang close}">{lang close}</a></span>
  5. </h3>
  6. <form action="forum.php?mod=collection&action=comment&op=recommend&ctid={$ctid}" onsubmit="ajaxpost(this.id, 'form_collectionrecommend');" id="form_collectionrecommend" name="form_collectionrecommend" method="POST">
  7. <div class="c">
  8. {lang collection_recommend_thread_url}
  9. <input type="text" value="" name="threadurl" style="width: 400px;" class="px" />
  10. </div>
  11. <div class="o pns">
  12. <button type="submit" class="pn pnc"><span>{lang collection_recommend_submit}</span></button>
  13. </div>
  14. <input type="hidden" value="{FORMHASH}" name="formhash" />
  15. <input type="hidden" name="inajax" value="1">
  16. <input type="hidden" name="handlekey" value="$_GET['handlekey']">
  17. </form>
  18. <!--{template common/footer}-->