[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/templates/subSilver/ -> bbcode.tpl (source)

   1  <!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
   2  <!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
   3  
   4  <!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open -->
   5  <!-- BEGIN olist_close --></ol><!-- END olist_close -->
   6  
   7  <!-- BEGIN listitem --><li><!-- END listitem -->
   8  
   9  <!-- BEGIN quote_username_open --></span>
  10  <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
  11  <tr> 
  12        <td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
  13      </tr>
  14      <tr>
  15        <td class="quote"><!-- END quote_username_open -->
  16  <!-- BEGIN quote_open --></span>
  17  <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
  18  <tr> 
  19        <td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
  20      </tr>
  21      <tr>
  22        <td class="quote"><!-- END quote_open -->
  23  <!-- BEGIN quote_close --></td>
  24      </tr>
  25  </table>
  26  <span class="postbody"><!-- END quote_close -->
  27  
  28  <!-- BEGIN code_open --></span>
  29  <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
  30  <tr> 
  31        <td><span class="genmed"><b>{L_CODE}:</b></span></td>
  32      </tr>
  33      <tr>
  34        <td class="code"><!-- END code_open -->
  35  <!-- BEGIN code_close --></td>
  36      </tr>
  37  </table>
  38  <span class="postbody"><!-- END code_close -->
  39  
  40  
  41  <!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
  42  <!-- BEGIN b_close --></span><!-- END b_close -->
  43  
  44  <!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
  45  <!-- BEGIN u_close --></span><!-- END u_close -->
  46  
  47  <!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
  48  <!-- BEGIN i_close --></span><!-- END i_close -->
  49  
  50  <!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open -->
  51  <!-- BEGIN color_close --></span><!-- END color_close -->
  52  
  53  <!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open -->
  54  <!-- BEGIN size_close --></span><!-- END size_close -->
  55  
  56  <!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
  57  
  58  <!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
  59  
  60  <!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email -->


Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1