source: trunk/forum/styles/subsilver2/template/posting_topic_review.html

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 3.7 KB
Line 
1
2<table class="tablebg" width="100%" cellspacing="1">
3<tr>
4 <th align="center">{L_TOPIC_REVIEW} - {TOPIC_TITLE}</th>
5</tr>
6<tr>
7 <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
8
9 <table class="tablebg" width="100%" cellspacing="1">
10 <tr>
11 <th width="22%">{L_AUTHOR}</th>
12 <th>{L_MESSAGE}</th>
13 </tr>
14 <!-- BEGIN topic_review_row -->
15
16 <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
17
18 <!-- IF topic_review_row.S_IGNORE_POST -->
19 <td colspan="2">{topic_review_row.L_IGNORE_POST}</td>
20 <!-- ELSE -->
21 <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{topic_review_row.POST_ID}"></a>
22 <table width="150" cellspacing="0">
23 <tr>
24 <td align="center"><b class="postauthor"<!-- IF topic_review_row.POST_AUTHOR_COLOUR --> style="color: {topic_review_row.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{topic_review_row.POST_AUTHOR}</b></td>
25 </tr>
26 </table>
27 </td>
28 <td width="100%">
29 <table width="100%" cellspacing="0">
30 <tr>
31 <td>&nbsp;</td>
32 <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b>&nbsp;</td>
33 <td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td>
34 <td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}'); return false;">{QUOTE_IMG}</a><!-- ENDIF --></td>
35 </tr>
36 </table>
37 </td>
38 </tr>
39
40 <!-- IF topic_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
41
42 <td valign="top">
43 <table width="100%" cellspacing="0">
44 <tr>
45 <td valign="top">
46 <table width="100%" cellspacing="0" cellpadding="2">
47 <tr>
48 <td>
49 <div class="postbody">{topic_review_row.MESSAGE}</div>
50
51 <!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
52 <br clear="all" /><br />
53
54 <table class="tablebg" width="100%" cellspacing="1">
55 <tr>
56 <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
57 </tr>
58 <!-- BEGIN attachment -->
59 <tr>
60 <!-- IF topic_review_row.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{topic_review_row.attachment.DISPLAY_ATTACHMENT}</td>
61 </tr>
62 <!-- END attachment -->
63 </table>
64 <!-- ENDIF -->
65
66 <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->
67 <div id="message_{topic_review_row.POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div>
68 <!-- ENDIF -->
69 </td>
70 </tr>
71 </table>
72 </td>
73 </tr>
74 <tr>
75 <td>
76 <table width="100%" cellspacing="0">
77 <tr valign="middle">
78 <td width="100%" align="{S_CONTENT_FLOW_BEGIN}"><span class="gensmall"><!-- IF topic_review_row.U_MCP_DETAILS -->[ <a href="{topic_review_row.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></span></td>
79 <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>
80 <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {topic_review_row.POST_DATE}</td>
81 </tr>
82 </table>
83 </td>
84 </tr>
85 </table>
86 </td>
87 <!-- ENDIF -->
88 </tr>
89 <tr>
90 <td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
91 </tr>
92 <!-- END topic_review_row -->
93 </table>
94 </div></td>
95</tr>
96</table>
97
98<br clear="all" />
Note: See TracBrowser for help on using the repository browser.