#28485
[phpbb.git] / phpBB / styles / prosilver / template / ucp_main_subscribed.html
blobb146619f75dde5eb42b6423a71e3049e25cc9e2e
1 <!-- INCLUDE ucp_header.html -->
3 <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
5 <h2>{L_TITLE}</h2>
6 <div class="panel">
7 <div class="inner"><span class="corners-top"><span></span></span>
9 <p>{L_WATCHED_EXPLAIN}</p>
11 <!-- IF .forumrow -->
12 <ul class="topiclist">
13 <li class="header">
14 <dl class="icon">
15 <dt>{L_WATCHED_FORUMS}</dt>
16 <dd class="mark">{L_MARK}</dd>
17 </dl>
18 </li>
19 </ul>
20 <ul class="topiclist cplist">
22 <!-- BEGIN forumrow -->
23 <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
24 <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
25 <dt><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
26 <!-- 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>
27 <!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> {L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
28 <!-- ELSE -->{L_NO_POSTS}<!-- ENDIF -->
29 </dt>
30 <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>
31 </dl>
32 </li>
33 <!-- END forumrow -->
34 </ul>
35 <!-- ELSEIF S_FORUM_NOTIFY -->
36 <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
37 <!-- ENDIF -->
39 <!-- IF .topicrow -->
40 <ul class="topiclist">
41 <li class="header">
42 <dl class="icon">
43 <dt>{L_WATCHED_TOPICS}</dt>
44 <dd class="lastpost">{L_LAST_POST}</dd>
45 </dl>
46 </li>
47 </ul>
48 <ul class="topiclist cplist">
50 <!-- BEGIN topicrow -->
51 <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
52 <dl class="icon" style="background-image: url({topicrow.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
53 <dt style="<!-- IF topicrow.TOPIC_ICON_IMG -->background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;<!-- ENDIF -->" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
54 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
55 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
56 <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
57 <!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
58 <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
59 </dt>
60 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
61 <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}</span>
62 </dd>
63 <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
64 </dl>
65 </li>
66 <!-- END topicrow -->
67 </ul>
68 <ul class="linklist">
69 <li class="rightside pagination">
70 <!-- IF TOTAL_TOPICS --> {TOTAL_TOPICS} <!-- ENDIF -->
71 <!-- 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 -->
72 </li>
73 </ul>
74 <!-- ELSEIF S_TOPIC_NOTIFY -->
75 <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
76 <!-- ENDIF -->
78 <span class="corners-bottom"><span></span></span></div>
79 </div>
81 <!-- IF .topicrow or .forumrow -->
82 <fieldset class="display-actions">
83 <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
84 <div><a href="#" onclick="marklist('ucp', 't', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', 't', false); return false;">{L_UNMARK_ALL}</a></div>
85 {S_FORM_TOKEN}
86 </fieldset>
87 <!-- ENDIF -->
88 </form>
90 <!-- INCLUDE ucp_footer.html -->