source: trunk/forum/styles/wowred/template/posting_review.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.0 KB
Line 
1
2<table class="tablebg" width="100%" cellspacing="1">
3<tr>
4 <th align="center">{L_POST_REVIEW}</th>
5</tr>
6<tr>
7 <td class="row1" align="center"><span class="gen">{L_POST_REVIEW_EXPLAIN}</span></td>
8</tr>
9<tr>
10 <td class="spacer"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
11</tr>
12<tr>
13 <td class="row1">
14 <table class="tablebg" width="100%" cellspacing="1">
15 <tr>
16 <th width="22%">{L_AUTHOR}</th>
17 <th>{L_MESSAGE}</th>
18 </tr>
19 <!-- BEGIN post_review_row -->
20
21 <!-- IF post_review_row.S_ROW_COUNT is even --> <tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
22
23 <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{post_review_row.POST_ID}"></a>
24 <table width="150" cellspacing="0" cellpadding="4" border="0">
25 <tr>
26 <td align="center"><b class="postauthor">{post_review_row.POST_AUTHOR_FULL}</b></td>
27 </tr>
28 </table>
29 </td>
30 <td width="100%">
31 <table width="100%" cellspacing="0" cellpadding="0" border="0">
32 <tr>
33 <td>&nbsp;</td>
34 <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b>&nbsp;</td>
35 <td class="gensmall" width="100%" valign="middle">{post_review_row.POST_SUBJECT}</td>
36 <td>&nbsp;</td>
37 </tr>
38 </table>
39 </td>
40 </tr>
41
42 <!-- IF post_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
43
44 <td valign="top">
45 <table width="100%" cellspacing="0">
46 <tr>
47 <td valign="top">
48 <table width="100%" cellspacing="0" cellpadding="2">
49 <tr>
50 <td><div class="postbody">{post_review_row.MESSAGE}</div>
51
52 <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
53 <br clear="all" /><br />
54
55 <table class="tablebg" width="100%" cellspacing="1">
56 <tr>
57 <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
58 </tr>
59 <!-- BEGIN attachment -->
60 <tr>
61 <!-- IF post_review_row.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{post_review_row.attachment.DISPLAY_ATTACHMENT}</td>
62 </tr>
63 <!-- END attachment -->
64 </table>
65 <!-- ENDIF -->
66
67 </td>
68 </tr>
69 </table>
70 </td>
71 </tr>
72 <tr>
73 <td>
74 <table width="100%" cellspacing="0" cellpadding="0" border="0">
75 <tr valign="middle">
76 <td width="100%">&nbsp;</td>
77 <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>
78 <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {post_review_row.POST_DATE}</td>
79 </tr>
80 </table>
81 </td>
82 </tr>
83 </table>
84 </td>
85 </tr>
86 <tr>
87 <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
88 </tr>
89 <!-- END post_review_row -->
90 </table>
91 </td>
92</tr>
93</table>
94
95<br clear="all" />
Note: See TracBrowser for help on using the repository browser.