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.
247 lines
13 KiB
247 lines
13 KiB
4 months ago
|
<!--
|
||
|
/*********************************************************************************
|
||
|
* 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 class="topBand">
|
||
|
<td height="65" valign="bottom"> <div align="center"><a href="http://www.vtiger.com"><img src="{IMAGE_PATH}/vtiger.jpg" alt="vigercrm" border="0"></a>
|
||
|
</div></td>
|
||
|
<td><table height="65" width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td><div align="right"><font size="1" color="#CCCC99"><strong>{APP.NTC_WELCOME}
|
||
|
{CURRENT_USER}</strong></font> <font size="1" color="#CCCC99">[{DATE}]</font></div></td>
|
||
|
<td><div align="right" style="padding-right:10"><a class="toplink" href="index.php?module=Users&action=DetailView&record={CURRENT_USER_ID}"><img src="{IMAGE_PATH}/user.gif" hspace="3" align="absmiddle" border="0">{APP.LBL_MY_ACCOUNT}</a>
|
||
|
{ADMIN_LINK} <a class="toplink" href="http://www.vtiger.com/products/crm/document.html" target="_blank"><img src="{IMAGE_PATH}/help.gif" hspace="3" align="absmiddle" border="0">{APP.LNK_HELP}</a>
|
||
|
<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 class="toplink" href="index.php?module=Users&action=Logout"><img src="{IMAGE_PATH}/logout.gif" hspace="3" align="absmiddle" border="0">{APP.LBL_LOGOUT}</a></div></td>
|
||
|
<td> </td>
|
||
|
</tr>
|
||
|
</table></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="bottom" align="center"> <table width="90%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td width="89%">
|
||
|
<div id="tabcontainer" style="width:200px;overflow:hidden">
|
||
|
<div id="tabcontent" style="position:relative;left:0px;top:0px;">
|
||
|
<table width="100%" cellpadding="3" cellspacing="0" border="0">
|
||
|
<tr>
|
||
|
<!-- BEGIN: tab -->
|
||
|
<td class="{CLASS_TABBG}"><div align="center"><a class='{CLASS_TAB}' href='index.php?module={MODULE_KEY}&action=index'>{MODULE_NAME}</a></div></td>
|
||
|
<td><img src="{IMAGE_PATH}spacer.gif" width="1" height="5" border="0"></td>
|
||
|
<!-- END: tab -->
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</td>
|
||
|
<td align="left"><table cellpadding="0" cellspacing="0" border="0">
|
||
|
<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';if(window.moveleftvar) clearTimeout(moveleftvar)" onmouseout="this.src='{IMAGE_PATH}scroll_left.gif';if(window.moveleftvar) 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';if(window.moverightvar) clearTimeout(moverightvar)" onmouseout="this.src='{IMAGE_PATH}scroll_right.gif';if(window.moverightvar) clearTimeout(moverightvar)"></td>
|
||
|
</tr>
|
||
|
</table></td>
|
||
|
</tr>
|
||
|
</table></td>
|
||
|
</tr>
|
||
|
</table></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<script language="JavaScript" type="text/javascript" src="include/general.js"></script>
|
||
|
<script language="JavaScript" type="text/javascript" src="include/scroller.js"></script>
|
||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td class="topBar" colspan="2"> </td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<!--<a class="moduleMenu" href="{DELETED_ITEMS_URL}">{DELETED_ITEMS_LABEL} </a>-->
|
||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td width="180" valign="top" style="" rowspan="2" class="sideBar contentBorder">
|
||
|
<!--div align="center" style="margin-top:20"><A HREF="http://www.sourceforge.net/project/showfiles.php?group_id=117522" target="_blank"><img align="absmiddle" src="{APP.LNK_OUTLOOK}" border="0"></A></div-->
|
||
|
<!-- Between submenu and left form -->
|
||
|
<!-- BEGIN: left_form -->
|
||
|
<form>
|
||
|
<!-- BEGIN: left_form_search -->
|
||
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td class="leftFormHeader" valign="middle" align="left" nowrap width="100%" height="20">{TITLE}</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center" class="leftFormBorder1">
|
||
|
<tr>
|
||
|
<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" size="20" value="{SEARCH}">
|
||
|
<input type="image" align="absmiddle" value="{APP.LBL_SEARCH_BUTTON_LABEL}" src="{IMAGE_PATH}/search.gif">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<br>
|
||
|
<!-- END: left_form_search -->
|
||
|
<!-- BEGIN: left_form_recent_view -->
|
||
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||
|
<tbody>
|
||
|
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('lviewed');">
|
||
|
<td class="leftFormHeader" valign="middle" align="left" nowrap width="100%" height="20">{LASTVIEWED_TITLE}</td>
|
||
|
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_lviewed" width='15' height='15'></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<div id="lviewed" style="display:block;">
|
||
|
<table width="100%" cellpadding="2" 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 -->
|
||
|
</form>
|
||
|
<!-- END: left_form -->
|
||
|
|
||
|
<!-- BEGIN: left_form_new_record -->
|
||
|
{NEW_RECORD}
|
||
|
<!-- END: left_form_new_record -->
|
||
|
<!-- BEGIN: left_form_rss -->
|
||
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td class="leftFormHeader" valign="middle" align="left" nowrap width="100%" height="20">{RSSFEEDS_TITLE}</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 -->
|
||
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||
|
<tbody>
|
||
|
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('wclock');">
|
||
|
<td class="leftFormHeader" valign="middle" align="left" nowrap width="100%" height="20">{CLOCK_TITLE}</td>
|
||
|
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_wclock" width='15' height='15'></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">
|
||
|
<tbody>
|
||
|
<tr style="cursor:pointer;" unslectable="on" onclick="javascript:expandCont('calc');">
|
||
|
<td class="leftFormHeader" valign="middle" align="left" nowrap width="100%" height="20">{CALC_TITLE}</td>
|
||
|
<td align="right" class="leftFormHeader"><img src='themes/images/toggle2.gif' id="img_calc" width='15' height='15'></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> {CALC} </td>
|
||
|
</tr>
|
||
|
</table></div></td>
|
||
|
<!-- END: left_form_calculator -->
|
||
|
<script language='Javascript'>
|
||
|
var leftpanelistarray=new Array('lviewed','wclock','calc');
|
||
|
setExpandCollapse_gen()</script>
|
||
|
<td valign="top" height="20"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||
|
<tbody>
|
||
|
<!-- BEGIN: sub_menu -->
|
||
|
<tr class="topBar">
|
||
|
<td class="moduleMenuBg"> <table cellspacing="0" cellpadding="2" border="0">
|
||
|
<tr>
|
||
|
<td width="5"> </td>
|
||
|
<!-- 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 -->
|
||
|
</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"> </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/submenu.js"></script>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td style="padding: 5 0 0 10">
|
||
|
<!-- END: main -->
|