[ Index ]

PHP Cross Reference of phpBB-3.2.11-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  <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
  12  <!-- EVENT ucp_pm_viewmessage_print_head_append -->
  13  </head>
  14  <body id="phpbb">
  15  <div id="wrap" class="wrap">
  16      <a id="top" class="top-anchor" accesskey="t"></a>
  17  
  18      <div id="page-header">
  19          <h1>{SITENAME}</h1>
  20          <p>{SITE_DESCRIPTION}</p>
  21  
  22          <h2>{L_PRIVATE_MESSAGING}</h2>
  23      </div>
  24  
  25      <div id="page-body" class="page-body">
  26          <div class="page-number">{PAGE_NUMBER}</div>
  27              <div class="post">
  28                  <h3>{SUBJECT}</h3>
  29                  <div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div>
  30                  <div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div>
  31                  <!-- IF S_TO_RECIPIENT -->
  32                      <div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME}&nbsp;<!-- END to_recipient --></strong></div>
  33                  <!-- ENDIF -->
  34                  <!-- IF S_BCC_RECIPIENT -->
  35                      <div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME}&nbsp;<!-- END bcc_recipient --></strong></div>
  36                  <!-- ENDIF -->
  37                  <hr />
  38                  <div class="content">{MESSAGE}</div>
  39              </div>
  40              <hr />
  41      </div>
  42  
  43      <div id="page-footer" class="page-footer">
  44          <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
  45          <div class="copyright">
  46              <p>{{ CREDIT_LINE }}
  47              </p>
  48              {% if TRANSLATION_INFO %}
  49              <p>{{ TRANSLATION_INFO }}
  50              </p>
  51              {% endif %}
  52          </div>
  53      </div>
  54  </div>
  55  
  56  </body>
  57  </html>


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1