Advertisement
Guest User

ACP

a guest
Jan 29th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
  2. <br />
  3. {$moderation_notice}
  4. <form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
  5. <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
  6. <input type="hidden" name="subject" value="RE: {$reply_subject}" />
  7. <input type="hidden" name="action" value="do_newreply" />
  8. <input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
  9. <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
  10. <input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
  11. <input type="hidden" name="from_page" value="{$page}" />
  12. <input type="hidden" name="tid" value="{$tid}" />
  13. <input type="hidden" name="method" value="quickreply" />
  14.  
  15. <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
  16. <thead>
  17. <tr>
  18. <td class="thead{$collapsedthead['quickreply']}" colspan="2">
  19. <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
  20. <div><strong>{$lang->quick_reply}</strong></div>
  21. </td>
  22. </tr>
  23. </thead>
  24. <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
  25. <tr>
  26. <td class="{$trow}" valign="top" width="22%">
  27. <strong>{$lang->message}</strong><br />
  28. <span class="smalltext">{$lang->message_note}<br /><br />
  29. {$option_signature}
  30. <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
  31. </td>
  32. <td class="{$trow}">
  33. <div style="width: 95%">
  34. <textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>
  35. </div>
  36. <div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
  37. <span class="smalltext">
  38. {$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:void(0)" onclick="Thread.clearMultiQuoted(); return false;">{$lang->quickreply_multiquote_deselect}</a>.
  39. </span>
  40. </div>
  41. </td>
  42. </tr>
  43. {$captcha}
  44. <tr>
  45. <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
  46. </tr>
  47. </tbody>
  48. </table>
  49. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement