[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 {strip} 13 <span class="span2"> 14 {assign var=IMAGE_DETAILS value=$RECORD->getImageDetails()} 15 {foreach key=ITER item=IMAGE_INFO from=$IMAGE_DETAILS} 16 {if !empty($IMAGE_INFO.path)} 17 <img src="{$IMAGE_INFO.path}_{$IMAGE_INFO.orgname}" alt="{$IMAGE_INFO.orgname}" title="{$IMAGE_INFO.orgname}" width="65" height="80" align="left"><br> 18 {else} 19 <img src="{vimage_path('summary_Contact.png')}" class="summaryImg"/> 20 {/if} 21 {/foreach} 22 {if empty($IMAGE_DETAILS)} 23 <img src="{vimage_path('summary_Contact.png')}" class="summaryImg"/> 24 {/if} 25 </span> 26 <span class="span8 margin0px"> 27 <span class="row-fluid"> 28 <h4 class="recordLabel pushDown" title="{$RECORD->getDisplayValue('salutationtype')} {$RECORD->getName()}"> 29 {if $RECORD->getDisplayValue('salutationtype')} 30 <span class="salutation">{$RECORD->getDisplayValue('salutationtype')}</span> 31 {/if} 32 {assign var=COUNTER value=0} 33 {foreach item=NAME_FIELD from=$MODULE_MODEL->getNameFields()} 34 {assign var=FIELD_MODEL value=$MODULE_MODEL->getField($NAME_FIELD)} 35 {if $FIELD_MODEL->getPermissions()} 36 <span class="{$NAME_FIELD}">{$RECORD->get($NAME_FIELD)}</span> 37 {if $COUNTER eq 0 && ($RECORD->get($NAME_FIELD))} {assign var=COUNTER value=$COUNTER+1}{/if} 38 {/if} 39 {/foreach} 40 </h4> 41 </span> 42 <span class="row-fluid"> 43 <span class="title_label"> {$RECORD->getDisplayValue('title')}</span> 44 {if $RECORD->getDisplayValue('account_id') && $RECORD->getDisplayValue('title') } 45 {vtranslate('LBL_AT')} 46 {/if} 47 {$RECORD->getDisplayValue('account_id')} 48 </span> 49 </span> 50 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |