source: trunk/forum/styles/wowgold/template/ucp_main_subscribed.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 3.7 KB
Line 
1<!-- INCLUDE ucp_header.html -->
2
3<table class="tablebg" width="100%" cellspacing="1">
4<tr>
5 <th colspan="4">{L_UCP}</th>
6</tr>
7<tr>
8 <td class="row1" colspan="4" align="center"><span class="genmed">{L_WATCHED_EXPLAIN}</span></td>
9</tr>
10<!-- IF S_FORUM_NOTIFY -->
11 <tr>
12 <th colspan="4">{L_WATCHED_FORUMS}</th>
13 </tr>
14
15 <!-- BEGIN forumrow -->
16
17 <!-- IF forumrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
18 <td style="padding: 4px;" width="20" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
19 <td style="padding: 4px;" width="100%"><p class="topictitle"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></p></td>
20 <td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br />{forumrow.LAST_POST_AUTHOR_FULL} <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></td>
21 <td style="padding: 4px;"> <input type="checkbox" class="radio" name="f[{forumrow.FORUM_ID}]" /> </td>
22 </tr>
23 <!-- BEGINELSE -->
24 <tr class="row1">
25 <td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td>
26 </tr>
27 <!-- END forumrow -->
28<!-- ENDIF -->
29<!-- IF S_TOPIC_NOTIFY -->
30 <tr>
31 <th colspan="4">{L_WATCHED_TOPICS}</th>
32 </tr>
33
34 <!-- IF TOTAL_TOPICS -->
35 <tr>
36 <td class="row3" colspan="4">
37 <table width="100%" cellspacing="1">
38 <tr>
39 <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
40 <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
41 <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
42 </tr>
43 </table>
44 </td>
45 </tr>
46 <!-- ENDIF -->
47
48 <!-- BEGIN topicrow -->
49
50 <!-- IF topicrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
51 <td style="padding: 4px;" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
52 <td style="padding: 4px;" width="100%" valign="top">
53 <p class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p>
54 <!-- IF topicrow.S_GLOBAL_TOPIC --><span class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</span><!-- ELSE --><span class="gensmall"><b>{L_FORUM}: </b><a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a></span><!-- ENDIF -->
55 <!-- IF topicrow.PAGINATION -->
56 <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
57 <!-- ENDIF -->
58 </td>
59 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap">
60 <p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
61 <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
62 <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
63 </p>
64 </td>
65 <td style="padding: 4px;"> <input type="checkbox" class="radio" name="t[{topicrow.TOPIC_ID}]" /> </td>
66 </tr>
67 <!-- BEGINELSE -->
68 <tr class="row1">
69 <td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td>
70 </tr>
71 <!-- END topicrow -->
72<!-- ENDIF -->
73
74<!-- IF .topicrow or .forumrow -->
75<tr>
76 <td class="cat" colspan="4" align="{S_CONTENT_FLOW_END}"><input class="btnlite" type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" />&nbsp;</td>
77</tr>
78<!-- ENDIF -->
79</table>
80<!-- IF .topicrow or .forumrow -->
81<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="marklist('ucp', 't', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('ucp', 't', false); return false;">{L_UNMARK_ALL}</a></b></div>
82<!-- ENDIF -->
83
84<!-- INCLUDE ucp_footer.html -->
Note: See TracBrowser for help on using the repository browser.