[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
   3  <head>
   4  
   5  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   6  <meta http-equiv="content-style-type" content="text/css" />
   7  <meta http-equiv="content-language" content="{S_USER_LANG}" />
   8  <meta http-equiv="imagetoolbar" content="no" />
   9  <meta name="resource-type" content="document" />
  10  <meta name="distribution" content="global" />
  11  <meta name="keywords" content="" />
  12  <meta name="description" content="" />
  13  <meta name="robots" content="noindex" />
  14  {META}
  15  <title>{SITENAME} &bull; {PAGE_TITLE}</title>
  16  
  17  <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
  18  </head>
  19  
  20  <body id="phpbb">
  21  <div id="wrap">
  22      <a id="top" name="top" accesskey="t"></a>
  23  
  24      <div id="page-header">
  25          <h1>{SITENAME}</h1>
  26          <p>{SITE_DESCRIPTION}</p>
  27  
  28          <h2>{L_PRIVATE_MESSAGING}</h2>
  29      </div>
  30  
  31      <div id="page-body">
  32          <div class="page-number">{PAGE_NUMBER}</div>
  33              <div class="post">
  34                  <h3>{SUBJECT}</h3>
  35                  <div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div>
  36                  <div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div>
  37                  <!-- IF S_TO_RECIPIENT -->
  38                      <div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME}&nbsp;<!-- END to_recipient --></strong></div>
  39                  <!-- ENDIF -->
  40                  <!-- IF S_BCC_RECIPIENT -->
  41                      <div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME}&nbsp;<!-- END bcc_recipient --></strong></div>
  42                  <!-- ENDIF -->
  43                  <hr />
  44                  <div class="content">{MESSAGE}</div>
  45              </div>
  46              <hr />
  47      </div>
  48  
  49      <div id="page-footer">
  50          <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
  51          <div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />https://www.phpbb.com/</div>
  52      </div>
  53  </div>
  54  
  55  </body>
  56  </html>


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