You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

276 lines
14 KiB

<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version 1.2
* ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* {LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/themes/Amazon/header.html,v 1.14 2004/07/04 04:00:48 sugarclint Exp {LBL_CURRENCY_SYM}
********************************************************************************/
-->
<!-- BEGIN: main -->
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN">
<html>
<head>
<link REL="SHORTCUT ICON" HREF="include/images/vtigercrm_icon.ico">
<meta http-equiv="Content-Type" content="text/html; charset={LBL_CHARSET}">
<title>{APP.LBL_BROWSER_TITLE}</title>
<style type="text/css">@import url("themes/{THEME}/style.css");</style>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" {ONLOAD}>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75">
<table height="75" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="topStrip" height="5"><img src="{IMAGE_PATH}/blank.gif"></td>
</tr>
<tr>
<td valign="bottom" align="center"><div align="center"><a href="http://www.vtiger.com"><img src="{IMAGE_PATH}/vtiger.jpg" alt="vigercrm" border="0"></a></div></td>
</tr>
</table>
</td>
<td>
<table height="75" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="57%"class="topStrip" height="5"><img src="{IMAGE_PATH}/blank.gif"></td>
<td rowspan="2" class="topStrip" style="border-bottom:none" nowrap height="21" width="14" valign="bottom"><img src="{IMAGE_PATH}/topcut.gif" width="14" height="16"></td>
<td width="350" rowspan="2" class="topStrip" nowrap height="21"><div align="right"><a href="index.php?module=Users&action=DetailView&record={CURRENT_USER_ID}"><img src="{IMAGE_PATH}/user.gif" hspace="4" align="absmiddle" border="0">{APP.LBL_MY_ACCOUNT}</a>
{ADMIN_LINK}&nbsp;<a href="http://www.vtiger.com/products/crm/document.html" target="_blank"><img src="{IMAGE_PATH}/help.gif" hspace="4" align="absmiddle" border="0">{APP.LNK_HELP}</a>&nbsp;
<a class="toplink" href="javascript:openwin()"><img src="{IMAGE_PATH}/aboutus.gif" hspace="3" align="absmiddle" border="0">{APP.LNK_WEARE}</a>
<script>
function openwin()
{
window.open("index.php?module=Users&action=about_us","aboutwin","height=300,width=400,top=200,left=300")
}
</script>
<a href="index.php?module=Users&action=Logout"><img src="{IMAGE_PATH}/logout.gif" hspace="4" align="absmiddle" border="0">{APP.LBL_LOGOUT}</a>&nbsp; </div></td>
</tr>
<tr>
<td height="16"><div align="center"><font size="1" color="#000000"><strong>{APP.NTC_WELCOME}
{CURRENT_USER}</strong></font>&nbsp; <font size="1">[{DATE}]</font></div></td>
</tr>
<tr>
<td height="54" colspan="3" valign="bottom" align="center">
<table width="90%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%">
<div id="tabcontainer" style="width:200px;overflow:hidden;">
<div id="tabcontent" style="position:relative;left:0px;top:0px;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td width="5" class="topBorder"><img src="{IMAGE_PATH}/blank.gif"></td>
<!-- BEGIN: tab -->
<td><img src='{IMAGE_PATH}/{IMAGE_TABSTART}'></td>
<td style="padding: 0px 5px 0px 5px" background="{IMAGE_PATH}/{IMAGE_TABTILE}" align="center">
<a class='{TAB_CLASS}' href='index.php?module={MODULE_KEY}&action=index'>{MODULE_NAME}</a></td>
<td><img src='{IMAGE_PATH}/{IMAGE_TABEND}'></td>
<!-- END: tab -->
<td width="50%" class="topBorder">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
<td align="right"><table cellpadding="0" cellspacing="1">
<tr>
<td><img id="scrollleft" src="{IMAGE_PATH}scroll_left.gif" border="0" onclick="moveleft()" onmousedown="scrolleft();this.src='{IMAGE_PATH}scroll_left_down.gif';" onmouseup="this.src='{IMAGE_PATH}scroll_left.gif';clearTimeout(moveleftvar)" onmouseout="this.src='{IMAGE_PATH}scroll_left.gif';clearTimeout(moveleftvar)"></td>
<td><img id="scrollright" src="{IMAGE_PATH}scroll_right.gif" border="0" onclick="moveright()" onmousedown="scrolright();this.src='{IMAGE_PATH}scroll_right_down.gif';" onmouseup="this.src='{IMAGE_PATH}scroll_right.gif';clearTimeout(moverightvar)" onmouseout="this.src='{IMAGE_PATH}scroll_right.gif';clearTimeout(moverightvar)"></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="topBar" colspan="2"><img src="{IMAGE_PATH}/blank.gif"></td>
</tr>
<!-- BEGIN: sub_menu -->
<tr>
<td width="75" class="moduleMenuBg">&nbsp;</td>
<td class="moduleMenuBg"> <table cellspacing="0" cellpadding="2" border="0">
<tr>
<!-- BEGIN: sub_menu_item -->
<td nowrap><a class="moduleMenu" href="{URL}">{LABEL}</A></td>
<td width="10" align="center" class="moduleMenu">{SEPARATOR}</td>
<!-- END: sub_menu_item -->
<td nowrap><a id="showSubMenu" href="#" onMouseOver="javascript:showSubMenu();"><img border=0 src="{IMAGE_PATH}showsubmenu.gif"></a></td>
</tr>
</table></tr>
<!-- END: sub_menu --></td>
</tbody>
</table>
<div id="subMenuBg" class="subMenu" style="position:absolute;display:none;filter:Alpha(Opacity=90);-moz-opacity:0.90;z-index:50"></div>
<div id="subMenu" style="position:absolute;display:none;z-index:60">
<table cellspacing="2" cellpadding="2" border="0">
<!-- BEGIN: dropdown_sub_menu_item -->
<tr>
<td width="5">&nbsp;</td>
<td nowrap><a class="moduleMenu" href="{URL}">{LABEL}</A></td>
</tr>
<!-- END: dropdown_sub_menu_item -->
</table>
</div>
<script language="JavaScript" type="text/javascript" src="include/general.js"></script>
<script language="JavaScript" type="text/javascript" src="include/scroller.js"></script>
<script language="JavaScript" type="text/javascript" src="include/submenu.js"></script>
<!--<a class="moduleMenu" href="{DELETED_ITEMS_URL}">{DELETED_ITEMS_LABEL}&nbsp;</a>-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" nowrap class="sideBar" style="border-bottom:1px solid #E0E0E0;border-right:1px solid #E0E0E0;"><a href=javascript:expandCont('leftCol');></a>
<div style="display: block;" id="leftPanel">
<table cellpadding="0" cellspacing="0" border="0" width="160"><tr><td>
<!--A HREF="http://www.sourceforge.net/project/showfiles.php?group_id=117522" target="_blank"><img align="absmiddle" src="{APP.LNK_OUTLOOK}" border="0"></A><br><br-->
<!-- Between submenu and left form -->
<!-- BEGIN: left_form -->
<!-- BEGIN: left_form_search -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
<tr>
<td width="4"><img src="{IMAGE_PATH}/head_start.gif"></td>
<td class="leftFormHeader" valign="middle" align="left" nowrap height="20">{TITLE}</td>
<td width="4"><img src="{IMAGE_PATH}/head_end.gif"></td>
</tr>
</tbody>
</table>
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" class="leftFormBorder1">
<tr> <form>
<td nowrap>
<input type="hidden" name="action" value="UnifiedSearch">
<input type="hidden" name="module" value="Home">
<input type="hidden" name="search_form" value="false">
<input type="text" name="query_string" value="{SEARCH}" style="width:82%">
<input type="image" align="absmiddle" value="{APP.LBL_SEARCH_BUTTON_LABEL}" src="{IMAGE_PATH}/search.gif">
</td></form>
</tr>
</table>
<br>
<!-- END: left_form_search -->
<!-- BEGIN: left_form_recent_view -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('lviewed');">
<td width="4"><img src="{IMAGE_PATH}/head_start.gif"></td>
<td class="leftFormHeader" valign="middle" align="left" nowrap height="20">{LASTVIEWED_TITLE}</td>
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_lviewed" width='15' height='15'></td>
<td align="right" width="4"><img src="{IMAGE_PATH}/head_end.gif"></td>
</tr>
</tbody>
</table>
<div id="lviewed" style="display:block;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="leftFormBorder2">
<tbody>
<tr>
<td> <table cellpadding="2" cellspacing="0" border="0">
<tbody>
<!-- BEGIN: left_form_recent_view_row -->
<tr>
<td><img alt="{MODULE_NAME}" src="{IMAGE_PATH}{MODULE_IMAGE_NAME}.gif"></td>
<td><a title="[{APP.LBL_ALT_HOT_KEY}{ROW_NUMBER}]" accessKey="{ROW_NUMBER}" href="{RECENT_URL}">{RECENT_LABEL}</A></td>
</tr>
<!-- END: left_form_recent_view_row -->
<!-- BEGIN: left_form_recent_view_empty -->
<tr>
<td><em>{APP.NTC_NO_ITEMS_DISPLAY}</em></td>
</tr>
<!-- END: left_form_recent_view_empty -->
<td colspan="2"><img height="1" src="include/images/blank.gif"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!-- END: left_form_recent_view -->
<!-- END: left_form -->
<!-- BEGIN: left_form_new_record -->
<br>
{NEW_RECORD}
<!-- END: left_form_new_record -->
<!-- BEGIN: left_form_rss -->
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
<tr>
<td width="4"><img src="{IMAGE_PATH}/head_start.gif"></td>
<td class="leftFormHeader" valign="middle" align="left" nowrap height="20">{RSSFEEDS_TITLE}</td>
<td width="4"><img src="{IMAGE_PATH}/head_end.gif"></td>
</tr>
</tbody>
</table>
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" class="leftFormBorder1">
<tr>
<td nowrap>
{RSSFEEDS}
</td>
</tr>
</table>
<!-- END: left_form_rss -->
<!-- BEGIN: left_form_clock -->
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('wclock');">
<td width="4"><img src="{IMAGE_PATH}/head_start.gif"></td>
<td class="leftFormHeader" valign="middle" align="left" nowrap height="20">{CLOCK_TITLE}</td>
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_wclock" width='15' height='15'></td>
<td align="right" width="4"><img src="{IMAGE_PATH}/head_end.gif"></td>
</tr>
</tbody>
</table>
<div id="wclock" style="display:block;">
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" class="leftFormBorder1">
<tr>
<td nowrap>
{WORLD_CLOCK}
</td>
</tr>
</table>
</div>
<!-- END: left_form_clock -->
<!-- BEGIN: left_form_calculator -->
<br>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('calc');">
<td width="4"><img src="{IMAGE_PATH}/head_start.gif"></td>
<td class="leftFormHeader" valign="middle" align="left" nowrap height="20">{CALC_TITLE}</td>
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_calc" width='15' height='15'></td>
<td align="right" width="4"><img src="{IMAGE_PATH}/head_end.gif"></td>
</tr>
</tbody>
</table>
<div id="calc" style="display:block;">
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" class="leftFormBorder1">
<tr>
<td nowrap align="center">
{CALC}
</td>
</tr>
</table>
<div>
<!-- END: left_form_calculator -->
</td></tr></table></div>
<script language='Javascript'>
var leftpanelistarray=new Array('lviewed','wclock','calc');
setExpandCollapse_gen()</script> </td>
<td width="100%" class="body" valign="top" style="padding:5 0 0 10; border-bottom: 1px solid #E0E0E0;">
<!-- END: main -->