[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 /********************************************************************************* 3 * The contents of this file are subject to the SugarCRM Public License Version 1.1.2 4 * ("License"); You may not use this file except in compliance with the 5 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL 6 * Software distributed under the License is distributed on an "AS IS" basis, 7 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 8 * the specific language governing rights and limitations under the License. 9 * The Original Code is: SugarCRM Open Source 10 * The Initial Developer of the Original Code is SugarCRM, Inc. 11 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; 12 * All Rights Reserved. 13 * Contributor(s): ______________________________________. 14 ********************************************************************************/ 15 /********************************************************************************* 16 * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/modules/Dashboard/index.php,v 1.2 2004/10/06 09:02:05 jack Exp $ 17 * Description: Main file for the Home module. 18 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. 19 * All Rights Reserved. 20 * Contributor(s): ______________________________________.. 21 ********************************************************************************/ 22 23 global $theme; 24 $theme_path="themes/".$theme."/"; 25 $image_path=$theme_path."images/"; 26 ?> 27 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 28 <tr> 29 <td width="50%"> 30 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 31 <tr> 32 <td> 33 <table width="20%" border="0" cellspacing="0" cellpadding="0" align="left"> 34 <tr> 35 <td rowspan="2"><span class="dash_count">1</span> </td> 36 <td nowrap><span class="genHeaderSmall"><?echo $mod_strings['LBL_SALES_STAGE_FORM_TITLE']; ?></span></td> 37 </tr> 38 <tr> 39 <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td> 40 </tr> 41 </table> 42 </td> 43 </tr> 44 <tr> 45 <td height="200"><?php include ("modules/Dashboard/Chart_pipeline_by_sales_stage.php");?></td> 46 </tr> 47 </table> 48 </td> 49 <!-- SCEOND CHART --> 50 <td width="50%"> 51 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 52 <tr> 53 <td> 54 <table width="20%" border="0" cellspacing="0" cellpadding="0" align="left"> 55 <tr> 56 <td rowspan="2"><span class="dash_count">2</span> </td> 57 <td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_MONTH_BY_OUTCOME'];?></span></td> 58 </tr> 59 <tr> 60 <td><span class="big"><? echo $mod_strings['LBL_VERT_BAR_CHART'];?></span> </td> 61 </tr> 62 </table> 63 </td> 64 </tr> 65 <tr> 66 <td height="200"><?php include ("modules/Dashboard/Chart_outcome_by_month.php"); ?></td> 67 </tr> 68 </table> 69 </td> 70 </tr> 71 <tr> 72 <td colspan=2><hr noshade="noshade" size="1" /></td> 73 </tr> 74 <!-- SECOND ROW FIRST CHART --> 75 <tr> 76 <td width="50%"> 77 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 78 <tr> 79 <td> 80 <table width="20%" border="0" cellspacing="0" cellpadding="0" align="left"> 81 <tr> 82 <td rowspan="2"><span class="dash_count">3</span> </td> 83 <td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_LEAD_SOURCE_BY_OUTCOME'];?></span></td> 84 </tr> 85 <tr> 86 <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td> 87 </tr> 88 </table> 89 </td> 90 </tr> 91 <tr> 92 <td height="200"><?php include ("modules/Dashboard/Chart_lead_source_by_outcome.php");?></td> 93 94 </tr> 95 </table> 96 </td> 97 <!-- FOURTH CHART --> 98 <td> 99 <table width="20%" border="0" cellspacing="0" cellpadding="0" align="left"> 100 <tr> 101 <td> 102 <table width="20%" border="0" cellspacing="0" cellpadding="0" align="left"> 103 <tr> 104 <td rowspan="2"><span class="dash_count">4</span> </td> 105 <td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_LEAD_SOURCE_FORM_TITLE'];?></span></td> 106 </tr> 107 <tr> 108 <td><span class="big"><? echo $mod_strings['LBL_PIE_CHART'];?></span> </td> 109 </tr> 110 </table> 111 </td> 112 </tr> 113 <tr> 114 <td height="200"><?php include ("modules/Dashboard/Chart_pipeline_by_lead_source.php") ?></td> 115 </tr> 116 </table> 117 </td> 118 </tr> 119 <tr> 120 <td colspan=2><hr noshade="noshade" size="1" /></td> 121 </tr> 122 </table> 123 <script id="dash_script"> 124 var gdash_display_type = 'MATRIX'; 125 </script>
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 |