aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_subscribed.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
commitf610ed82cbf0df2b5f8afd6ca3f88b9313281036 (patch)
tree22eee242b76b4a75bfa2efff1169e90637858982 /phpBB/styles/prosilver/template/ucp_main_subscribed.html
parentc78c82123e6876541320ad4ebf2ba1e85a582fd0 (diff)
downloadforums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.gz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.bz2
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.xz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.zip
say hello to prosilver... YAAAYEEEE
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_subscribed.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
new file mode 100644
index 0000000000..f0a15e590c
--- /dev/null
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -0,0 +1,91 @@
+<!-- INCLUDE ucp_header.html -->
+
+<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
+
+<h2>{L_TITLE}</h2>
+<div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <p>{L_WATCHED_EXPLAIN}</p>
+
+<!-- IF .forumrow -->
+ <ul class="topiclist">
+ <li class="header">
+ <dl class="icon">
+ <dt>{L_WATCHED_FORUMS}</dt>
+ <dd class="mark">{L_MARK}</dd>
+ </dl>
+ </li>
+ </ul>
+ <ul class="topiclist cplist">
+
+ <!-- BEGIN forumrow -->
+ <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
+ <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC});">
+ <dt><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
+ <!-- IF forumrow.LAST_POST_TIME -->{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a>
+ <!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
+ <!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
+ </dt>
+ <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>
+ </dl>
+ </li>
+ <!-- END forumrow -->
+ </ul>
+<!-- ELSE -->
+ <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
+<!-- ENDIF -->
+
+<!-- IF .topicrow -->
+ <ul class="topiclist">
+ <li class="header">
+ <dl class="icon">
+ <dt>{L_WATCHED_TOPICS}</dt>
+ <dd class="lastpost">{L_LAST_POST}</dd>
+ </dl>
+ </li>
+ </ul>
+ <ul class="topiclist cplist">
+
+ <!-- BEGIN topicrow -->
+ <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
+ <dl class="icon" style="background-image: url({topicrow.TOPIC_FOLDER_IMG_SRC});">
+ <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG});"<!-- ENDIF -->>
+ <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> {topicrow.ATTACH_ICON_IMG}
+ <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
+ <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
+ <!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
+ {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME} <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
+ </dt>
+ <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a><br />
+ {L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
+ </dd>
+
+ <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
+ </dl>
+ </li>
+ <!-- END topicrow -->
+ </ul>
+ <ul class="linklist">
+ <li class="rightside pagination">
+ <!-- IF TOTAL_TOPICS --> {TOTAL_TOPICS} <!-- ENDIF -->
+ <!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
+ </li>
+ </ul>
+<!-- ELSE -->
+ <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
+<!-- ENDIF -->
+
+ <span class="corners-bottom"><span></span></span></div>
+</div>
+
+<!-- IF .topicrow or .forumrow -->
+ <fieldset class="display-actions">
+ <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
+ <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div>
+ </fieldset>
+<!-- ENDIF -->
+
+</form>
+
+<!-- INCLUDE ucp_footer.html --> \ No newline at end of file