[ 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 <!-- BEGIN: main --> 13 <table class="small" border="0" cellpadding="0" cellspacing="0" width="100%"> 14 <tr> 15 <td colwidth=90% align=left class=small> 16 <table border=0 cellspacing=0 cellpadding=5> 17 <tr> 18 <td align=left><a href="#" onclick="fetchContents('data');"><img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" border=0 /></a></td> 19 <td class=small align=left><a href="#" onclick="fetchContents('data');">{$MOD.LBL_MY_SITES}</a></td> 20 </tr> 21 </table> 22 23 </td> 24 <td align=right width=10%> 25 <table border=0 cellspacing=0 cellpadding=0> 26 <tr><td nowrap class="componentName">{$MOD.LBL_MY_SITES}</td></tr> 27 </table> 28 </td> 29 </tr> 30 </table> 31 32 <table border="0" cellpadding="5" cellspacing="0" width="100%"> 33 <tr> 34 <td colspan="3" class="genHeaderSmall" align="left">{$MOD.LBL_MY_BOOKMARKS} <hr></td> 35 </tr> 36 <tr> 37 <td colspan="3" align="left"><input name="bookmark" value=" {$MOD.LBL_NEW_BOOKMARK} " class="crmbutton small create" onclick="fnvshobj(this,'editportal_cont');fetchAddSite('');" type="button"></td> 38 </tr> 39 </table> 40 <table border="0" cellpadding="5" cellspacing="0" width="100%" class="listTable bgwhite"> 41 <tr> 42 <td class="colHeader small" align="left" width="5%"><b>{$MOD.LBL_SNO}</b></td> 43 <td class="colHeader small" align="left" width="75%"><b>{$MOD.LBL_BOOKMARK_NAME_URL}</b></td> 44 45 <td class="colHeader small" align="left" width="20%"><b>{$MOD.LBL_TOOLS}</b></td> 46 </tr> 47 48 {foreach name=portallists item=portaldetails key=sno from=$PORTALS} 49 <tr><td class="listTableRow small" align="left">{$smarty.foreach.portallists.iteration}</td> 50 <td class="listTableRow small" align="left"> 51 <b>{$portaldetails.portalname}</b><br> 52 <span class="big">{$portaldetails.portalurl}</span> 53 </td> 54 <td class="listTableRow small" align="left"> 55 <a href="javascript:;" onclick="fnvshobj(this,'editportal_cont');fetchAddSite('{$portaldetails.portalid}');" class="webMnu">{$APP.LBL_EDIT}</a> | 56 <a href="javascript:;" onclick="DeleteSite('{$portaldetails.portalid}');"class="webMnu">{$APP.LBL_MASS_DELETE}</a> 57 </td> 58 </tr> 59 {/foreach} 60 </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 |