How to remove the "Sign Out" in OBIEE 11g?

How to remove or hide the "Sign Out" option from Dashboard in OBIEE 11g?
Edited by: Siva Prasad on Jul 6, 2011 6:20 AM

Hi Amit, Following z the file.. Plz check it out....
<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" />
<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: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.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: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>
<sawm:if name="session.syndicate" op="equals" value="workspace">
<script type="text/javascript" src="fmap:common/workspacesyndicatebase.js"></script>
</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>
<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:messageRef name="kmsgMostRecentItemsScript" />
var tDownloadLinks = [
<sawm:if test="officeURL">
{text:'kmsgBIHOracleBIForMSOffice', url:<sawm:json>officeURL</sawm:json>, desc:'kmsgBIHOracleBIForMSOfficeDesc'},
</sawm:if>
<sawm:if test="smartViewURL">
{text:'kmsgBIHSmartViewForMSOffice', url:<sawm:json>smartViewURL</sawm:json>, desc:'kmsgBIHSmartViewForMSOfficeDesc'},
</sawm:if>
<sawm:if test="privileges.Publisher.developReport">
{text:'kmsgBIPDownloadTemplateBuilderForWord', url:saw.commandToURL('xmlpObjectTasks')+'&amp;Action=downloadTool&amp;_xaction=downloadtb', desc:'kmsgBIPDownloadTemplateBuilderForWordDesc'},
{text:'kmsgBIPDownloadAnalyzerForExcel', url:saw.commandToURL('xmlpObjectTasks')+'&amp;Action=downloadTool&amp;_xaction=downloadae', desc:'kmsgBIPDownloadAnalyzerForExcelDesc'},
</sawm:if>
null
var tSESUrl = "";
<sawm:if test="sesSearchURL">
tSESUrl = <sawm:json>sesSearchURL</sawm:json>;
</sawm:if>
saw.home.start(tDownloadLinks,tSESUrl);
window.onload = NQOnLoadEvent;
//list of object types that current user can create
saw.catalogaction.setCreateList(<sawm:json>system.catalogObjectTypeManager.creatableTypes</sawm:json>);
<sawm:if name="session.syndicate" op="equals" value="workspace">
var tSyndicate = obips.workspace.HomePageSyndicate.createSyndicateObject();
</sawm:if>
</script>
<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>
<div id="idBIEEHomeBodyDiv">
<!--Round corner -->
<table cellspacing="0" cellpadding="0" class="BIHRoundCorner">
<tr>
<td class="RoundCornerCell">&amp;nbsp;</td>
<td class="TopCell">&amp;nbsp;</td>
</tr>
</table>
<div class="BIEEHome">
<table id="idBIEEHomeTable" class="BIEEHomeTable" cellspacing="0" cellpadding="0">
<tr>
<!-- left pane -->
<td class="BIEEHomeLeft">
<div class="BIHPaneContainer">
<table width="100%" cellspacing="0" cellpadding="0">
<!-- Create... -->
<tr id="idCreate"><td class="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="BIHActionSectionHeader">
<sawm:messageRef name="kmsgBrowseCatalogSectionHeader"/>
</td>
</tr>
<tr id="idBIHBrowseActionlist">
<td class="BIHActionList">
<div id="idHomeBrowseCatalogSection">
<a id="idCatalogFolders" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onAllContentClick(event); return false;">
&lt;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>
<a id="idMyRequests" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=queryitem1&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
&lt;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>
<a id="idMyReports" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=bipReport&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
&lt;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>
<a id="idMyScorecards" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=bsc&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
&lt;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>
<sawm:if test="system.config['Alerts/Enabled'] &amp;&amp; privileges.Access['Global Delivers']">
<a id="idMyIBotSubscriptions" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=favorite&amp;targetid=mySubscription',event); return false;">
&lt;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>
<a id="idMyIBots" class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.openURL(saw.commandToURL('catalog') + '&amp;Action=search&amp;name=*&amp;type=coibot1&amp;path=' + saw.encodeURIComponent(saw.getSessionInfos().user.homeDir),event); return false;">
&lt;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>
</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>
</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>
<a class="BIHFavoriteFolderLink" href="javascript:void(null)" onclick="saw.home.onBIPJobHistory(event); return false;">
<span><sawm:messageRef name="kmsgBIHManageReportsJobHistory"/></span>
</a>
</sawm:if>
</div>
</td>
</tr>
<!-- Get Started... -->
<tr id="idGetStarted">
<td class="BIHActionSectionHeader">
<sawm:messageRef name="kmsgGetStartedSectionHeader"/>
</td>
</tr>
<tr id="idBIHGetStartedLinks">
<td class="BIHActionList">
<!--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://download.oracle.com/docs/cd/E14571_01/index.htm','_blank'); return false;">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpIntroduction"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/introtooraclebi_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHHelpIntroduction"/></span>
</a>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://download.oracle.com/docs/cd/E14571_01/index.htm','_blank'); return false;">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpDoc"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/quicktour_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHHelpDoc"/></span>
</a>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onDownloadDesktopTools(event)" id="idBIHDownloadToolsLink">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHDownloadBIDesktopTools"/>" 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>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="saw.home.onHelpTOCs(event); return false;">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHHelpTOC"/>" 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.UberBar/dropdown_md.gif"/>
</a>
<a class="BIHGetStartedLink" href="javascript:void(null)" onclick="obips.launcher.launchNewWindow('http://www.oracle.com/technology/tech/bi/index.html','_blank'); return false;">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHOraTechNetwork"/>" title="" class="GetStartedActionIcon" src="<sawm:fileMap path="common/otn_lg_qualifier.png"/>" />
<span><sawm:messageRef name="kmsgBIHOraTechNetwork"/></span>
</a>
</sawm:otherwise>
</sawm:choose>
</td>
</tr>
</table>
</div>
</td>
<!-- right pane -->
<td class="BIEEHomeRight" cellspacing="0" cellpadding="0">
<table width="100%">
<!-- Alerts -->
<tr id="idHomeAlertsRow">
<td class="BIHListSectionHeaderIconCell">
&lt;img border="0" alt="<sawm:messageRef name="kmsgViewsAlerts"/>" title="" src="<sawm:fileMap path="common/alert_lg_qualifier.png"/>" />
</td>
<td>
<div class="BIHListSectionHeader">
<sawm:messageRef name="kmsgViewsAlerts"/>
</div>
<div id="idHomeAlerts">
</div>
</td>
</tr>
<!-- Recent -->
<tr>
<td class="BIHListSectionHeaderIconCell">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHRecent"/>" title="" src="<sawm:fileMap path="common/recentupdate_lg_qualifier.png"/>" />
</td>
<td>
<div class="BIHListSectionHeader">
<sawm:messageRef name="kmsgBIHRecent"/>
</div>
<div id="idNoRecentItems">
&lt;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="BIHRecentSubHeader">
<sawm:messageRef name="kmsgBIHRecentDB"/>
</div>
<div id="idHomeDashboards" class="BIHRecentDBDiv"/>
<div id="idRecentOthers" class="BIHRecentSubHeader">
<sawm:messageRef name="kmsgBIHRecentOthers"/>
</div>
<div id="idHomeMRU"/>
</td>
</tr>
<!-- Favorites -->
<tr>
<td class="BIHListSectionHeaderIconCell">
&lt;img border="0" alt="<sawm:messageRef name="kmsgBIHFavorites"/>" title="" src="<sawm:fileMap path="catalog/mostpopular_lg_qualifier.png"/>" />
</td>
<td>
<div class="BIHListSectionHeader">
<sawm:messageRef name="kmsgBIHFavorites"/>
</div>
<div id="idNoFavoriteItems">
&lt;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>
</div>
<sawm:messageRef name="kuiStaticsPreloadIFrame"/>
</body>
</html>
Edited by: Siva Prasad on Jul 6, 2011 10:39 PM
Edited by: Siva Prasad on Jul 6, 2011 11:10 PM
Edited by: Siva Prasad on Jul 6, 2011 11:58 PM

Similar Messages

  • How to remove the grayed out filed

    Good Morning PS Gurus,
    With wrong company code , planning was done on one WBS. As the planning was done on that WBS, company code under assignments tab & planning element under basic data tab were grayed out.
    Is there any to remove this grayed out field.
    Many Thanks in Advance...
    Reagrds
    MM

    Delete the planing values which you have done  & than try.  This is standard behaviour.
    With Regads
    Nitin P.

  • How to know the Em url in OBIEE 11g

    Hi Team,
    Can you please let me know the procedure to find out the URL for EM.
    I have installed 11.1.1.6 version.
    I am looking out for the port no.
    http://localhost:(How to get this port no)/em...Tried with 7001.but no luck.
    Thanks,
    Riyaz Ali

    Hi Riyaz
    The Port number is the AdminServer Port Number of the domain. This is where the EM app will be targetted and deployed. If you choose all defaults and have like a Simple Installation of BI Software, then you should have one Server named AdminServer running at default Port: 7001.
    To really confirm exactly, open you config.xml file which is under your domain root folder/config/config.xml file. Search for "em.ear" and see to which server it is targetted, generally it will be AdminServer (<target> tag entry). Now from the top search for "AdminServer" in the same file. You should see an entry like shown below. SSL Port is 7002. If you do NOT see <listen-port> tag, it means it is using DEFAULT Port which is 7001. But if you do see this tag, use that port number. Do not get confused with <ssl> port. Every domain have normal and ssl ports and most of the times we use normal port.
      <server>
        <name>AdminServer</name>
        <idle-connection-timeout>1000</idle-connection-timeout>
        <period-length>200000</period-length>
        <idle-periods-until-timeout>20</idle-periods-until-timeout>
        <dgc-idle-periods-until-timeout>21</dgc-idle-periods-until-timeout>
        <ssl>
          <name>AdminServer</name>
          <hostname-verification-ignored>true</hostname-verification-ignored>
          <listen-port>7002</listen-port>
        </ssl>
        <machine>RJEGGA</machine>
        <listen-address></listen-address>
        <server-diagnostic-config>
          <name>AdminServer</name>
          <diagnostic-context-enabled>true</diagnostic-context-enabled>
        </server-diagnostic-config>
      </server>So, try, http://youradminserverhost:adminserverport/em
    NOW, if you get like Page Not Found, or do not see entry from em.ear file in your config.xml file, this means your domain is not having EM app deployed.
    Thanks
    Ravi Jegga

  • How to disable the guest login in OBIEE 11g?

    Hi,
    Whenever i click on analytics link, Guest automatically logs in , then i have to logout in order for the user to log in.
    How do we disable this Guest login?
    Thanks
    Ashish

    Hi,
    Whenever i click on analytics link, Guest automatically logs in , then i have to logout in order for the user to log in.
    How do we disable this Guest login?
    Thanks
    Ashish

  • How do I remove the (-signed) which Adobe adds to the end of the document name after having signed it?

    Hi there,
    How do I remove the (-signed) which Adobe adds to the end of the document name after having signed it?
    It is not convenient to remove it every time I sign a document. So, is there a way to turn this off?
    Thank you

    I think you cannot, because for many people it is so important to keep the unsigned document, and most do not realise this until it is too late.

  • I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?

    I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?
    The site is joehewett.uk and I am worried that now I do not have the files of the website I cannot remove it?
    James.

    Did you delete the files from your Remote server?
    Deleting the local site folder or the site definition in DW will have no effect on your remote site.
    When I go to your URL, I see the index.html page with 16 code errors and this background image:
    http://joehewett.uk/Untitled-1.jpg
    So the site is still online until you delete those files from your server.
    Nancy O.

  • How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?

    How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?
    Pretty much the the email that I used (but didn't verify) to create my iCloud account was hacked and now I can't remove it from my iCloud account due to the iCloud password also being changed by the same person and the fact I had "Find my iPhone" app on my phone also??? I had to change my iTunes email as well but that was far easier so yeah :S.
    Please help. I live in NZ, out in the country, so reception is rare and so is getting into the nearest town that has an Apple Store.
    Thanks

    If you truly change your existing Apple ID's email address to a new email address, follow these instructions: iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    If you created a whole new Apple Account because you couldn't access the old one after being hacked, you will need to contact the Apple Account Security Team. Apple ID: Contacting Apple for help with Apple ID account security

  • How to remove the approved order from the table in sapui5

    Hi Experts,
      how to remove the approved order from the table in sapui5.
    After Approving the order how to remove the order from the table in sapui5.
    Please help me.
    Thanks & regards
    chitti Babu

    Hi,
    Probelm is OBIEE on your machine.Some one might have deleted pdf option.
    Refer : http://obiee101.blogspot.com/2009/07/obiee-dashboard-default-controls.html
    Try to find out tag that is to be removed from controlmessages.xl so that you have only HTML.
    Update :
    Stop BI Server.Try removing below tag and restart server.
    (sawm:if name="enablePDF">(a class="NQWMenuItem" name="pdf" href="javascript:void(null)" onclick="return PortalPrint('@{pdfURL}[javaScriptString]',@{bNewWindow});">
    <sawm:messageRef name="kmsgDashboardPrintPDF"/></a)</sawm:if)
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Apr 19, 2011 3:36 AM

  • How to remove the white space that is now above the main images on each page?

    http://www.nydogworks.net
    Hello,
    I took over updating some things on my site from my web designer. The main images on each page used to be flush with the navigation bar on each page. Now there is a white space in between each one. Can you tell me how to remove the white space?
    <div id="container">
    <div id="imgholder"><img src="images/feature-aboutus.jpg" width="951" height="341" alt="" />
    </div>
    <div id="pageContentNoside">
       <div id="sideSub">
         <form action="form.php" method="post" name="form2" id="form2"> <table width="250" border="0" cellpadding="2" cellspacing="2">
           <tr>
             <td width="273"><h2>Quick Contact</h2></td>
             </tr>
           <tr>
             <td class="mainContent">Your Name</td>
             </tr>
           <tr>
             <td><span class="style9">
               <input name="forname" type="text" class="colorfieldssmall" id="forname" size="20" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Your Email Address* (required)</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="admail" type="text" class="colorfieldssmall" id="admail" size="25" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Phone Number</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="phone" type="text" class="colorfieldssmall" id="phone" />
               </span></td>
             </tr>
           <tr>
             <td><span class="mainContent">Type of Dog Training</span></td>
             </tr>
           <tr>
             <td class="mainContent"><span class="style9">
               <select name="need" class="colorfieldssmall" id="need">
                 <option value="select one">select one</option>
                 <option value="Basic Obedience">Basic Obedience</option>
                 <option value="Behavior Therapy">Behavior Therapy</option>
                 <option value="Board and Train">Board and Train</option>
                 <option value="Off Leash Training">Off Leash Training</option>
                 <option value="Puppy Training">Puppy Training</option>
                 </select>
               </span></td>
             </tr>
           <tr>
             <td> </td>
             </tr>
           <tr>
             <td><div align="left">
               <input type="submit" name="submit" id="submit"  value="Submit" />
               </div>
               </td>
             </tr>
           </table></form>
         <h2><br />
           Dog Training Services<br />
           </h2>
         <ul id="subnav">
           <li><a href="basic-obedience.html">Basic Obedience</a></li>
           <li><a href="dog-behavior-therapy.html">Behavior Therapy</a></li>
           <li><a href="board-and-train-dog-program.html">Board & Train Program</a></li>
           <li><a href="off-leash-training.html">Off Leash Training</a></li>
           <li><a href="puppy-training-program.html">Puppy Training</a></li>
           </ul>
         <br />
         <br />
         <br />
         </div>
      <div id="suggestPost"><a href="https://www.facebook.com/pages/NYDogWorks/219268038151244?fref=ts" ></a></div>
       <div id="mainContent">
         <h1 class="copyrightType">About NY DogWorks</h1><br />
         <h2> <span class="testimonal">The Owner of NYDogWorks</span>      </h2>
         <p><span class="copyrightType"><img src="images/dogpic.jpg" alt="Dog Behavior Therapy" width="183" height="275" class="h_img_float_right" /></span><strong>NYDogWorks L.L.C. is owned and operated by Master Certified Dog Trainer and Behavior Specialist Brian DeMartino. </strong><br />
           <br />
           His training is hands down the best out there. He has become one of the most sought after dog trainers throughout Long Island, Manhattan, &amp; New York.<br />
           <br />
           With over 15 years experience training and rehabilitating some of the toughest cases of dog behaviors. He’s Mastered the Art of teaching top knotch obedience and manners with outstanding results and has developed the most full proof and guaranteed system to fully housebreak any puppy or dog in the shortest amount of time.<br />
           <br />
           He is Certified in dog training and dog behavior and is an Official Evaluator for the American Kennel Club’s (C.G.C) Program.<br />
           <br />
           <br />
           <strong>All About NYDogWorks</strong><br />
           </p>
      <p><br />
      </p>
         <p>NYDogWorks Dog Education, is a Professional Dog Training Company offering dog training for puppies and older dogs through customized in-home training programs by Master Certified Trainers in Nassau County, Suffolk County, Hamptons, Long Island, Manhattan, Brooklyn, Bronx, Queens, Rockland County, Westchester County, Orange County, and Bergen County New Jersey. NYDogWorks offers obedience training, Housebreaking, Manners, socialization for your dog,  Puppy Training and Education, Behavior Therapy, Trick Training, Agility, Complete Off Leash Training, Sport Work, and Personal Protection Training. <br />
           <br />
           <strong><br />
             NYDogWorks Boarding &amp; Training Programs</strong><br />
           </p>
      <p><br />
        We offer boarding and training programs done in the home of owner, Brian DeMartino. This is a customized 2-6 week program to suit your dog's needs, great for someone who feels they do not have the time or patience to train or rehabilitate their dog at their home. This is a 100% guaranteed program. Your dog will stay with us for no additional charge if we feel that he or she has not learned all that was agreed upon. We guarantee that if there is any regression within 3 months of your dog being back home with you, he/she will come back to us for no additional charge.<br />
        <br />
        <a href="board-and-train-dog-program.html">View Boarding &amp; Training Programs</a></p>
         <p><br />
           </p>
         <p><br />
           <br />
      </div>
       <div id="breadCrumbs">
         <p><a href="index.html">Home</a> &gt;  NY DogWorks - About Certified Dog Trainer Brian DeMartino<br />
           <strong>Serving all of Long Island, Nassau &amp; Suffolk County, Manhattan, Brooklyn &amp; Queens</strong></p>
         </div>
    </div>
        <div id="footer">
          <div id="footermenu">
          <div id="footermenu1">
          </div>
        </div>
       <div class="phoneNumber" id="copyright"> Copyright © 2014  NY DogWorks</div>
         <div class="websiteDesign" id="sitedesigner">Long Island Website Design by <a href="http://www.wetribet.com" title="Wet Ribet" target="_blank" class="medlink">Wet Ribet</a>     </div>
    </div>
    </div>

    You should be able to add the following snippets of css to your stylesheet to fix that.
    In the mainstyle.css file, change...
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    to
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;

  • How to remove the pop-up window ''Wireless Radio Status" for t430s

    Hi, I have owned my t430s for now about 2 years without any major complaints recently I've had to use the fn + f5 function quite frequently, because of my poor internet connection. so that way i can reset which signal I want to choose because the default signal I am connected to is not mine. My problem is similar to what is posted here: https://forums.lenovo.com/t5/X-Series-Tablet-and-Helix/how-to-remove-the-pop-up-window-Wireless-Radio-Status/td-p/1191059 I really want to get rid of the pop up for this feature, I've tried to follow what the other thread user's have done and try out their solutions but it does not work for my t430s i tried changing the pmev thing to what was posted in the thread. Can anyone help me? Thanks!  

    I already tried that as mentioned in my original post, it doesn't work. I still get the pop up message: this is me pressing fn + f5 

  • Hello! The question is this. In London, took the Iphone 5 as sim free, flew to Moscow put Simcoe, and he writes me that is locked to the operator O2. Can anyone encountered this problem? What to do? How to remove the Unlock?

    Hello! The question is this. In London, took the Iphone 5 as sim free, flew to Moscow put Simcoe, and he writes me that is locked to the operator O2. Can anyone encountered this problem? What to do? How to remove the Unlock?
    <Edited by Host>

    Look at your receipt. Does it say unlocked? It is possible to purchase both locked "sim free" and unlocked iPhones from Apple.
    ONLY the carrier an iPhone is locked to can legitimately unlock it.
    IF your receipt says that it was supposed to be unlocked, and it is not, call AppleCare. They should be able to straighten it out.

  • How To Remove The Hard Disk On A HP Pavilion Slimline s5220y Desktop

    Hello. I need to replace the HDD on my wife's s5220y pc. This model has a case that only the side panel comes off . Other simular models have a case that the side and bottom panel comes off in a L shape making it easy to remove the HDD. Can someone explain to me how to get the HDD out of this model or refrence me to a video or a diagram. Thanks much.
    This question was solved.
    View Solution.

    Hi:
    Please see if the info in the upgrading and servicing guide is of help to you:
    http://h10032.www1.hp.com/ctg/Manual/c01859458.pdf

  • How to change the $ sign in a class name?

    How to change the $ sign in a class name?
    After compilation I get classes with names like abc.class, abc$1.clsss abc$2.class etc.. How do I get different names (without the $ sign) that will be accepted by my web host.

    Thank you, I found out it had to do with the actionPerformed(ActionEvent e) assignment,
    public void actionPerformed(ActionEvent e) {
    if (e.getActionCommand().equals("Subtotal")) {
    bla bla �..
    I will have to rewrite some of my source code. I gave you points, thank you again.

  • How to remove the a report from Transport

    Hi Have CR in transport and the CR contains many reports.
    a) If  i want to remove one report from that, plese tell wht are the steps do i need to follow.
    b)  if i want to remove entire transport request,Plese tell how to remove  the transport
    c) also give me steps if i want to remove the entire CR  from the transport.
    thanks in advance
    d) also please give me steps to release it to Quality.
    Thanks in advance.
    kp

    Hello KP,
    a) If i want to remove one report from that, plese tell wht are the steps do i need to follow.
    Go to SE09
    Find out the TR where u have added the report.
    Select the report and click delete button. A Popup will apprear for confirmation.Press YES.
    b) if i want to remove entire transport request,Plese tell how to remove the transport
    Then remove all objects from the TR and Delete the TR.
    Please reward points if it helps.
    Vasanth

  • Can't figure how to remove the Express Rail Kit X8029A-EZ

    I feel really stupid for asking this, but I can't figure out how to remove the express rail kit from my rack. I got it installed in a snap, but I can't figure out how to remove it. I think the model number is X8029A-EZ, but I can't find any docs on it.
    Suggestions?
    thanks,
    mk

    there's a seesaw like piece that locks the rails in. you needed to reach it and push the side closest to the front down to release. if you have a server above it or below it, it is very difficult. some older, wider, or otherwise non-conforming racks also make release difficult. if you can find a flat piece of metal, you could push it in from the back and pull it towards the center of the cabinet. i've been successful with this method a couple of times. the directions say you can also use a #0 size screwdriver and release from the front by sticking it through middle and pushing the screwdriver towards the outside of the cabinet. i was not successful with this method.

Maybe you are looking for

  • Withholding tax amount exceeds total bank line item amounts for currency JP

    Hi Friends, we are facing the above problem which posteing the Downpayment in to Currency JPY. I have checked Bank GL for flag "Relevent to Cash Flow" and WHT Type Central Invoice Redio button. Still the problem exists. This am facinf only for JPY ca

  • How to set a new MEASURE NUMBER in Logic

    Hi guys, I can't find this in the manual so hopefully you can help. I am trying to SET a measure number 1 in the MIDDLE of my project. What I have going on is this: I am trying to score to a video.. The Video quicktime that I was given is LONGER than

  • /oradata/test/test002  how i can check how much space is free here

    What is command to check free space here at HP/UX /oradata/test/test002

  • CS6 Cannot Convert PM Files but CS5.5 Can

    Hello, I have just purchased CS6 (I need this version since I have to convert many PageMaker files). I was able to convert some PM files which do not have many graphics, but for those which has several graphics, CS6 cannot convert them. The "Processi

  • Auto Updating Flash Player

    Hi folks, On my network, I distribute Flash Player via GPO. That's worked fine. But, when an update is release and a site use this release, I must redownload the new version to redistribute because users doesn't have administrator privilege on their