[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/styles/subsilver2/template/ -> posting_review.html (source)

   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                  <!-- IF post_review_row.S_IGNORE_POST -->
  23                  <td colspan="2">{post_review_row.L_IGNORE_POST}</td>
  24                  <!-- ELSE -->
  25  
  26                  <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{post_review_row.POST_ID}"></a>
  27                      <table width="150" cellspacing="0" cellpadding="4" border="0">
  28                      <tr>
  29                          <td align="center"><b class="postauthor">{post_review_row.POST_AUTHOR_FULL}</b></td>
  30                      </tr>
  31                      </table>
  32                  </td>
  33                  <td width="100%">
  34                      <table width="100%" cellspacing="0" cellpadding="0" border="0">
  35                      <tr>
  36                          <td>&nbsp;</td>
  37                          <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b>&nbsp;</td>
  38                          <td class="gensmall" width="100%" valign="middle">{post_review_row.POST_SUBJECT}</td>
  39                          <td>&nbsp;</td>
  40                      </tr>
  41                      </table>
  42                  </td>
  43              </tr>
  44  
  45              <!-- IF post_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
  46  
  47                  <td valign="top">
  48                      <table width="100%" cellspacing="0">
  49                      <tr>
  50                          <td valign="top">
  51                              <table width="100%" cellspacing="0" cellpadding="2">
  52                              <tr>
  53                                  <td><div class="postbody">{post_review_row.MESSAGE}</div>
  54  
  55                                  <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
  56                                      <br clear="all" /><br />
  57  
  58                                      <table class="tablebg" width="100%" cellspacing="1">
  59                                      <tr>
  60                                          <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
  61                                      </tr>
  62                                      <!-- BEGIN attachment -->
  63                                          <tr>
  64                                              <!-- 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>
  65                                          </tr>
  66                                      <!-- END attachment -->
  67                                      </table>
  68                                  <!-- ENDIF -->
  69                                  
  70                                  </td>
  71                              </tr>
  72                              </table>
  73                          </td>
  74                      </tr>
  75                      <tr>
  76                          <td>
  77                              <table width="100%" cellspacing="0" cellpadding="0" border="0">
  78                              <tr valign="middle">
  79                                  <td width="100%">&nbsp;</td>
  80                                  <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>
  81                                  <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {post_review_row.POST_DATE}</td>
  82                              </tr>
  83                              </table>
  84                          </td>
  85                      </tr>
  86                      </table>
  87                  </td>
  88              <!-- ENDIF -->
  89              </tr>
  90              <tr>
  91                  <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
  92              </tr>
  93          <!-- END post_review_row -->
  94          </table>
  95      </td>
  96  </tr>
  97  </table>
  98  
  99  <br clear="all" />


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1