Zeile 2 | Zeile 2 |
---|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=1212"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 11 | Zeile 11 |
---|
{$attacherror} {$reply_errors} <form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
|
{$attacherror} {$reply_errors} <form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
|
Zeile 48 | Zeile 49 |
---|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<input type="hidden" name="replyto" value="{$pid}" />
| <input type="hidden" name="replyto" value="{$replyto}" />
|
<input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
| <input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
|