[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> DetailViewFields.tpl (source)

   1  {*<!--
   2  
   3  /*********************************************************************************
   4  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   5   * ("License"); You may not use this file except in compliance with the License
   6   * The Original Code is:  vtiger CRM Open Source
   7   * The Initial Developer of the Original Code is vtiger.
   8   * Portions created by vtiger are Copyright (C) vtiger.
   9   * All Rights Reserved.
  10  *
  11   ********************************************************************************/
  12  
  13  -->*}
  14  
  15  <!-- This file is used to display the fields based on the ui type in detailview -->
  16          {if $keyid eq '1' || $keyid eq 2 || $keyid eq '11' || $keyid eq '7' || $keyid eq '9' || $keyid eq '55' || $keyid eq '71' || $keyid eq '72'} <!--TextBox-->
  17                                                   <td width=25% class="dvtCellInfo" align="left">&nbsp;
  18                                                         {if $keyid eq '55'}<!--SalutationSymbol-->
  19                                                               {$keysalut}
  20                                                         {*elseif $keyid eq '71' || $keyid eq '72'}  <!--CurrencySymbol-->
  21                                                               {$keycursymb*}
  22                                                              {/if}
  23                                                         {$keyval}
  24                                                    </td>
  25                                               {elseif $keyid eq '13'} <!--Email-->
  26                                                    <td width=25% class="dvtCellInfo" align="left">&nbsp;<a href="mailto:{$keyval}" target="_blank">{$keyval}</a>
  27                                                    </td>
  28                                               {elseif $keyid eq '15' || $keyid eq '16' || $keyid eq '111'} <!--ComboBox-->
  29                                             <td width=25% class="dvtCellInfo" align="left">&nbsp;{$keyval}
  30                                             </td>
  31                                               {elseif $keyid eq '17'} <!--WebSite-->
  32                                                    <td width=25% class="dvtCellInfo" align="left">&nbsp;<a href="http://{$keyval}" target="_blank">{$keyval}</a>
  33                                                    </td>
  34                                               {elseif $keyid eq '19' || $keyid eq '20'} <!--TextArea/Description-->
  35                                                    <td width=25% class="dvtCellInfo" align="left">&nbsp;{$keyval}                   
  36                                                    </td>
  37                                               {elseif $keyid eq '21' || $keyid eq '24' || $keyid eq '22'} <!--TextArea/Street-->
  38                                                    <td width=25% class="dvtCellInfo" align="left">&nbsp;{$keyval}
  39                                                    </td>
  40                                               {elseif $keyid eq '50' || $keyid eq '73' || $keyid eq '51' || $keyid eq '57' || $keyid eq '59' || $keyid eq '75' || $keyid eq '81' || $keyid eq '76' || $keyid eq '78' || $keyid eq '80'} <!--AccountPopup-->
  41                                                    <td width=25% class="dvtCellInfo" align="left">&nbsp;<a href="{$keyseclink}">{$keyval}</a>
  42                                                    </td>
  43                                               {elseif $keyid eq 82} <!--Email Body-->
  44                                                    <td colspan="3" width=100% class="dvtCellInfo" align="left">&nbsp;{$keyval}
  45                                                    </td>
  46                      {elseif $keyid eq '53'} <!--Assigned To-->
  47                      <td width=25% class="dvtCellInfo" align="left">&nbsp;
  48                      {if $keyseclink eq ''}
  49                          {$keyval}
  50                      {else}
  51                          <a href="{$keyseclink}">{$keyval}</a>         
  52                      {/if}
  53                      &nbsp;
  54                      
  55                      </td>
  56              {elseif $keyid eq '56'} <!--CheckBox--> 
  57                        <td width=25% class="dvtCellInfo" align="left">{$keyval}&nbsp;
  58                          </td>     
  59          {elseif $keyid eq 83}<!-- Handle the Tax in Inventory -->
  60                              <td align="right" class="dvtCellLabel">
  61                              {$APP.LBL_VAT} {$APP.COVERED_PERCENTAGE}
  62                              
  63                              </td>
  64                              <td class="dvtCellInfo" align="left">&nbsp;
  65                              {$VAT_TAX}
  66                              </td>
  67                              <td colspan="2" class="dvtCellInfo">&nbsp;</td>
  68                             </tr>
  69                                <tr>
  70                              <td align="right" class="dvtCellLabel">
  71                              {$APP.LBL_SALES} {$APP.LBL_TAX} {$APP.COVERED_PERCENTAGE}
  72                              </td> 
  73                              <td class="dvtCellInfo" align="left">&nbsp;
  74                                  {$SALES_TAX}
  75                              </td>    
  76                              <td colspan="2" class="dvtCellInfo">&nbsp;</td>
  77                             </tr>
  78                                <tr>
  79                              <td align="right" class="dvtCellLabel">
  80                                  {$APP.LBL_SERVICE} {$APP.LBL_TAX} {$APP.COVERED_PERCENTAGE}
  81                              </td>
  82                              <td class="dvtCellInfo" align="left" >&nbsp;
  83                                  {$SERVICE_TAX}
  84                              </td>
  85      
  86  
  87                  {elseif $keyid eq 69}<!-- for Image Reflection -->
  88                                                        <td align="left" width=25%">&nbsp;{$keyval}</td>
  89                  {else}                                    
  90                                                        <td class="dvtCellInfo" align="left" width=25%">&nbsp;{$keyval}</td>
  91                  {/if}


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