Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.privmsgs_preview.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Mon,  4 Jul 2005 04:52:25 -0400 (time=1120467145)
5 ?> 
6 <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
7   <tr> 
8         <th height="25" class="thHead" colspan="2"><?php echo isset($this->vars['L_PREVIEW']) ? $this->vars['L_PREVIEW'] : $this->lang('L_PREVIEW'); ?></th>
9   </tr>
10   <tr> 
11         <td class="row2"><span class="genmed"><?php echo isset($this->vars['L_FROM']) ? $this->vars['L_FROM'] : $this->lang('L_FROM'); ?>:</span></td>
12         <td width="100%" class="row2"><span class="genmed"><?php echo isset($this->vars['MESSAGE_FROM']) ? $this->vars['MESSAGE_FROM'] : $this->lang('MESSAGE_FROM'); ?></span></td>
13   </tr>
14   <tr> 
15         <td class="row2"><span class="genmed"><?php echo isset($this->vars['L_TO']) ? $this->vars['L_TO'] : $this->lang('L_TO'); ?>:</span></td>
16         <td width="100%" class="row2"><span class="genmed"><?php echo isset($this->vars['MESSAGE_TO']) ? $this->vars['MESSAGE_TO'] : $this->lang('MESSAGE_TO'); ?></span></td>
17   </tr>
18   <tr> 
19         <td class="row2"><span class="genmed"><?php echo isset($this->vars['L_POSTED']) ? $this->vars['L_POSTED'] : $this->lang('L_POSTED'); ?>:</span></td>
20         <td width="100%" class="row2"><span class="genmed"><?php echo isset($this->vars['POST_DATE']) ? $this->vars['POST_DATE'] : $this->lang('POST_DATE'); ?></span></td>
21   </tr>
22   <tr> 
23         <td class="row2"><span class="genmed"><?php echo isset($this->vars['L_SUBJECT']) ? $this->vars['L_SUBJECT'] : $this->lang('L_SUBJECT'); ?>:</span></td>
24         <td width="100%" class="row2"><span class="genmed"><?php echo isset($this->vars['POST_SUBJECT']) ? $this->vars['POST_SUBJECT'] : $this->lang('POST_SUBJECT'); ?></span></td>
25   </tr>
26   <tr> 
27         <td valign="top" colspan="2" class="row1"><span class="postbody"><?php echo isset($this->vars['MESSAGE']) ? $this->vars['MESSAGE'] : $this->lang('MESSAGE'); ?></span></td>
28   </tr>
29 </table>
31 <br clear="all" />