Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.posting_preview.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Tue, 14 Jun 2005 05:00:56 -0400 (time=1118739656)
5 ?> 
6 <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
7         <tr> 
8                 <th height="25" class="thHead"><?php echo isset($this->vars['L_PREVIEW']) ? $this->vars['L_PREVIEW'] : $this->lang('L_PREVIEW'); ?></th>
9         </tr>
10         <tr> 
11                 <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="<?php echo isset($this->vars['L_POST']) ? $this->vars['L_POST'] : $this->lang('L_POST'); ?>" /><span class="postdetails"><?php echo isset($this->vars['L_POSTED']) ? $this->vars['L_POSTED'] : $this->lang('L_POSTED'); ?>: <?php echo isset($this->vars['POST_DATE']) ? $this->vars['POST_DATE'] : $this->lang('POST_DATE'); ?> &nbsp;&nbsp;&nbsp; <?php echo isset($this->vars['L_POST_SUBJECT']) ? $this->vars['L_POST_SUBJECT'] : $this->lang('L_POST_SUBJECT'); ?>: <?php echo isset($this->vars['POST_SUBJECT']) ? $this->vars['POST_SUBJECT'] : $this->lang('POST_SUBJECT'); ?></span></td>
12         </tr>
13         <tr> 
14                 <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
15                         <tr>
16                                 <td>
17                                         <span class="postbody"><?php echo isset($this->vars['MESSAGE']) ? $this->vars['MESSAGE'] : $this->lang('MESSAGE'); ?></span>
18                                 </td>
19                         </tr>
20                 </table></td>
21         </tr>
22         <tr> 
23                 <td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td>
24         </tr>
25 </table>
27 <br clear="all" />