]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/templates/Helius/posting_topic_review.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / templates / Helius / posting_topic_review.tpl
2 <!-- BEGIN switch_inline_mode -->
3 {TPL_HDR1}<span class="cattitle">{L_TOPIC_REVIEW}</span>{TPL_HDR2}<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
4         <tr>
5                 <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
6 <!-- END switch_inline_mode -->
7 <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
8         <tr>
9                 <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
10                 <th class="thCornerR">{L_MESSAGE}</th>
11         </tr>
12         <!-- BEGIN postrow -->
13         <tr>
14                 <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td>
15                 <td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
16                         <tr> 
17                                 <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
18                         </tr>
19                         <tr> 
20                                 <td colspan="2"><hr /></td>
21                         </tr>
22                         <tr> 
23                                 <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td>
24                         </tr>
25                 </table></td>
26         </tr>
27         <tr> 
28                 <td colspan="2" height="1" class="spaceRow"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" alt="" width="1" height="1" /></td>
29         </tr>
30          <!-- END postrow -->
31 </table>
32 <!-- BEGIN switch_inline_mode -->
33                 </iframe></td>
34         </tr>
35 </table>{TPL_FTR}
36 <!-- END switch_inline_mode -->