Guest User

Untitled

a guest
Apr 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. <mt:ignore><!-- Display comments for the entry/page or commenting form if entry/page is accepting comments --></mt:ignore>
  2. <MTIfCommentsActive>
  3. <div id="comments" class="comments">
  4.  
  5.  
  6. <mt:ignore><!-- Display comments --></mt:ignore>
  7. <mt:Include module="Xomment Panels"/>
  8.  
  9.  
  10. <mt:ignore><!-- Display commenting form if entry/page is accepting comments --></mt:ignore>
  11. <MTIfCommentsAccepted>
  12. <div class="comments-open" id="comments-open">
  13. <h2 class="comments-open-header">Leave a comment</h2>
  14. <div class="comments-open-content">
  15.  
  16.  
  17. <mt:ignore><!-- Display greeting for users if blog allows users to register locally --></mt:ignore>
  18. <MTIfRegistrationAllowed>
  19. <div id="comment-form-external-auth">
  20. <script type="text/javascript">
  21. /* <![CDATA[ */
  22. writeCommenterGreeting(commenter_name, <$MTEntryID$>, <$MTEntryBlogID$>, commenter_id, commenter_url);
  23. /* ]]> */
  24. </script>
  25. </div>
  26. </MTIfRegistrationAllowed>
  27.  
  28.  
  29. <form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
  30. <$MTEntryCCode$>
  31. <input type="hidden" name="xomment-a" id="xomment-a" value="<mt:EntryCommentCount/>" />
  32. <input type="hidden" name="static" value="1" />
  33. <input type="hidden" name="entry_id" value="<$MTEntryID$>" />
  34. <input type="hidden" name="__lang" value="<$MTBlogLanguage$>" />
  35. <input type="hidden" name="parent_id" value="<MTIf name="comment_preview_template"><$MTCommentParentID$></MTIf>" id="comment-parent-id" />
  36. <div id="comments-open-data">
  37. <div id="comment-form-name">
  38. <label for="comment-author">Name</label>
  39. <input id="comment-author" name="author" size="30" value="" />
  40. </div>
  41. <div id="comment-form-email">
  42. <label for="comment-email">Email Address</label>
  43. <input id="comment-email" name="email" size="30" value="" />
  44. </div>
  45. <div id="comment-form-url">
  46. <label for="comment-url">URL</label>
  47. <input id="comment-url" name="url" size="30" value="" />
  48. </div>
  49. <div id="comment-form-remember-me">
  50. <label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" value="1" />
  51. Remember personal info?</label>
  52. </div>
  53. <div id="comment-form-reply">
  54. <label for="comment-reply" id="comment-reply-label"><input type="checkbox" id="comment-reply" name="comment_reply" value="" onclick="setCommentParentID();" />
  55. Replying to</label>
  56. </div>
  57. </div>
  58. <div id="comments-open-text">
  59. <label for="comment-text">Comments <MTIfAllowCommentHTML>(You may use HTML tags for style)</MTIfAllowCommentHTML></label>
  60. <textarea id="comment-text" name="text" rows="15" cols="50"></textarea>
  61. </div>
  62. <MTIfNonEmpty tag="MTCaptchaFields">
  63. <MTIfCommentsAccepted><MTIfRegistrationAllowed><MTElse><$MTCaptchaFields$></MTIfRegistrationAllowed></MTIfCommentsAccepted>
  64. <div id="comments-open-captcha">
  65. </div>
  66. </MTIfNonEmpty>
  67. <div id="comments-open-footer">
  68. <input type="submit" accesskey="v" name="preview" id="comment-preview" value="Preview" />
  69. <input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" />
  70. </div>
  71. </form>
  72.  
  73.  
  74. </div>
  75. </div>
  76. <div id="comment-preview-box"></div>
  77. </MTIfCommentsAccepted>
  78.  
  79.  
  80. </div>
  81. </MTIfCommentsActive>
Add Comment
Please, Sign In to add comment