Zeile 7 | Zeile 7 |
---|
var quickdelete_confirm = "{$lang->quickdelete_confirm}"; var quickrestore_confirm = "{$lang->quickrestore_confirm}"; var allowEditReason = "{$mybb->settings['alloweditreason']}";
|
var quickdelete_confirm = "{$lang->quickdelete_confirm}"; var quickrestore_confirm = "{$lang->quickrestore_confirm}"; var allowEditReason = "{$mybb->settings['alloweditreason']}";
|
| var thread_deleted = "{$thread_deleted}"; var visible_replies = "{$thread['replies']}";
|
lang.save_changes = "{$lang->save_changes}"; lang.cancel_edit = "{$lang->cancel_edit}"; lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
| lang.save_changes = "{$lang->save_changes}"; lang.cancel_edit = "{$lang->cancel_edit}"; lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
|
Zeile 17 | Zeile 19 |
---|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
| lang.post_deleted_error = "{$lang->post_deleted_error}"; lang.softdelete_thread = "{$lang->soft_delete_thread}"; lang.restore_thread = "{$lang->restore_thread}";
|
// --> </script> <!-- jeditable (jquery) -->
|
// --> </script> <!-- jeditable (jquery) -->
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1820"></script>
|
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
|
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1809"></script>
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1838"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 39 | Zeile 44 |
---|
<tr> <td class="thead"> <div class="float_right">
|
<tr> <td class="thead"> <div class="float_right">
|
<span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
| <span class="smalltext"><strong><a href="showthread.php?mode={$thread_toggle}&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->thread_toggle}</a>{$threadnoteslink}</strong></span>
|
</div> <div>
|
</div> <div>
|
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
| <strong>{$thread['displayprefix']}{$thread['subject']}</strong>
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 73 | Zeile 78 |
---|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
| {$printthread}
|
{$sendthread} {$addremovesubscription} {$addpoll}
| {$sendthread} {$addremovesubscription} {$addpoll}
|
Zeile 87 | Zeile 92 |
---|
<br class="clear" /> {$usersbrowsing} {$footer}
|
<br class="clear" /> {$usersbrowsing} {$footer}
|
<div id="thread_modes_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}" class="popup_item">{$lang->linear}</a></div><div class="popup_item_container"><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}" class="popup_item">{$lang->threaded}</a></div></div>
| |
<script type="text/javascript">
|
<script type="text/javascript">
|
// <!-- if(use_xmlhttprequest == "1")
| var thread_deleted = "{$thread_deleted}"; if(thread_deleted == "1")
|
{
|
{
|
$("#thread_modes").popupMenu();
| $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); $("#moderator_options_selector option.option_mirage").attr("disabled","disabled");
|
}
|
}
|
// --> </script> <script type="text/javascript"> $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });
| |
</script> </body> </html>
| </script> </body> </html>
|