[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ReportContents.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 align="center" border="0" cellpadding="0" cellspacing="0" width="99%"  class="showPanelBg">
  13      <tbody><tr>
  14      <td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
  15      <td valign="top" width="50%" style="padding: 10px;border-right:1px dashed #CCCCCC">
  16      <!-- Reports Table Starts Here  -->
  17      {foreach item=reportfolder from=$REPT_FLDR}
  18      <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" class="reportsListTable">
  19          <tr>
  20          <td class="mailSubHeader"><b>
  21          
  22          {if $MOD[$reportfolder.name] neq ''}
  23              {$MOD[$reportfolder.name]}
  24          {else}
  25              {$reportfolder.name}
  26          {/if}
  27          </b>
  28          </td>
  29          </tr>
  30          <tr>
  31          <td>
  32          <table  class="small" border="0" cellpadding="5" cellspacing="1" width="100%">
  33              <tbody>
  34              <tr>
  35              <td class="lvtCol" width="5%">#</td>
  36              <td class="lvtCol" width="35%">{$MOD.LBL_REPORT_NAME}</td>
  37              <td class="lvtCol" width="50%">{$MOD.LBL_DESCRIPTION}</td>
  38              <td class="lvtCol" width="10%">{$MOD.LBL_TOOLS}</td>
  39              </tr>
  40              {foreach name=reportdtls item=reportdetails from=$reportfolder.details}
  41                  <tr class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'" bgcolor="white">
  42                  <td>{$smarty.foreach.reportdtls.iteration}</td>
  43                  {if $MOD[$reportdetails.reportname] neq ''}
  44                      <td><a href="index.php?module=Reports&action=SaveAndRun&record={$reportdetails.reportid}&folderid={$reportfolder.id}">{$MOD[$reportdetails.reportname]}</a></td>
  45                  {else}
  46                      <td><a href="index.php?module=Reports&action=SaveAndRun&record={$reportdetails.reportid}&folderid={$reportfolder.id}">{$reportdetails.reportname}</a></td>
  47                  {/if}
  48                  {if $MOD[$reportdetails.description] neq ''}
  49                      <td>{$MOD[$reportdetails.description]}</td>
  50                  {else}
  51                      <td>{$reportdetails.description}</td>
  52                  {/if}
  53                  <td align="center" nowrap>
  54                  {if $reportdetails.customizable eq '1'}
  55                  <a href="javascript:;" onClick="editReport('{$reportdetails.reportid}');"><img src="{$IMAGE_PATH}editfield.gif" align="absmiddle" title="{$MOD.LBL_CUSTOMIZE_BUTTON}..." border="0"></a>
  56                  {/if}
  57                  {if $reportdetails.state neq 'SAVED'}
  58                  &nbsp;| &nbsp;<a href="javascript:;" onclick="DeleteReport('{$reportdetails.reportid}');"><img src="{$IMAGE_PATH}delete.gif" align="absmiddle" title="{$MOD.LBL_DELETE}..." border="0"></a>
  59                  {/if}
  60                  </td>
  61                  </tr>
  62              {/foreach}
  63  
  64              </tbody>
  65          </table>
  66          </td>
  67          </tr>
  68      </table>
  69      <br />
  70      {/foreach}
  71      <!-- Reports Table Ends Here  -->
  72      </td>
  73      <td style="padding:10px;" valign="top" align="center" width="50%">
  74      <div id="customizedrep">
  75          {include file="ReportsCustomize.tpl"}    
  76      </div>
  77      </td>
  78      <td valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
  79      </tr>
  80      <tr>
  81      <td colspan="2" align="center">&nbsp;</td>
  82      </tr>
  83      </tbody>
  84  </table>
  85  


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