[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Smarty/templates/ -> ReportsType.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  <table class="small" bgcolor="#ffffff" border="0" cellpadding="5" cellspacing="0" width="100%">
  13      <tbody><tr>
  14      <td colspan="2">
  15      <span class="genHeaderGray"> {$MOD.LBL_REPORT_TYPE} </span><br>
  16      {$MOD.LBL_SELECT_REPORT_TYPE_BELOW}                            
  17      <hr>
  18      </td>
  19      </tr>
  20      <tr>
  21      <td style="padding-right: 5px;" rowspan="2" align="right" width="25%">
  22      <img src="{$IMAGE_PATH}tabular.gif" align="absmiddle">
  23      </td>
  24      <td style="padding-left: 5px;" align="left" height="50" valign="bottom" width="75%">
  25      {if $REPORT_TYPE eq 'tabular'}
  26      <input checked type="radio" name="reportType" value="tabular" onclick="hideTabs()">
  27      {else}
  28      <input type="radio" name="reportType" value="tabular" onclick="hideTabs()">
  29      {/if}
  30      <b> {$MOD.LBL_TABULAR_FORMAT}</b></td>
  31      </tr><tr><td style="padding-left: 25px;" align="left" valign="top" width="75%">
  32       {$MOD.LBL_TABULAR_REPORTS_ARE_SIMPLEST}    
  33      </td>
  34      </tr>
  35      <tr><td colspan="2">&nbsp;</td></tr>
  36      <tr>
  37      <td style="padding-right: 5px;" rowspan="2" align="right" width="25%">
  38      <img src="{$IMAGE_PATH}summarize.gif" align="absmiddle">
  39      </td>
  40      <td style="padding-left: 5px;" align="left" height="50" valign="bottom" width="75%">
  41      {if $REPORT_TYPE eq 'summary'}
  42      <input type="radio" checked name="reportType" value="summary" onclick="hideTabs()">
  43      {else}
  44      <input type="radio" name="reportType" value="summary" onclick="hideTabs()">
  45      {/if}
  46      <b> {$MOD.LBL_SUMMARY_REPORT}</b></td>
  47      </tr><tr><td style="padding-left: 25px;" align="left" valign="top" width="75%">
  48       {$MOD.LBL_SUMMARY_REPORT_VIEW_DATA_WITH_SUBTOTALS}
  49      </td>
  50      </tr>
  51      <tr><td colspan="2" height="215">&nbsp;</td></tr>
  52      </tbody>
  53  </table>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7