collection_commentpop.htm 609 B

123456789101112131415
  1. <!--{template common/header}-->
  2. <h3 class="flb">
  3. <em>{lang collection_comment_thread}</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&ctid={$ctid}" method="POST">
  7. <div class="c">
  8. <textarea name="message" class="pt" cols="60" rows="5">{lang collection_comment_specthread}
  9. </textarea>
  10. </div>
  11. <div class="o pns">
  12. <button type="submit" class="pn pnc"><span>{lang collection_comment_submit}</span></button>
  13. </div>
  14. </form>
  15. <!--{template common/footer}-->