[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/styles/subsilver2/template/ -> viewtopic_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  img {
  18      border: 0;
  19  }
  20  
  21  td {
  22      font-family: Verdana,serif;
  23      font-size: 10pt;
  24      line-height: 150%;
  25  }
  26  
  27  .code, .codecontent, 
  28  .quote, .quotecontent {
  29      margin: 0 5px 0 5px;
  30      padding: 5px;
  31      font-size: smaller;
  32      border: black solid 1px;
  33  }
  34  
  35  .quotetitle {
  36      color: black;
  37      display : block;
  38      font-weight: bold;
  39  }
  40  
  41  .forum {
  42      font-family: Arial,Helvetica,sans-serif;
  43      font-weight: bold;
  44      font-size: 18pt;
  45  }
  46  
  47  .topic {
  48      font-family: Arial,Helvetica,sans-serif;
  49      font-size: 14pt;
  50      font-weight: bold;
  51  }
  52  
  53  .gensmall {
  54      font-size: 8pt;
  55  }
  56  
  57  hr {
  58      color: #888;
  59      height: 3px;
  60      border-style: solid;
  61  }
  62  
  63  hr.sep {
  64      color: #aaa;
  65      height: 1px;
  66      border-style: dashed;
  67  }
  68  //-->
  69  </style>
  70  
  71  </head>
  72  <body>
  73  
  74  <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
  75  <tr>
  76      <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall"><a href="{U_FORUM}">{U_FORUM}</a></span></td>
  77  </tr>
  78  <tr>
  79      <td colspan="2"><br /></td>
  80  </tr>
  81  <tr>
  82      <td><span class="topic">{TOPIC_TITLE}</span><br /><span class="gensmall"><a href="{U_TOPIC}">{U_TOPIC}</a></span></td>
  83      <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
  84  </tr>
  85  </table>
  86  
  87  <!-- BEGIN postrow -->
  88  
  89      <hr width="85%" />
  90  
  91      <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
  92      <tr>
  93          <td width="10%" nowrap="nowrap">{L_AUTHOR}:&nbsp;</td>
  94          <td><b>{postrow.POST_AUTHOR}</b> [ {postrow.POST_DATE} ]</td>
  95      </tr>
  96      <tr>
  97          <td width="10%" nowrap="nowrap">{L_POST_SUBJECT}:&nbsp;</td>
  98          <td><b>{postrow.POST_SUBJECT}</b></td>
  99      </tr>
 100      <tr>
 101          <td colspan="2"><hr class="sep" />{postrow.MESSAGE}
 102  
 103          <!-- IF postrow.S_HAS_ATTACHMENTS -->
 104              <br clear="all" /><br />
 105  
 106              <table class="tablebg" width="100%" cellspacing="1">
 107              <tr>
 108                  <td><b class="genmed">{L_ATTACHMENTS}: </b></td>
 109              </tr>
 110              <!-- BEGIN attachment -->
 111                  <tr>
 112                      <td>{postrow.attachment.DISPLAY_ATTACHMENT}</td>
 113                  </tr>
 114              <!-- END attachment -->
 115              </table>
 116          <!-- ENDIF -->
 117  
 118          </td>
 119      </tr>
 120      </table>
 121  <!-- END postrow -->
 122  
 123  <hr width="85%" />
 124  
 125  <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
 126  <tr>
 127      <td><span class="gensmall">{PAGE_NUMBER}</span></td>
 128      <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>
 129  </tr>
 130  <tr>
 131      <td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />https://www.phpbb.com/</span></td>
 132  </tr>
 133  </table>
 134  
 135  </body>
 136  </html>


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