HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/www/67.225.167.226/public_html/crm/themes/TrailBlazers/header.html
<!--
/*********************************************************************************
 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/
/*********************************************************************************

 ********************************************************************************/
-->
<!-- BEGIN: main -->
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN">
<link REL="SHORTCUT ICON" HREF="include/images/sugar_icon.ico">
<meta http-equiv="Content-Type" content="text/html; charset={LBL_CHARSET}">
<title>{APP.LBL_BROWSER_TITLE}</title>

<link rel="stylesheet" type="text/css" href="{IMAGE_SERVER}themes/{THEME}/navigation.css?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}" />
<link rel="stylesheet" type="text/css" href="{IMAGE_SERVER}themes/{THEME}/style.css?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}" />
<link rel="stylesheet" type="text/css" href="{IMAGE_SERVER}themes/{THEME}/fonts.{STARTING_FONT_NAME}.css?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}" id="current_font_style" />
<script language="javascript" src="{IMAGE_SERVER}themes/default/SiteMapJS.js?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<script language="javascript" src="{IMAGE_SERVER}themes/{THEME}/menu.js?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<script language="javascript" src="{IMAGE_SERVER}themes/{THEME}/cookie.js?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<script language="javascript" src="{IMAGE_SERVER}themes/{THEME}/style.js?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<!-- BEGIN: no_group_placeholder_js -->
<script language="javascript">

SUGAR.themes.resetSubTabsTimer = 0;
SUGAR.themes.moreTab = 0;
SUGAR.themes.setResetTimer = function(){};
SUGAR.themes.updateSubTabHtml = function(){};
SUGAR.themes.updateSubTabsDelay = function(){};
SUGAR.themes.updateMoreTabDelay = function(){};
SUGAR.themes.chooseTab = function(){};
SUGAR.themes.theme_name='{THEME}';

</script>
<!-- END: no_group_placeholder_js -->
<!-- BEGIN: group_tabs_js -->
<script language="javascript">
SUGAR.themes.theme_name='{THEME}';
SUGAR.themes.imagePath = '{IMAGE_PATH}';

SUGAR.themes.startTab = '{PARENT_TAB}';

if(SUGAR.themes.startTab == null){
	SUGAR.themes.startTab = 'Home';
}

SUGAR.themes.activeTab = SUGAR.themes.startTab;
SUGAR.themes.moreTab = '{MAIN_MORE_TAB}';

SUGAR.themes.subTabs = new Array();
<!-- BEGIN: js_subtabs -->
SUGAR.themes.subTabs['{MAIN_TAB_NAME}'] = '<ul class=\'subTabs\' onclick="SUGAR.themes.chooseTab(\'{MAIN_TAB_NAME}\');return true;"><!-- BEGIN: js_subtabs_html --><li class="{SUB_CLASS}"><a href="{SUB_URL}">{SUB_NAME}</a></li>{SUB_MORE}<!-- END: js_subtabs_html --></ul>';
<!-- END: js_subtabs -->

SUGAR.themes.updateSubTabsTimer = 0;
SUGAR.themes.resetSubTabsTimer = 0;
SUGAR.themes.moreTabUrl = null;

</script>
<script language="javascript" src="{IMAGE_SERVER}themes/{THEME}/groupTabs.js?s"={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<script language="javascript">

YAHOO.util.Event.addListener(window, "load", SUGAR.themes.firstReset);

</script>
<!-- END: group_tabs_js -->
<script language="javascript">

function hideLeftCol(id){

	if(this.document.getElementById( id).style.display=='none'){
		this.document.getElementById( id).style.display='inline';

		Set_Cookie('showLeftCol','true',30,'/','','');
		var show = Get_Cookie('showLeftCol');
		document['HideHandle'].src = '{IMAGE_PATH}hide.gif';		
	}else{
		this.document.getElementById(  id).style.display='none';

		Set_Cookie('showLeftCol','false',30,'/','','');
		var show = Get_Cookie('showLeftCol');
		document['HideHandle'].src = '{IMAGE_PATH}show.gif';	

	}
}

function showSubMenu(id){
	if(this.document.getElementById( id).style.display=='none'){
		tbButtonMouseOver('HideHandle','','',10,-25);
	}
}

function printPage() {
	var url = location.href;
	var is_print = 'print=true';
	if(url.indexOf(is_print)>-1) {
		window.print();
	} else {
		return;
	}
}
</script>
</head>

<body {ONLOAD} onMouseOut="closeMenus();" onload="javascript:printPage();">
	<!-- BEGIN: gcl_submenu -->
	<div id="{GCL_SUBMENU_KEY}Menu" class="menu">
	<!-- BEGIN: gcl_submenu_items -->
	<a href="{GCL_SUBMENU_LINK_URL}" class="menuItem" id="{GCL_SUBMENU_LINK_KEY}Handle" parentid="{GCL_SUBMENU_KEY}Menu" onMouseOver="hiliteItem(this,'yes'); closeSubMenus(this);" onMouseOut="unhiliteItem(this);">{GCL_SUBMENU_LINK_LABEL}</a>
	<!-- END: gcl_submenu_items -->
	</div>
	<!-- END: gcl_submenu -->
	
	
	<div id="MoreMenu" class="menu" onMouseOver="window.clearTimeout(SUGAR.themes.resetSubTabsTimer);" onMouseOut="SUGAR.themes.setResetTimer();">
	<!-- BEGIN: more -->
	<a href="{TAB_URL}" class="menuItem" id="{MODULE_KEY}Handle" parentid="MoreMenu" onMouseOver="hiliteItem(this,'yes');SUGAR.themes.updateSubTabsDelay(SUGAR.themes.moreTab,'{MODULE_NAME}','{MODULE_NAME}');closeSubMenus(this);" onMouseOut="unhiliteItem(this);" onClick="SUGAR.themes.chooseTab('{MODULE_NAME}'); return true;">{MODULE_NAME}</a>
	<!-- END: more -->
	</div>
	
	<!-- BEGIN: moresubmenu -->
	<div id="MoreSub{MENU_NAME}Menu" class="menu" onMouseOver="window.clearTimeout(SUGAR.themes.resetSubTabsTimer);" onMouseOut="SUGAR.themes.setResetTimer();">
	<!-- BEGIN: moresubmenuitem -->
	<a href="{SUB_URL}" class="menuItem" id="{MODULE_KEY}Handle" parentid="MoreSub{MENU_NAME}Menu" onMouseOver="hiliteItem(this,'yes'); closeSubMenus(this);" onMouseOut="unhiliteItem(this);" onClick="SUGAR.themes.chooseTab('{MENU_NAME}'); return true;">{MODULE_NAME}</a>
	<!-- END: moresubmenuitems -->
	</div>
	
	
	<!-- END: moresubmenu -->
	
	<div id="HideMenu" class="subDmenu">
	<!-- BEGIN: hide_recent -->
	<table cellpadding="0" cellspacing="0" border="0" width="180" class="leftColumnModuleHead" onMouseOver="hiliteItem(this,'no');">
    
			  			<tr><th width="100%" class="leftColumnModuleName">{TITLE_LAST_VIEW}</th></tr>
	</table>
	
	<div id="div_shortcuts_hide" onMouseOver="hiliteItem(this,'no');" style="width: 180; margin:0; padding:0;">
				<ul class="subMenu" style="margin:0; padding:0;">
	<!-- BEGIN: hide_recent_item -->
		<li id="{RL_ID}_lvh"><a href="{RECENT_URL}">{RL_IMAGE}&nbsp;{RECENT_LABEL}</a></li>
	<!-- END: hide_recent_item -->
	<!-- BEGIN: left_form_recent_view_empty -->
		<li id="{RL_ID}_lvh"><span>{RL_IMAGE}&nbsp;{APP.NTC_NO_ITEMS_DISPLAY}</span></li>
	<!-- END: left_form_recent_view_empty -->
	</ul>
	</div>
	<!-- END: hide_recent -->
	
	<!-- BEGIN: hide_shortcut -->
	<table cellpadding="0" cellspacing="0" border="0" width="180" class="leftColumnModuleHead" onMouseOver="hiliteItem(this,'no');">
			  			<tr><th width="100%" class="leftColumnModuleName">{SHORTCUTS}</th></tr>
	</table>
	
	<div id="div_shortcuts_hide" onMouseOver="hiliteItem(this,'no');" style="width: 180;">
				<ul class="subMenu">
	<!-- BEGIN: hide_shortcut_item -->
		<li id="{SC_ID}_shh"><a href="{URL}">{SC_IMAGE}&nbsp;{LABEL}</a></li>
	<!-- END: hide_shortcut_item -->
	<!-- BEGIN: hide_shortcut_special -->
		<li id="{SC_ID}_shh">{LABEL}</li>
	<!-- END: hide_shortcut_special -->

	</ul>
	</div>
	<!-- END: hide_shortcut -->
	</div>

 



<table width="100%" cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td id="header"><div style=" display: block; z-index: 1; position: absolute; left: 0px; top: 0px;filter:alpha(opacity=100); -moz-opacity:1.0; opacity: 1.0; width: 100%;">
						<table width="100%" cellspacing="0" cellpadding="0" border="0">
							<tr>
								<td width="80%" nowrap class="welcome" id="welcome">{APP.NTC_WELCOME}, <strong>{CURRENT_USER}</strong> <a href='{LOGOUT_LINK}' >[{LOGOUT_LABEL}]</a></td>
								<td nowrap class="welcome">
									<ul class="subTabs">
<!-- BEGIN: global_control_links -->
										<li><a href="{GCL_URL}" {GCL_MENU}>{GCL_LABEL}</a>{MENU_ARROW}</li>
<!-- END: global_control_links -->
									</ul>
								</td>
								<td id="colorpicker" nowrap class="welcome">
									<ul class="colorpicker">
<!-- BEGIN: font -->
										<li onClick="SUGAR.themes.changeFont('{FONT_NAME}');"><img src="{IMAGE_PATH}fonts.{FONT_NAME}.icon.gif" alt="{FONT_NAME}" border="0" style="margin: 0 3px 0 3px;"></li>
<!-- END: font -->
									</ul>
								</td>
							</tr>
						</table>
							</div>
							
			<table width="100%" cellspacing="0" cellpadding="0" border="0" class="headerBg">
				<tr>
					<td valign="top">
						<table width="100%" cellspacing="0" cellpadding="0" border="0">
							<tr><td style="filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;background-color: #8b031d;" colspan="3" class="welcomeBg">&nbsp;</td></tr>
							<tr>
					<td class="logo" valign="bottom">
						<img src="{COMPANY_LOGO}" width="212" height="40" alt="Company Logo" border="0">
					</td>
					<!-- BEGIN: left_form_search -->
					<form name='UnifiedSearch' onsubmit='return SUGAR.unifiedSearchAdvanced.checkUsaAdvanced()'>
								<input type="hidden" name="action" value="UnifiedSearch">
								<input type="hidden" name="module" value="Home">
								<input type="hidden" name="search_form" value="false">
								<input type="hidden" name="advanced" value="false">
					<td align="right" valign="bottom" class="search" nowrap colspan="2">
							<b><span style="cursor:pointer;" onClick="getSiteMap(8,110);">{SITEMAP}<img src="{IMAGE_PATH}MoreDetail.png" style="margin-left: 2px;"  style="cursor:pointer;"></span></b><span id='sm_holder'></span>&nbsp;|&nbsp;
								<img src="{IMAGE_PATH}searchMore.gif" alt="Search" name="unified_search_advanced_img" id="unified_search_advanced_img" border="0" align="top" style="cursor: pointer;">&nbsp;<input type="text" name="query_string" id="query_string" size="20" value="Search..." onFocus="query_string.value='{SEARCH}'">&nbsp; 
								<input type="submit" class="button" value="Go">
							</form>
							<div id="unified_search_advanced_div" style="display: none; height: 1px; position: absolute; overflow: hidden; width: 300px; padding-top: 5px">
							</div>						
					</td>
<!-- END: left_form_search --></tr>
						</table>
					</td>
				</tr>
				<tr>
					<td align="right" style="padding: 0px 10px 0px 0px;">
						
					</td>
				</tr>
				<tr>
		<td colspan="2">
			<table cellspacing="0" cellpadding="0" border="0" width="100%">
				<tr onMouseOut="SUGAR.themes.setResetTimer();" onMouseOver="window.clearTimeout(SUGAR.themes.resetSubTabsTimer);">
					<td colspan="2" valign="top" class="tabRow">
						<ul id="tabRow">
<!-- BEGIN: tab -->
							<li class="{TAB_CLASS}" id="{TAB_NAME}_tab" onMouseOver="SUGAR.themes.updateSubTabsDelay('{TAB_NAME}');"><a href="{TAB_URL}" onClick="SUGAR.themes.chooseTab('{TAB_NAME}' );return true;">{TAB_NAME}</a></li>
<!-- END: tab -->
<!-- BEGIN: module_tab -->
							<li class="{TAB_CLASS}">{LINK}</li>
<!-- END: module_tab -->
<!-- BEGIN: moreHandle -->
							<li class="{MORE_HANDLE_CLASS}" id="MoreHandle" style="cursor: pointer; cursor: hand;" onMouseOver="tbButtonMouseOver(this.id,'','',0, -2);"><a class="{MORE_HANDLE_CLASS}" href="javascript:void(0);">&gt;&gt; </a>
							</li>
<!-- END: moreHandle -->
							<li style="background: transparent;"><img src="{IMAGE_SERVER}include/images/blank.gif" alt="" width="1" height="20" border="0"></li>
						</ul>
					</td>
				</tr>
				<tr onMouseOut="SUGAR.themes.setResetTimer();" onMouseOver="window.clearTimeout(SUGAR.themes.resetSubTabsTimer);">
					<td class="subTabBar" id="subtabs" width="100%"><img src="{IMAGE_SERVER}include/images/blank.gif" alt="" width="1" height="1" border="0" align="right">
<!-- subtabs get rendered here -->
					</td>

				</tr>
<!-- BEGIN: left_form_recent_view -->
				<tr height="20">
					<td nowrap colspan="3" class="lastView">
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tbody>
								<tr>
									<td width="100%">
										<b style="white-space:nowrap;">
											{TITLE_LAST_VIEW}:&nbsp;&nbsp; 
										</b>
<!-- BEGIN: left_form_recent_view_row -->
										<a class="lastViewLink" title="{RECENT_LABEL_FULL} [{APP.LBL_ALT_HOT_KEY}{ROW_NUMBER}]" accessKey="{ROW_NUMBER}" href="{RECENT_URL}">
											{RL_IMAGE}&nbsp;{RECENT_LABEL}
										</a>
<!-- END: left_form_recent_view_row -->
<!-- BEGIN: left_form_recent_view_empty -->
										{APP.NTC_NO_ITEMS_DISPLAY} 
<!-- END: left_form_recent_view_empty -->
									</td>
								</tr>
							</tbody>
						</table>
					</td>
				</tr>
			</table>
		</td>
				</tr>
			</table>
		</td>
	</tr>

<!-- END: left_form_recent_view -->
<!-- BEGIN: left_form_shortcuts -->
<tr>
	<td colspan="3">
		<table cellpadding="0" cellspacing="0" border="0" width="100%">
		<tbody>
		<tr>
			<td class="lastView">
				<table cellpadding="0" cellspacing="0" border="0" width="100%">
					<tr>
						<td width="1">
							<b style="white-space:nowrap;">{SHORTCUTS}:&nbsp;&nbsp;</b>
						</td>
						<td width="100%">
							<!-- BEGIN: shortcut_item --><a class="lastViewLink" href="{URL}">{SC_IMAGE}&nbsp;{LABEL}</a><!-- END: shortcut_item -->
						</td>
					</tr>
				</table>
			</td>
		</tr>
		</tbody>
		</table>
	</td>
</tr>
<!-- END: left_form_shortcuts -->
<tr>
	<td colspan="3">
	<table cellpadding="0" cellspacing="0" border="0" width="100%">
	<tr>
	<!-- BEGIN: left_form_empty_td -->
	<td style="padding-left: 10px" class="hideShow">&nbsp;<img style="display:none; cursor: pointer; cursor: hand;" id="HideHandle" name="HideHandle" src="{IMAGE_PATH}show.gif" alt="" onclick='hideLeftCol("leftCol");closeMenus();' onMouseOver="showSubMenu('leftCol')"><div style="display: none;" id="leftCol"></div></td>
	<!-- END: left_form_empty_td -->
	
    <!-- BEGIN: left_form_otd -->
    	<td valign="top" style="width: 10px;" class="hideShow">
	    	<!-- BEGIN: left_form_otd_icon -->
    		<img style="cursor: pointer; cursor: hand;" id="HideHandle" name="HideHandle" src="{IMAGE_PATH}show.gif" alt="" onclick='hideLeftCol("leftCol");closeMenus();' onMouseOver="showSubMenu('leftCol')">
    		<!-- END: left_form_otd_icon -->
    		<!-- BEGIN: left_form_otd_noicon -->
    		&nbsp;<img style="display:none; cursor: pointer; cursor: hand;" id="HideHandle" name="HideHandle" src="{IMAGE_PATH}show.gif" alt="" onclick='hideLeftCol("leftCol");closeMenus();' onMouseOver="showSubMenu('leftCol')">
    		<!-- END: left_form_otd_noicon -->
    	</td>
    	<td id="left" valign="top" style="width: 160px;" class="leftColumn">
    		<div style="display: none;" id="leftCol"><table cellpadding="0" cellspacing="0" border="0" width="160">
    		<tr>
    			<td style="">
    <!-- END: left_form_otd -->
				<!-- BEGIN: left_form_recent -->
						<div id="div_lastview">
				<ul class="subMenu">
				      	<div class="leftColumnModuleName">{TITLE_LAST_VIEW}</div>
						<!-- BEGIN: sub_menu -->
						<!-- BEGIN: sub_menu_item -->
							<li id="{RL_ID}_lv"><a title="{RECENT_LABEL_FULL} [{APP.LBL_ALT_HOT_KEY}{ROW_NUMBER}]" accessKey="{ROW_NUMBER}" href="{RECENT_URL}">{RL_IMAGE}&nbsp;{RECENT_LABEL}</a></li>
						<!-- END: sub_menu_item -->
						<!-- BEGIN: left_form_recent_view_empty -->
						<li id="{RL_ID}_lv"><a title="{RECENT_LABEL_FULL} [{APP.LBL_ALT_HOT_KEY}{ROW_NUMBER}]" accessKey="{ROW_NUMBER}"  href="{RECENT_URL}">{RL_IMAGE}&nbsp;{APP.NTC_NO_ITEMS_DISPLAY}</a></li>
						<!-- END: left_form_recent_view_empty -->
						</ul>
					<!-- END: sub_menu -->
					</div>
				<!-- END: left_form_recent -->
				<!-- BEGIN: left_form -->
						<div id="div_shortcuts">
				<ul class="subMenu" id="subMenu">
				      	<div class="leftColumnModuleName">{SHORTCUTS}</div>
						<!-- BEGIN: sub_menu -->
						<!-- BEGIN: sub_menu_item -->
							<li id="{SC_ID}_lv"><a href="{URL}">{SC_IMAGE}&nbsp;{LABEL}</a></li>
						<!-- END: sub_menu_item -->
						<!-- BEGIN: sub_menu_special -->
							<li id="{SC_ID}_lv">{LABEL}</li>
						<!-- END: sub_menu_special -->
						<!-- BEGIN: left_form_recent_view_empty -->
						<li id="{SC_ID}_lv"><a title="{RECENT_LABEL_FULL} [{APP.LBL_ALT_HOT_KEY}{ROW_NUMBER}]" accessKey="{ROW_NUMBER}"  href="{URL}">{SC_IMAGE}&nbsp;{APP.NTC_NO_ITEMS_DISPLAY}</a></li>
						<!-- END: left_form_recent_view_empty -->
						</ul>
					<!-- END: sub_menu -->
					</div>
					</p>
				<!-- END: left_form -->
	<script language="Javascript">
	if (!Get_Cookie('showLeftCol')) {
		Set_Cookie('showLeftCol','true',30,'/','','');
	}
	var show = Get_Cookie('showLeftCol');

	if (show == 'true') {
		this.document.getElementById('leftCol').style.display='inline';
		document['HideHandle'].src = '{IMAGE_PATH}hide.gif';
	} else {
		this.document.getElementById('leftCol').style.display='none';
		document['HideHandle'].src = '{IMAGE_PATH}show.gif';	
		
	}

	</script>
	<!-- BEGIN: left_form_new_record -->
					{NEW_RECORD}
	<!-- END: left_form_new_record -->
			
	<!-- BEGIN: left_form_ctd -->
					<img src="{IMAGE_SERVER}include/images/blank.gif" alt="" width="160" height="1" border="0">
				</td>
			</tr>
			</table>
		</div>
	</td>
	<!-- END: left_form_ctd -->
    <td  id="main">
<!-- END: main -->