[ 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('manage');"><img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" border=0 /></a></td> 19 <td class=small align=left><a href="#" onclick="fetchContents('manage');">{$MOD.LBL_MANAGE_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 cellspacing=0 cellpadding=5 width=100% class="mailSubHeader"> 33 <tr> 34 <td nowrap align=left>{$MOD.LBL_BOOKMARK_LIST} : </span></td> 35 <td align=left width=90% > 36 <select id="urllist" name="urllist" style="width: 99%;" class="small" onChange="setSite(this);"> 37 {foreach item=portaldetails key=sno from=$PORTALS} 38 <option value="{$portaldetails.portalurl}">{$portaldetails.portalname}</option> 39 {/foreach} 40 </select> 41 </td> 42 </tr> 43 <tr> 44 <td bgcolor="#ffffff" colspan=2> 45 <iframe id="locatesite" src="{$DEFAULT_URL}" frameborder="0" height="1100" scrolling="auto" width="100%"></iframe> 46 </td> 47 </tr> 48 </table> 49
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 |