/** * copyright : (C) 2001-2019 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id: show.tmpl 6289 2019-05-25 15:57:23Z 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: show.inc.t; output: @show.inc;} {MAIN_SECTION: show_links the links that you see on index/thread/msg page that allow you to access selmsg} {MSG: show_show} {MSG: todays_posts} {IF: _uid}{TEMPLATE: unread_posts}{ENDIF} {IF: !$th}{TEMPLATE: unanswered_posts}{ENDIF} :: {MSG: show_pollist} :: {MSG: mnav_title} {MAIN_SECTION: END} {SECTION: unread_posts} :: {MSG: unread_posts}  {SECTION: END} {SECTION: unanswered_posts} :: {MSG: unanswered_posts}  {SECTION: END} {SECTION: unread_posts_lnk} {ROOT}?t=selmsg&unread=1&{DEF: _rsid}&frm_id={IF: isset($frm->forum_id)}{VAR: frm->forum_id}{ELSE}{VAR: frm->id}{ENDI} {SECTION: END} {SECTION: unanswered_posts_lnk} {ROOT}?t=selmsg&reply_count=0&{DEF: _rsid}&frm_id={IF: isset($frm->forum_id)}{VAR: frm->forum_id}{ELSE}{VAR: frm->id}{ENDI} {SECTION: END} {SECTION: show_links_lnk} {ROOT}?t=selmsg&date=today&{DEF: _rsid}&frm_id={IF: isset($frm->forum_id)}{VAR: frm->forum_id}{ELSE}{VAR: frm->id}{ENDI}&th={VAR: th} {SECTION: END} {SECTION: show_links_lnk1} {ROOT}?t=polllist&{DEF: _rsid} {SECTION: END} {SECTION: show_links_lnk2} {ROOT}?t=mnav&{DEF: _rsid} {SECTION: END}