[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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_CALCULATIONS}</span><br> 16 {$MOD.LBL_SELECT_COLUMNS_TO_TOTAL} 17 <hr> 18 </td> 19 </tr> 20 <tr><td colspan="2"> 21 <div style="overflow:auto;height:448px"> 22 <table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="100%"> 23 <tbody> 24 <tr> 25 <td class="lvtCol" nowrap width="40%">{$MOD.LBL_COLUMNS}</td> 26 <td class="lvtCol" nowrap width="15%">{$MOD.LBL_COLUMNS_SUM}</td> 27 <td class="lvtCol" nowrap width="15%">{$MOD.LBL_COLUMNS_AVERAGE}</td> 28 <td class="lvtCol" nowrap width="15%">{$MOD.LBL_COLUMNS_LOW_VALUE}</td> 29 <td class="lvtCol" nowrap width="15%">{$MOD.LBL_COLUMNS_LARGE_VALUE}</td> 30 </tr> 31 {foreach item=modules from=$BLOCK1} 32 {foreach item=row from=$modules} 33 <tr class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'" bgcolor="white"> 34 <td><b>{$row.0}</b></td> 35 <td>{$row.1}</td> 36 <td>{$row.2}</td> 37 <td>{$row.3}</td> 38 <td>{$row.4}</td> 39 </tr> 40 {/foreach} 41 {/foreach} 42 </tbody> 43 </table> 44 </div> 45 </td></tr> 46 </tbody> 47 </table>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |