[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!DOCTYPE html>
   2  <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
   3  <head>
   4  <meta charset="utf-8" />
   5  <meta http-equiv="X-UA-Compatible" content="IE=edge">
   6  <meta name="robots" content="noindex" />
   7  {META}
   8  <title>{SITENAME} &bull; {PAGE_TITLE}</title>
   9  
  10  <link href="{T_THEME_PATH}/print.css" rel="stylesheet">
  11  <!-- EVENT ucp_pm_viewmessage_print_head_append -->
  12  </head>
  13  <body id="phpbb">
  14  <div id="wrap">
  15      <a id="top" class="anchor" accesskey="t"></a>
  16  
  17      <div id="page-header">
  18          <h1>{SITENAME}</h1>
  19          <p>{SITE_DESCRIPTION}</p>
  20  
  21          <h2>{L_PRIVATE_MESSAGING}</h2>
  22      </div>
  23  
  24      <div id="page-body">
  25          <div class="page-number">{PAGE_NUMBER}</div>
  26              <div class="post">
  27                  <h3>{SUBJECT}</h3>
  28                  <div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div>
  29                  <div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div>
  30                  <!-- IF S_TO_RECIPIENT -->
  31                      <div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME}&nbsp;<!-- END to_recipient --></strong></div>
  32                  <!-- ENDIF -->
  33                  <!-- IF S_BCC_RECIPIENT -->
  34                      <div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME}&nbsp;<!-- END bcc_recipient --></strong></div>
  35                  <!-- ENDIF -->
  36                  <hr />
  37                  <div class="content">{MESSAGE}</div>
  38              </div>
  39              <hr />
  40      </div>
  41  
  42      <div id="page-footer">
  43          <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
  44          <div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Limited<br />https://www.phpbb.com/</div>
  45      </div>
  46  </div>
  47  
  48  </body>
  49  </html>


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1