Problem Description
I am trying to add an Analysis at bottom of default Home Page (bieehome.html). I crawl through some blogs and found a way to embed contents of a URL to the landing page. So tried adding below options to the existing html
- <iframe src="saw.dll?Go&Path=%2fshared%2fUser%20View%2fDefault%20Home%20Page%2fReports%2fReport%20-%20Alert%20Message&Options=r" width="100%" height="10%" scrolling="no" frameborder="0"></iframe>
- <embed src="saw.dll?Go&Path=%2fshared%2fUser%20View%2fDefault%20Home%20Page%2fReports%2fReport%20-%20Alert%20Message&Options=r">
The issue is the above options adds the Analysis to the HTML Page, but removes everything else (toolbar, recently opened documents section, etc..), replaced with some weird coding.
My question is
How can I add analysis to bieehome.htm page keeping the original contents as it is?
Product Version
Oracle Business Intelligence 11.1.1.9.0
| Required Page Layout | Generated Page Layout |
|---|
 |  |
HTML CODE (Check section Adding Analysis to Page - highlighted in red)
<html xmlns:sawm="com.siebel.analytics.web/message/v1" xmlns:sawpg="oracle.bi.ps.page/v1" sawpg:cacheable="false">
<head>
<title><sawm:messageRef name="kmsgBIEEHomeTitle"/></title>
<sawm:messageRef name="kuiFrameworkHeaderHead"/>
<link href="fmap:catalog.css" type="text/css" rel="stylesheet" />
<link href="fmap:home.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/obips.FormFields/obips.FormFields.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/obips.FloatingWindow/obips.FloatingWindow.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/obips.Dialog/obips.Dialog.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/obips.UBerBar/obips.UBerBar.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/sensecomplete/sensecomplete.css" type="text/css" rel="stylesheet" />
<link href="fmap:uicomponents/reportgallery/reportgallery.css" type="text/css" rel="stylesheet" />
<link href="fmap:qna/qna.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="fmap:common/dragdropframework.js"></script>
<script type="text/javascript" src="fmap:common/layout.js"></script>
<script type="text/javascript" src="fmap:common/obips.TabCircler.js"></script>
<script type="text/javascript" src="fmap:common/obips.XMLDOM.js"></script>
<script type="text/javascript" src="fmap:common/animate.js"></script>
<script type="text/javascript" src="fmap:webserviceproxies/catalogmanager.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.FormFields/obips.FormFields.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.FloatingWindow/obips.FloatingWindow.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.Dialog/obips.Dialog.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.ScrollablePanel/obips.ScrollablePanel.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.ContextMenu/obips.ContextMenu.js"></script>
<script type="text/javascript" src="fmap:uicomponents/obips.UberBar/obips.UberBar.js"></script>
<!--Please don't add this back. obips.Toolbar is deprecated! <script type="text/javascript" src="fmap:uicomponents/obips.Toolbar/obips.Toolbar.js"></script>-->
<script type="text/javascript" src="fmap:uicomponents/common/obips.TextDialog.js"></script>
<script type="text/javascript" src="fmap:uicomponents/common/obips.MessageDialog.js"></script>
<script type="text/javascript" src="fmap:uicomponents/common/obips.ConfirmDialog.js"></script>
<script type="text/javascript" src="fmap:views/viewcontroller.js"></script>
<script type="text/javascript" src="fmap:dashboards/portalscript.js"></script>
<script type="text/javascript" src="fmap:dashboards/obidash.js"></script>
<script type="text/javascript" src="fmap:common/datetime.js"></script>
<script type="text/javascript" src="fmap:common/list.js"></script>
<script type="text/javascript" src="fmap:catalog/catalogaction.js"></script>
<script type="text/javascript" src="fmap:catalog/catalogmanagerhelper.js"></script>
<script type="text/javascript" src="fmap:catalog/actionhandlerimpl.js"></script>
<script type="text/javascript" src="fmap:catalog/actionlinksrender.js"></script>
<script type="text/javascript" src="fmap:catalog/catalog.js"></script>
<script type="text/javascript" src="fmap:catalog/itemproperties.js"></script>
<script type="text/javascript" src="fmap:uicomponents/sensecomplete/sensecomplete.js"></script>
<script type="text/javascript" src="fmap:uicomponents/reportgallery/reportgallery.js"></script>
<script type="text/javascript" src="fmap:uicomponents/pancontrolbar/pancontrolbar.js"></script>
<script type="text/javascript" src="fmap:qna/search.js"></script>
<script type="text/javascript" src="fmap:qna/uicomponent.js"></script>
<sawm:if name="session.syndicate" op="equals" value="workspace">
<script type="text/javascript" src="fmap:common/workspacesyndicatebase.js"></script>
<sawm:resourceBundle path="common/saw.workspace.xml"/>
</sawm:if>
<script type="text/javascript" src="fmap:common/alertsui.js"></script>
<sawm:resourceBundle path="common/saw.alertsui.xml"/>
<script type="text/javascript" src="fmap:home/bieehome.js"></script>
<sawm:if test="ShowProductTour">
<sawm:messageRef name="kuiProductTour"/>
</sawm:if>
<script type="text/javascript">
function NQOnLoadEvent()
{
//render header
<sawm:messageRef name="kuiFrameworkHeader" >
<sawm:setParam name="helpUrl"><sawm:fileMap path="biee0124.htm"/></sawm:setParam>
<sawm:setParam name="helpCaption"><sawm:messageRef name="kuiBIHContextHelp" /></sawm:setParam>
<sawm:setParam name="title"><sawm:messageRef name="kmsgBIHHomeTabTitle"/></sawm:setParam>
</sawm:messageRef>
<sawm:choose>
<sawm:when test="privileges.HomeAndMasthead.AccessHomePage">
<sawm:messageRef name="kmsgMostRecentItemsScript" />
var tDownloadLinks = [
<sawm:if test="smartViewURL">
{text:'kmsgBIHSmartViewForMSOffice', url:<sawm:json>smartViewURL</sawm:json>, desc:'kmsgBIHSmartViewForMSOfficeDesc'},
</sawm:if>
<sawm:if test="FRURL">
{text:'kmsgBIHFRStudio', url:<sawm:json>FRURL</sawm:json>, desc:'kmsgBIHFRStudioDesc'},
</sawm:if>
<sawm:if test="EssbaseStudioURL">
{text:'kmsgBIHEssbaseStudio', url:<sawm:json>EssbaseStudioURL</sawm:json>, desc:'kmsgBIHEssbaseStudioDesc'},
</sawm:if>
<sawm:if test="EASURL">
{text:'kmsgBIHEAS', url:<sawm:json>EASURL</sawm:json>, desc:'kmsgBIHEASDesc'},
</sawm:if>
<sawm:if test="biClientURL32Bit">
{text:'kmsgBIHBIClientInstaller32Bit', url:<sawm:json>biClientURL32Bit</sawm:json>, desc:'kmsgBIHBIClientInstallerDesc32Bit'},
</sawm:if>
<sawm:if test="biClientURL64Bit">
{text:'kmsgBIHBIClientInstaller64Bit', url:<sawm:json>biClientURL64Bit</sawm:json>, desc:'kmsgBIHBIClientInstallerDesc64Bit'},
</sawm:if>
<sawm:if test="privileges.Publisher.developReport">
{text:'kmsgBIPDownloadTemplateBuilderForWord', url:saw.commandToURL('xmlpObjectTasks')+'&Action=downloadTool&_xaction=downloadtb', desc:'kmsgBIPDownloadTemplateBuilderForWordDesc'},
{text:'kmsgBIPDownloadTemplateBuilderForWord64Bit', url:saw.commandToURL('xmlpObjectTasks')+'&Action=downloadTool&_xaction=downloadtb64', desc:'kmsgBIPDownloadTemplateBuilderForWordDesc64Bit'},
</sawm:if>
null
];
var tSESUrl = "";
<sawm:if test="sesSearchURL">
tSESUrl = <sawm:json>sesSearchURL</sawm:json>;
</sawm:if>
<sawm:if test="!thumbnailsEnabled">
saw.home.ThumbnailsEnabled=false;
</sawm:if>
saw.home.start(tDownloadLinks,tSESUrl);
<sawm:if test="ShowProductTour">
obips.ProductTour.start();
</sawm:if>
</sawm:when>
<sawm:otherwise>
saw.componentheader.errorpagestart();
</sawm:otherwise>
</sawm:choose>
//load Rapid Search bar
<sawm:if test="privileges.HomeAndMasthead.AccessRapidSearchUI && EnableRapidSearch">
saw.home.initBIAsk();
</sawm:if>
};
window.onload = NQOnLoadEvent;
//list of object types that current user can create
saw.catalogaction.setCreateList(<sawm:json>system.catalogObjectTypeManager.creatableTypes</sawm:json>);
obips.BreadCrumbs.Manager.getSingleton().reset();
<sawm:if name="session.syndicate" op="equals" value="workspace">
var tSyndicate = obips.workspace.HomePageSyndicate.createSyndicateObject();
</sawm:if>
</script>
<sawm:resourceBundle path="common/privileges.xml" />
<sawm:resourceBundle path="catalog/privileges.xml"/>
<sawm:resourceBundle path="catalog/saw.catalog.xml" inline="false"/>
<sawm:resourceBundle path="home/bieehome.xml" inline="false"/>
</head>
<body class="HTMLBody">
<sawm:messageRef name="kuiComponentHeader">
<sawm:setParam name="NeedUberbar">true</sawm:setParam>
<sawm:setParam name="EmptyUberbar">true</sawm:setParam>
</sawm:messageRef>
<div id="idBIEEHomeBodyDiv">
<sawm:choose>
<sawm:when test="privileges.HomeAndMasthead.AccessHomePage">
<!--Round corner -->
<table id="idBIHRoundCorner" cellspacing="0" cellpadding="0" class="BIHRoundCorner">
<tr>
<td class="RoundCornerCell">&nbsp;</td>
<td class="TopCell">&nbsp;</td>
</tr>
</table>
<!-- Adding Analysis to Page - START -->
<div id="idPinnMessages">
<iframe src="saw.dll?Go&Path=%2fshared%2fUser%20View%2fDefault%20Home%20Page%2fReports%2fReport%20-%20Alert%20Message&Options=r" width="100%" height="10%" scrolling="no" frameborder="0"></iframe>
<embed src="saw.dll?Go&Path=%2fshared%2fUser%20View%2fDefault%20Home%20Page%2fReports%2fReport%20-%20Alert%20Message&Options=r">
</div>
<!-- Adding Analysis to Page - END -->
<div class="BIEEHome">
<table id="idBIEEHomeTable" class="BIEEHomeTable" cellspacing="0" cellpadding="0">
<!-- BI Ask -->
<sawm:if test="privileges.HomeAndMasthead.AccessRapidSearchUI && EnableRapidSearch">
<tr>
<td id="idBIEEHomeBIAskCell" class="masterBorderBottom BIEEHomeTop" colspan="2">
</td>
</tr>
</sawm:if>
<tr id="idBIEEHomeMainBodyTableRow">
<!-- left pane -->
<td class="masterBorderRight BIEEHomeLeft">
<div class="BIHPaneContainer">
<table width="100%" cellspacing="0" cellpadding="0">
<!-- Create... -->
<tr id="idCreate"><td class="masterHeader masterBorderBottom BIHActionSectionHeader">
<sawm:messageRef name="kmsgCreateSectionHeader"/>
</td>
</tr>
<tr id="idBIHCreateActionList">
<td class="BIHActionList">
<div id="idHomeCreateLinks"></div>
</td>
</tr>
<!-- Browse Catalog... -->
<tr id="idBrowseCatalog">
<td class="masterHeader masterBorderBottom BIHActionSectionHeader">
<sawm:messageRef name="kmsgBrowseCatalogSectionHeader"/>
</td>
</tr>
<tr id="idBIHBrowseActionlist">
<td class="BIHActionList">
<div id="idHomeBrowseCatalogSection">
<sawm:if test="privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI">
<a id="idCatalogFolders" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onAllContentClick(event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHCatalogFolders"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_folder_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHAllContent"/></span>
<img border="0" alt="Drop down" title="" src="fmap:uicomponents/obips.Menubar/dropdown_md.gif"/>
</a>
<br />
</sawm:if>
<sawm:if test="privileges.Access['Global Answers'] && privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI">
<a id="idMyRequests" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&Action=search&name=*&type=queryitem1&path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgCatalogFavoriteFolderMyRequest"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgCatalogFavoriteFolderMyRequest"/></span>
</a><br />
</sawm:if>
<sawm:if test="privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI">
<a id="idMyReports" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&Action=search&name=*&type=bipReport&path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHMyReports"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHMyReports"/></span>
</a><br />
</sawm:if>
<sawm:if test="privileges.Access['Global Scorecard'] && privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI">
<a id="idMyScorecards" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&Action=search&name=*&type=bsc&path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHMyScorecards"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHMyScorecards"/></span>
</a><br />
</sawm:if>
<sawm:if test="system.config['Alerts/Enabled'] && privileges.Access['Global Delivers'] && privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI">
<a id="idMyIBotSubscriptions" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&Action=favorite&targetid=mySubscription',event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHMyIBotSubscriptions"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHMyIBotSubscriptions"/></span>
</a><br />
<a id="idMyIBots" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&Action=search&name=*&type=coibot1&path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHMyIBots"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHMyIBots"/></span>
</a><br />
</sawm:if>
<!--Mobile Apps Library -->
<sawm:if test="privileges.HomeAndMasthead.AccessCatalogSearchUI && privileges.HomeAndMasthead.AccessCatalogUI && EnableMAD">
<a id="idMobileAppsLib" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.catalogaction.openInWindow('/mobile/appstore/index.jsp'); return false;">
<img border="0" alt="<sawm:messageRef name="kmsgBIHManagerMobileAppLibrary"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/favorite_search_s.png"/>" />
<span><sawm:messageRef name="kmsgBIHManagerMobileAppLibrary"/></span>
</a>
</sawm:if>
</div>
<div class="BIHManageJobsLink">
<sawm:if name="privileges['Admin: General'].ManageJobs">
<a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('ViewJobs'), event); return false;">
<span><sawm:messageRef name="kmsgBIHManageMarketingJobs"/></span>
</a><br />
</sawm:if>
<sawm:if test="privileges.Publisher.developReport || privileges.Publisher.administerServer">
<a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onBIPReportSchedules(event); return false;">
<span><sawm:messageRef name="kmsgBIHManageReportsSchedules"/></span>
</a><br />
<a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onBIPJobHistory(event); return false;">
<span><sawm:messageRef name="kmsgBIHManageReportsJobHistory"/></span>
</a><br />
</sawm:if>
</div>
</td>
</tr>
<!-- Get Started... -->
<tr id="idGetStarted">
<td class="masterHeader masterBorderBottom BIHActionSectionHeader">
<sawm:messageRef name="kmsgGetStartedSectionHeader"/>
</td>
</tr>
<tr id="idBIHGetStartedLinks">
<td class="BIHActionList">
<div id="idGetStartedCustomLinksDiv">
<!--To custom the links, add a kuiHomePageGetStartedLinks custom message. -->
<sawm:choose>
<sawm:when name="getStartedMsg">
<sawm:messageRef name="kuiHomePageGetStartedLinks" />
</sawm:when>
<sawm:otherwise>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://docs.oracle.com/middleware/11119/bisuite/index.html','_blank'); return false;">
<img border="0" alt="" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/introtooraclebi_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHHelpIntroduction"/></span>
</a><br />
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://docs.oracle.com/middleware/11119/bisuite/index.html','_blank'); return false;">
<img border="0" alt="" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/quicktour_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHHelpDoc"/></span>
</a><br />
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onDownloadDesktopTools(event)" >
<img border="0" alt="" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/downloadBIdesktopapps_lg_ena.png"/>" />
<span><sawm:messageRef name="kmsgBIHDownloadBIDesktopTools"/></span>
<img border="0" alt="Drop down" title="" src="fmap:uicomponents/obips.Menubar/dropdown_md.gif"/>
</a><br />
<sawm:if test="privileges.HomeAndMasthead.HelpMenu">
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onHelpTOCs(event); return false;">
<img border="0" alt="" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/helptopics_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHHelpTOC"/></span>
<img border="0" alt="HelpTOCDropdown" title="" src="fmap:uicomponents/obips.Menubar/dropdown_md.gif"/>
</a><br />
</sawm:if>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/overview/index.html','_blank'); return false;">
<img border="0" alt="" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/otn_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHOraTechNetwork"/></span>
</a>
</sawm:otherwise>
</sawm:choose>
</div>
</td>
</tr>
</table>
</div>
</td>
<!-- right pane -->
<td class="BIEEHomeRight" cellspacing="0" cellpadding="0">
<table width="100%">
<!-- Alerts -->
<tr id="idHomeAlertsRow">
<td class="BIHListSectionHeaderIconCell">
<img border="0" alt="<sawm:messageRef name="kmsgViewsAlerts"/>" title="" src="<sawm:fileMap path="common/alert_lg_qualifier.png"/>" />
</td>
<td>
<div class="masterBorderBottom masterHeader BIHListSectionHeader">
<sawm:messageRef name="kmsgViewsAlerts"/>
</div>
<div id="idHomeAlerts">
</div>
</td>
</tr>
<!-- Recent -->
<tr>
<td class="BIHListSectionHeaderIconCell">
<img border="0" alt="<sawm:messageRef name="kmsgBIHRecent"/>" title="" src="<sawm:fileMap path="common/recentupdate_lg_qualifier.png"/>" />
</td>
<td>
<div class="masterBorderBottom masterHeader BIHListSectionHeader">
<sawm:messageRef name="kmsgBIHRecent"/>
</div>
<div id="idNoRecentItems">
<img border="0" align="middle" class="MsgErrorImg" alt="<sawm:messageRef name="kmsgBIHNoRecent"/>" title="" src="<sawm:fileMap path="uicomponents/common/title_info.png"/>" />
<span class="BIHNoRecentItems"><sawm:messageRef name="kmsgBIHNoRecent"/></span>
</div>
<div id="idRecentDashboards" class="masterHeader BIHRecentSubHeader">
<sawm:messageRef name="kmsgBIHRecentDB"/>
</div>
<sawm:if test="!thumbnailsEnabled">
<div id="idHomeDashboards" class="BIHRecentDBDiv"/>
</sawm:if>
<sawm:if test="thumbnailsEnabled">
<div id="idHomeDashboards" class="BIHRecentDBDiv2"/>
</sawm:if>
<div id="idHomeDashboardsSpaceDiv" class="BIHRecentDBDiv"/>
<div id="idRecentOthers" class="masterHeader BIHRecentSubHeader">
<sawm:messageRef name="kmsgBIHRecentOthers"/>
</div>
<div id="idHomeMRU"/>
</td>
</tr>
<!-- Favorites -->
<tr>
<td class="BIHListSectionHeaderIconCell">
<img border="0" alt="<sawm:messageRef name="kmsgBIHFavorites"/>" title="" src="<sawm:fileMap path="catalog/mostpopular_lg_qualifier.png"/>" />
</td>
<td>
<div class="masterBorderBottom masterHeader BIHListSectionHeader">
<sawm:messageRef name="kmsgBIHFavorites"/>
</div>
<div id="idNoFavoriteItems">
<img border="0" align="middle" class="MsgErrorImg" alt="<sawm:messageRef name="kmsgBIHNoRecent"/>" title="" src="<sawm:fileMap path="uicomponents/common/title_info.png"/>" />
<span class="BIHNoRecentItems"><sawm:messageRef name="kmsgBIHNoFavorites"/></span>
</div>
<div id="idHomeFavorites"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</sawm:when>
<sawm:otherwise>
<sawm:messageRef name="kuiNotPrivilegedMessage"/>
</sawm:otherwise>
</sawm:choose>
</div>
<sawm:messageRef name="kuiStaticsPreloadIFrame"/>
<!--fix bug:13393545 -->
<h6 style="visibility:hidden;position:absolute;top:0px;"><sawm:messageRef name="kmsgBIEEHomeTitle"/></h6>
<sawm:messageRef name="kuiComponentHeaderEnd" />
</body>
</html>