subscribed.tmpl

来自「eGroupWare is a multi-user, web-based gr」· TMPL 代码 · 共 72 行

TMPL
72
字号
/**************************************************************************** copyright            : (C) 2001-2003 Advanced Internet Designs Inc.* email                : forum@prohost.org* $Id: subscribed.tmpl,v 1.2 2003/10/21 18:09:18 iliaa Exp $** 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; either version 2 of the License, or * (at your option) any later version.***************************************************************************/{PHP_FILE: input: subscribed.php.t; output: subscribed.php;}{REF: security.tmpl}{REF: header.tmpl}{REF: footer.tmpl}{REF: forum_notify.tmpl}{REF: thread_notify.tmpl}{REF: stats.tmpl}{REF: draw_pager.tmpl}{REF: tabs.tmpl}{REF: alt_var.tmpl}{PAGE: SUBSCRIBED_PAGE subscribed forums and threads list}{TEMPLATE: header}{TEMPLATE-DATA: tabs}<table border="0" cellspacing="1" cellpadding="2" class="ContentTable"><tr><th colspan=2>{MSG: subscribed_forums}<a name="fff"></a></th></tr>{TEMPLATE-DATA: subscribed_forum_data}<tr><th colspan=2>{MSG: subscribed_threads}</th></tr>{TEMPLATE-DATA: subscribed_thread_data}</table>{TEMPLATE-DATA: pager}{TEMPLATE-DATA: page_stats}{TEMPLATE: footer}{PAGE: END}{SECTION: subscribed_forum_entry}<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td width="100%"><a class="GenLink" href="{TEMPLATE: subscribed_forum_entry_lnk}">{VAR-HTML: r[1]}</a></td><td nowrap><a class="GenLink" href="{TEMPLATE: subscribed_forum_entry_lnk1}">{MSG: unsubscribe}</a> | <a class="GenLink" href="{TEMPLATE: subscribed_forum_entry_lnk}" target="_blank">{MSG: view_forum}</a></td></tr>{SECTION: END}{SECTION: no_subscribed_forums}<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td colspan=2>{MSG: no_subscribed_forums}</td></tr>{SECTION: END}{SECTION: subscribed_thread_entry}<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td width="100%"><a class="GenLink" href="{TEMPLATE: subscribed_thread_entry_lnk}">{VAR: r[1]}</a></td><td nowrap><a class="GenLink" href="{TEMPLATE: subscribed_thread_entry_lnk1}">{MSG: unsubscribe}</a> | <a class="GenLink" href="{TEMPLATE: subscribed_thread_entry_lnk}" target="_blank">{MSG: view_thread}</a></td></tr>{SECTION: END}{SECTION: no_subscribed_threads}<tr class="{ALT-VAR: search_alt RowStyleA RowStyleB}"><td colspan=2>{MSG: no_subscribed_threads}</td></tr>{SECTION: END}{SECTION: subscribed_update}{MSG: subscribed_update}{SECTION: END}{SECTION: subscribed_forum_entry_lnk}{ROOT}?t={DEF: t_thread_view}&amp;frm_id={VAR: r[0]}&amp;{DEF: _rsid}{SECTION: END}{SECTION: subscribed_forum_entry_lnk1}{ROOT}?t=subscribed&amp;frm_id={VAR: r[0]}&amp;{DEF: _rsid}{SECTION: END}{SECTION: subscribed_thread_entry_lnk}{ROOT}?t={DEF: d_thread_view}&amp;th={VAR: r[0]}&amp;{DEF: _rsid}{SECTION: END}{SECTION: subscribed_thread_entry_lnk1}{ROOT}?t=subscribed&amp;th={VAR: r[0]}&amp;{DEF: _rsid}{SECTION: END}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?