[ 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 {if $ACTIVITIES.1.noofactivities > 0} 13 {assign var=label value=$ACTIVITIES.1.Title.0} 14 <table width="100%" border="0" cellpadding="0" cellspacing="0" class="small"> 15 <tr> 16 <td><img src="{$IMAGE_PATH}pending_left.gif"></td> 17 <td width="100%" background="{$IMAGE_PATH}pendingEvents.gif" valign="bottom" style="background-repeat:repeat-x;"> 18 <b class="fontBold">{$APP.$label} {$APP.LBL_PENDING_EVENTS} ({$ACTIVITIES.1.noofactivities})</b><br /> 19 <b>{$APP.LBL_SHOW}</b> 20 {if $ACTIVITIES.1.Title.0 eq 'today'} 21 {$APP.LBL_TODAY} | <a href="#" onClick="getHomeActivities(1,'all');">{$APP.LBL_ALL}</a> 22 {else} 23 <a href="#" onClick="getHomeActivities(1,'today');">{$APP.LBL_TODAY}</a> | {$APP.LBL_ALL} 24 {/if} 25 </td> 26 27 <td><img src="{$IMAGE_PATH}pending_right.gif"></td> 28 </tr> 29 <tr> 30 <td colspan="3" bgcolor="#FEF7C1" style="border-left:2px solid #A6A4A5;border-right:2px solid #A6A4A5;border-bottom:2px solid #A6A4A5;"> 31 <div id="pendingActivitiesEntry" style="overflow-y:auto;overflow-x:hidden;height:150px;width:100%"> 32 <table width="100%" border="0" cellpadding="5" cellspacing="0"> 33 <tr> 34 <td style="border-bottom:1px dotted #dddddd;" colspan=3 align="right" valign=top> </td> 35 </tr> 36 {foreach item=entries name=entryloop from=$ACTIVITIES.1.Entries} 37 <tr> 38 <td style="border-bottom:1px dotted #dddddd;" align="right" width="20">{math equation="x+1" x=$smarty.foreach.entryloop.index}</td> 39 <td style="border-bottom:1px dotted #dddddd;" align="right" width="20">{$entries.IMAGE}</td> 40 <td style="border-bottom:1px dotted #dddddd;" align="left" valign="middle" colspan="2" width="85%"><b class="style_Gray">{$entries.0}</b>{*<br />{$entries.ACCOUNT_NAME*}</td> 41 </tr> 42 {/foreach} 43 </table> 44 </div> 45 </td> 46 </tr> 47 </table> 48 <br> 49 {/if} 50
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 |