[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   2  <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
   3  <head>
   4  <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
   5  <meta http-equiv="Content-Style-Type" content="text/css">
   6  <meta http-equiv="Content-Language" content="{S_USER_LANG}">
   7  <title>{SITENAME} :: {PAGE_TITLE}</title>
   8  
   9  <style type="text/css">
  10  <!--
  11  
  12  body {
  13      font-family: Verdana,serif;
  14      font-size: 10pt;
  15  }
  16  
  17  td {
  18      font-family: Verdana,serif;
  19      font-size: 10pt;
  20      line-height: 150%;
  21  }
  22  
  23  .code,
  24  .quote {
  25      font-size: smaller;
  26      border: black solid 1px;
  27  }
  28  
  29  .forum {
  30      font-family: Arial,Helvetica,sans-serif;
  31      font-weight: bold;
  32      font-size: 18pt;
  33  }
  34  
  35  .topic {
  36      font-family: Arial,Helvetica,sans-serif;
  37      font-size: 14pt;
  38      font-weight: bold;
  39  }
  40  
  41  .gensmall {
  42      font-size: 8pt;
  43  }
  44  
  45  hr {
  46      color: #888;
  47      height: 3px;
  48      border-style: solid;
  49  }
  50  
  51  hr.sep {
  52      color: #aaa;
  53      height: 1px;
  54      border-style: dashed;
  55  }
  56  //-->
  57  </style>
  58  
  59  </head>
  60  <body>
  61  
  62  <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
  63  <tr>
  64      <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</span></td>
  65  </tr>
  66  <tr>
  67      <td colspan="2"><br /></td>
  68  </tr>
  69  <tr>
  70      <td><span class="topic">{SUBJECT}</span><br /></td>
  71      <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
  72  </tr>
  73  </table>
  74  
  75  <hr width="85%" />
  76  
  77  <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
  78  <tr>
  79      <td width="10%" nowrap="nowrap">{L_PM_FROM}:&nbsp;</td>
  80      <td><b>{MESSAGE_AUTHOR}</b> [ {SENT_DATE} ]</td>
  81  </tr>
  82      
  83  <!-- IF S_TO_RECIPIENT -->
  84      <tr>
  85          <td width="10%" nowrap="nowrap">{L_TO}:</td>
  86          <td>
  87          <!-- BEGIN to_recipient -->
  88              <span<!-- IF to_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->>{to_recipient.NAME}</span>&nbsp;
  89          <!-- END to_recipient -->
  90          </td>
  91      </tr>
  92  <!-- ENDIF -->
  93  
  94  <!-- IF S_BCC_RECIPIENT -->
  95      <tr>
  96          <td width="10%" nowrap="nowrap">{L_BCC}:</td>
  97          <td>
  98          <!-- BEGIN bcc_recipient -->
  99              <!-- IF bcc_recipient.COLOUR --><span style="color:{bcc_recipient.COLOUR}"><!-- ELSE --><span<!-- IF bcc_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->><!-- ENDIF -->{bcc_recipient.NAME}</span>&nbsp;
 100          <!-- END bcc_recipient -->
 101          </td>
 102      </tr>
 103  <!-- ENDIF -->
 104  <tr>
 105      <td colspan="2"><hr class="sep" />{MESSAGE}</td>
 106  </tr>
 107  </table>
 108  
 109  <hr width="85%" />
 110  
 111  <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
 112  <tr>
 113      <td><span class="gensmall">{PAGE_NUMBER}</span></td>
 114      <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
 115  </tr>
 116  <tr>
 117      <td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />https://www.phpbb.com/</span></td>
 118  </tr>
 119  </table>
 120  
 121  </body>
 122  </html>


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