[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Reports/ -> PrintReport.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9  *
  10   ********************************************************************************/ -->*}
  11  
  12  <!DOCTYPE>
  13  <html>
  14      <head>
  15          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  16          <title>{'LBL_PRINT_REPORT'|@vtranslate:$MODULE}</title>
  17          <style>
  18              {literal}
  19              .printReport{
  20                  width:100%;
  21                  border:1px solid #000000;
  22                  border-collapse:collapse;
  23              }
  24              .printReport tr td{
  25                  border:1px dotted #000000;
  26                  text-align:left;
  27              }
  28              .printReport tr th{
  29                  border-bottom:2px solid #000000;
  30                  border-left:1px solid #000000;
  31                  border-top:1px solid #000000;
  32                  border-right:1px solid #000000;
  33              }
  34              {/literal}
  35          </style>
  36      </head>
  37      <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" style="text-align:center;" onLoad="JavaScript:window.print()">
  38          <table width="80%" border="0" cellpadding="5" cellspacing="0" align="center">
  39              <tr>
  40                  <td align="left" valign="top" style="border:0px solid #000000;">
  41                      <h2>{$REPORT_NAME}</h2>
  42                      <font  color="#666666"><div id="report_info"></div></font>
  43                  </td>
  44                  <td align="right" style="border:0px solid #000000;" valign="top">
  45                      <h3 style="color:#CCCCCC">{$ROW} {'LBL_RECORDS'|@vtranslate:$MODULE}</h3>
  46                  </td>
  47              </tr>
  48              <tr>
  49                  <td style="border:0px solid #000000;" colspan="2">
  50                      <table width="100%" border="0" cellpadding="5" cellspacing="0" align="center" class="printReport" >
  51                          {$PRINT_DATA}
  52                      </table>
  53                  </td>
  54              </tr>
  55              <tr><td colspan="2">&nbsp;</td></tr>
  56              <tr>
  57                  <td colspan="2">
  58                      {$TOTAL}
  59                  </td>
  60              <tr>
  61          </table>
  62      </body>
  63  </html>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1