/** * copyright : (C) 2001-2013 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id: selmsg.tmpl 6244 2019-02-10 07:07:03Z 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: selmsg.php.t; output: selmsg.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: drawmsg.tmpl} {REF: fileio.tmpl} {REF: is_perms.tmpl} {SECTION: status_indicator_on indicates that the particular filter option is enabled} ({MSG: on}) {SECTION: END} {SECTION: status_indicator_off indicates that the particular filter option is disabled} ({MSG: off}) {SECTION: END} {SECTION: more_unread_messages more unread messages link}
[{MSG: more_unread_messages}]
{SECTION: END} {SECTION: forum_row forum heading row} {MSG: forum} {VAR: r->name} {SECTION: END} {SECTION: thread_row thread heading row}  {MSG: thread} {VAR: r->thr_subject} {SECTION: END} {SECTION: no_result} {MSG: no_posts} {SECTION: END} {PAGE: SELMSG_PAGE a form which can show today's,unread,unanswered,etc... posts} {TEMPLATE: header} {TEMPLATE: usercp} {MSG: sel_todays_posts} {IF: isset($_GET['date'])}{TEMPLATE: status_indicator_on}{ELSE}{TEMPLATE: status_indicator_off}{ENDI} {IF: _uid} | {MSG: sel_unread_messages} {IF: isset($_GET['unread'])}{TEMPLATE: status_indicator_on}{ELSE}{TEMPLATE: status_indicator_off}{ENDI}{ENDIF} {IF: _uid} | {MSG: subscribed_forums} {IF: isset($_GET['sub_forum_limit'])}{TEMPLATE: status_indicator_on}{ELSE}{TEMPLATE: status_indicator_off}{ENDI}{ENDIF} {IF: _uid} | {MSG: subscribed_threads} {IF: isset($_GET['sub_th_limit'])}{TEMPLATE: status_indicator_on}{ELSE}{TEMPLATE: status_indicator_off}{ENDI}{ENDIF}  | {MSG: sel_unanswered_posts} {IF: isset($_GET['reply_count'])}{TEMPLATE: status_indicator_on}{ELSE}{TEMPLATE: status_indicator_off}{END}
{TEMPLATE-DATA: admin_cp}
{TEMPLATE-DATA: message_data}
{TEMPLATE-DATA: pager}

{TEMPLATE: curtime} {TEMPLATE-DATA: page_stats} {TEMPLATE: footer} {PAGE: END} {SECTION: selmsg_update} {MSG: selmsg_update} {SECTION: END} {SECTION: no_unread_messages} {MSG: no_unread_messages} {SECTION: END} {SECTION: todays_posts_lnk} {ROOT}?{VAR: dt_opt} {SECTION: END} {SECTION: unread_messages_lnk} {ROOT}?{VAR: un_opt} {SECTION: END} {SECTION: unanswered_lnk} {ROOT}?{VAR: rp_opt} {SECTION: END} {SECTION: subscribed_frm_lnk} {ROOT}?{VAR: frm_opt} {SECTION: END} {SECTION: subscribed_thr_lnk} {ROOT}?{VAR: th_opt} {SECTION: END} {SECTION: more_unread_messages_lnk} {ROOT}?{VAR: _SERVER['QUERY_STRING']} {SECTION: END} {SECTION: forum_row_lnk} {ROOT}?t={DEF: t_thread_view}&frm_id={VAR: r->forum_id}&{DEF: _rsid} {SECTION: END} {SECTION: thread_row_lnk} {ROOT}?t={DEF: d_thread_view}&goto={VAR: r->id}&{DEF: _rsid}#msg_{VAR: r->id} {SECTION: END}