/**
* copyright : (C) 2001-2017 Advanced Internet Designs Inc.
* email : forum@prohost.org
* $Id: msg.tmpl 6078 2017-09-25 14:57:31Z naudefj $
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; version 2 of the License.
**/
{PHP_FILE: input: msg.php.t; output: msg.php;}
{REF: security.tmpl}
{REF: admincp.tmpl}
{REF: header.tmpl}
{REF: footer.tmpl}
{REF: curtime.tmpl}
{REF: usercp.tmpl}
{REF: stats.tmpl}
{REF: draw_pager.tmpl}
{REF: forumsel.tmpl}
{REF: drawmsg.tmpl}
{REF: show.tmpl}
{REF: fileio.tmpl}
{REF: th.tmpl}
{REF: thread_notify.tmpl}
{REF: is_perms.tmpl}
{REF: th_nav.tmpl}
{REF: draw_forum_path.tmpl}
{REF: topic_rating.tmpl}
{REF: quick_reply.tmpl}
{SECTION: first_unread_message_link}
| {MSG: first_unread_msg}
{SECTION: END}
{SECTION: sub_from_thread subscribe to thread link}
| {MSG: sub_to_thread}
{SECTION: END}
{SECTION: unsub_to_thread unsubscribe from thread link}
| {MSG: unsub_from_thread}
{SECTION: END}
{SECTION: bookmark_thread bookmark thread link}
| {MSG: bookmark_thread}
{SECTION: END}
{SECTION: unbookmark_thread remove bookmark thread link}
| {MSG: unbookmark_thread}
{SECTION: END}
{SECTION: threaded_view tree view link}
{SECTION: END}
{SECTION: new_thread new thread link}
{SECTION: END}
{SECTION: post_reply}
{SECTION: END}
{SECTION: rate_thread rate thread select}
{TEMPLATE: show_links}
{IF: ($frm->replies && $perms & 2048)}{MSG: split_thread} | {ENDIF} {IF: ($frm->replies && $perms & 8192)}{MSG: move_messages} | {ENDIF} {IF: $perms & 8192}{MSG: move_thread} | {ENDIF} {IF: $perms & 4096}{IF: $frm->thread_opt & 1}{MSG: unlock_thread} | {ELSE}{MSG: lock_thread} | {END}{ENDIF} {IF: $FUD_OPT_2 & 1073741824}{TEMPLATE: email_page_to_friend}{ENDIF} {TEMPLATE-DATA: first_unread_message_link}{TEMPLATE-DATA: subscribe_status}{TEMPLATE-DATA: bookmark_status} |
{IF: $FUD_OPT_3 & 2}{ELSE}{TEMPLATE: threaded_view}{END}{TEMPLATE: new_thread}{IF: (!($frm->thread_opt & 1) || $perms & 4096)}{TEMPLATE: post_reply}{ENDIF} |
{TEMPLATE-DATA: page_pager} | {IF: $FUD_OPT_3 & 2}{ELSE}{TEMPLATE: threaded_view}{END}{TEMPLATE: new_thread}{IF: !$quick_reply_enabled && (!($frm->thread_opt & 1) || $perms & 4096)}{TEMPLATE: post_reply}{ENDIF} |