This is a migrated thread and some comments may be shown as answers.

Rating control not rendering in SharePoint

5 Answers 172 Views
Rating
This is a migrated thread and some comments may be shown as answers.
Salman Tanwir
Top achievements
Rank 1
Salman Tanwir asked on 22 Mar 2010, 05:30 AM
Hi,

I have created a usercontrol out of RadRating and RadTooltip controls and using SmartPart with Ajax to display it on SharePoint, bow tooltip is comming up fine and other telerik controls also but it seems that RadRating is not rendering. I guess server side rendering is my problem with rating control in SharePoint so any solution to that.


Thanks
Salman

5 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 24 Mar 2010, 12:58 PM
Hi Salman Tanwir,
I tested your scenario with a RadRating control, but the control was rendered as expected. Could you please send me your UserControl with the RadRating control so that I can test with it?

Greetings,
Tsvetie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Salman Tanwir
Top achievements
Rank 1
answered on 25 Mar 2010, 11:12 AM

Hi,

I appreciate the prompt response, following is the code to my control:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="GascoRating.ascx.cs" Inherits="UserControlsApp.uc.GascoRating" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<script type="text/javascript">  
            function OnClientRated(controlRating, args)  
            {  
                var tooltip = $find("<%=RadRateToolTip1.ClientID %>");  
                tooltip.show();  
            }  
 
            function CloseToolTip1()  
            {  
                var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();  
                if (tooltip)  
                {  
                    tooltip.hide();  
                }  
            }  
</script> 
 
<table border="0" cellpadding="0" cellspacing="0">  
    <tr> 
        <td> 
            Rate our site!  
          
        <div > 
 
             <telerik:RadRating ID="RadRating1" runat="server" ItemCount="7" SelectionMode="Continuous" 
                            Precision="Exact" OnClientRated="OnClientRated"  Skin="Default" /> 
 
        </div> 
        </td> 
    </tr> 
    <tr> 
        <td> 
            <asp:Label ID="lblSelComments" runat="server" Text="Comments"></asp:Label> 
        </td> 
    </tr> 
</table> 
<telerik:RadToolTip ID="RadRateToolTip1" runat="server" ShowEvent="FromCode" HideEvent="FromCode" 
        TargetControlID="RadRating1" RelativeTo="Element" Skin="Default" Position="BottomLeft" 
        OffsetX="-15" Animation="Slide">  
        <br /> 
        <asp:Label ID="lblName" runat="server" Text="Name:"></asp:Label><br /> 
        <asp:TextBox ID="txtName" runat="server">  
        </asp:TextBox> 
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="txtName" 
Display="Dynamic" ErrorMessage="Please use plain text only" ValidationExpression="[^<]+"></asp:RegularExpressionValidator> 
        <br /> 
        <br /> 
        <asp:Label ID="lblInstructions" runat="server" Text="Your feedback:"></asp:Label><br /> 
        <asp:TextBox ID="txtComments" runat="server" TextMode="MultiLine" Rows="5" Columns="30"></asp:TextBox><br /> 
<asp:Button ID="btnPostComment" UseSubmitBehavior="false" runat="server" Style="border: 0; width: 109px; height: 21px; line-height: 21px; padding-left: 10px;  
text-align: left; margin-top: 5px; color: #3e570a" Text="Post"  onclick="btnPostComment_Click" /> 
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtComments" 
Display="Dynamic" ErrorMessage="Please use plain text only" ValidationExpression="[^<]+"></asp:RegularExpressionValidator> 
    </telerik:RadToolTip> 
 

Regards,
Salman
0
Tsvetie
Telerik team
answered on 29 Mar 2010, 01:44 PM
Hello Salman Tanwir,
I tested the code and everything works as expected on my side. Could you please post the HTML source of your page here as well (View -> Source)?

Best wishes,
Tsvetie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Salman Tanwir
Top achievements
Rank 1
answered on 30 Mar 2010, 06:41 AM

Hi there,

 

Thanks a lot for the usual cooperation, I have attacehd a screen shot. HTML from view source is below:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html __expr-val-dir="ltr" dir="ltr">
<head><meta name="GENERATOR" content="Microsoft SharePoint" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Expires" content="0" /><meta http-equiv="X-UA-Compatible" content="IE=7" /><META NAME="ROBOTS" CONTENT="NOHTMLINDEX"/><title>
 
 Pages - Test

</title><link rel="stylesheet" type="text/css" href="/Style%20Library/en-US/Core%20Styles/Band.css"/>
<link rel="stylesheet" type="text/css" href="/Style%20Library/en-US/Core%20Styles/controls.css"/>
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/HtmlEditorCustomStyles.css?rev=8SKxtNx33FmoDhbbfB27UA%3D%3D"/>
<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/HtmlEditorTableFormats.css?rev=guYGdUBUxQit03E2jhSdvA%3D%3D"/>
<link rel="stylesheet" type="text/css" href="/Style%20Library/en-US/Core%20Styles/MasterStylesheet.css"/>
<link rel="stylesheet" type="text/css" href="/Style%20Library/zz1_blue.css"/>
<link rel="stylesheet" type="text/css" href="/_styles/core.css"/>

 <!--Styles used for positioning, font and spacing definitions-->
 
 <!--  -->
 <script src="/_layouts/1033/init.js?rev=qX%2BG3yl4pldKy9KbPLXf9w%3D%3D"></script>
<script type="text/javascript" language="javascript" src="/_layouts/1033/core.js?rev=CNBZRdV1h3pKuA7LsMXf3w%3D%3D" defer></script>
<script type="text/javascript" language="javascript" src="/_layouts/portal.js?rev=cRI8b5r5N%2BkLhIuWR03ICg%3D%3D"></script>
<script type="text/javascript" language="javascript" src="/_layouts/1033/ie55up.js?rev=Ni7%2Fj2ZV%2FzCvd09XYSSWvA%3D%3D"></script>
<script type="text/javascript" language="javascript" src="/_layouts/1033/EditingMenu.js?rev=rJmArN6GZh8xCWZG4gneDQ%3D%3D"></script>
<script type="text/javascript" language="javascript" src="/_layouts/1033/search.js?rev=yqBjpvg%2Foi3KG5XVf%2FStmA%3D%3D" defer></script>

 <!--Placeholder for additional overrides-->
 <link href="/WebResource.axd?d=AUhIJkD8SoC5P6TkXLoArV0XXYqzD70WHuelrMpmkyhVejvTVGpjg0K-9nXKe1sU0rZ9nSvyTYuvCqozpnFHbuUxhWS-QWgMsiq5BoSorBFiiuV7H3eYsDIzF72Xf2YO0&amp;t=634013991831794802" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=AUhIJkD8SoC5P6TkXLoArV0XXYqzD70WHuelrMpmkyhVejvTVGpjg0K-9nXKe1sU0rZ9nSvyTYuvCqozpnFHboFbZxjyRsmzxNO1BCKKdcUbLfnYy_ywKqk9aQBQioqpiGxQr3lfXPiN1X7Y9O0S3w2&amp;t=634013991831794802" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=AUhIJkD8SoC5P6TkXLoArV0XXYqzD70WHuelrMpmkyhVejvTVGpjg0K-9nXKe1sU0rZ9nSvyTYuvCqozpnFHbqb8Ve1T14GdYRGSqy8GMQndJ9LEanSkTjvNNP4nFSMY0&amp;t=634013991831794802" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=AUhIJkD8SoC5P6TkXLoArV0XXYqzD70WHuelrMpmkyhVejvTVGpjg0K-9nXKe1sU0rZ9nSvyTYuvCqozpnFHbhXzSmBsLJc3Xn0anqiQ_XGxewPjmwCuC7viZ4jrtI362ktAodVhci3FAyYH60fUpA2&amp;t=634013991831794802" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><link href="/WebResource.axd?d=AUhIJkD8SoC5P6TkXLoArV0XXYqzD70WHuelrMpmkyhVejvTVGpjg0K-9nXKe1sU0rZ9nSvyTYuvCqozpnFHbmPZnsR8rOsRjAgE67V7sbs1&amp;t=634013991831794802" type="text/css" rel="stylesheet" class="Telerik_stylesheet" /><style type="text/css">
 .zz1_logoLinkId_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
 .zz1_logoLinkId_1 { text-decoration:none; }
 .zz1_logoLinkId_2 {  }
 .zz2_GlobalNav_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
 .zz2_GlobalNav_1 { text-decoration:none; }
 .zz2_GlobalNav_2 {  }
 .zz2_GlobalNav_3 { border-style:none; }
 .zz2_GlobalNav_4 {  }
 .zz2_GlobalNav_5 { border-style:none; }
 .zz2_GlobalNav_6 {  }
 .zz2_GlobalNav_7 {  }
 .zz2_GlobalNav_8 { border-style:none; }
 .zz2_GlobalNav_9 {  }
 .zz2_GlobalNav_10 { border-style:none; }
 .zz2_GlobalNav_11 {  }
 .zz2_GlobalNav_12 { border-style:none; }
 .zz2_GlobalNav_13 {  }
 .zz3_CurrentNav_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
 .zz3_CurrentNav_1 { text-decoration:none; }
 .zz3_CurrentNav_2 {  }
 .zz3_CurrentNav_3 { border-style:none; }
 .zz3_CurrentNav_4 {  }
 .zz3_CurrentNav_5 {  }
 .zz3_CurrentNav_6 { border-style:none; }
 .zz3_CurrentNav_7 {  }
 .zz3_CurrentNav_8 { border-style:none; }
 .zz3_CurrentNav_9 {  }
 .zz3_CurrentNav_10 { border-style:none; }
 .zz3_CurrentNav_11 {  }
 .zz3_CurrentNav_12 { border-style:none; }
 .zz3_CurrentNav_13 {  }
 .zz3_CurrentNav_14 { border-style:none; }
 .zz3_CurrentNav_15 {  }
 .zz3_CurrentNav_16 { border-style:none; }
 .zz3_CurrentNav_17 {  }
 .ctl00_PlaceHolderPageTitleInTitleArea_TitleBar_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_Header_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_TopLeftRow_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_TopRightRow_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_CenterLeftColumn_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_CenterColumn_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_CenterRightColumn_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_Footer_0 { border-color:Black;border-width:1px;border-style:Solid; }
 .ctl00_PlaceHolderMain_RightColumn_0 { border-color:Black;border-width:1px;border-style:Solid; }

</style></head>
<body class="body" onload="javascript:_spBodyOnLoadWrapper();"> 
 <form name="aspnetForm" method="post" action="Test.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
<div>
<input type="hidden" name="__SPSCEditMenu" id="__SPSCEditMenu" value="true" />
<input type="hidden" name="MSOWebPartPage_PostbackSource" id="MSOWebPartPage_PostbackSource" value="" />
<input type="hidden" name="MSOTlPn_SelectedWpId" id="MSOTlPn_SelectedWpId" value="" />
<input type="hidden" name="MSOTlPn_View" id="MSOTlPn_View" value="0" />
<input type="hidden" name="MSOTlPn_ShowSettings" id="MSOTlPn_ShowSettings" value="False" />
<input type="hidden" name="MSOGallery_SelectedLibrary" id="MSOGallery_SelectedLibrary" value="" />
<input type="hidden" name="MSOGallery_FilterString" id="MSOGallery_FilterString" value="" />
<input type="hidden" name="MSOTlPn_Button" id="MSOTlPn_Button" value="none" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__REQUESTDIGEST" id="__REQUESTDIGEST" value="0x4EA8B908101AE7698A629226F705D40354490E51A9E569AC4629EA3A39A962939A0F36ABB1C2494AE7729D3FD9F649E8E4083823AF83C3EB6271750934E50D52,30 Mar 2010 05:23:56 -0000" />
<input type="hidden" name="MSOAuthoringConsole_FormContext" id="MSOAuthoringConsole_FormContext" value="" />
<input type="hidden" name="MSOAC_EditDuringWorkflow" id="MSOAC_EditDuringWorkflow" value="" />
<input type="hidden" name="MSOSPWebPartManager_DisplayModeName" id="MSOSPWebPartManager_DisplayModeName" value="Browse" />
<input type="hidden" name="MSOWebPartPage_Shared" id="MSOWebPartPage_Shared" value="" />
<input type="hidden" name="MSOLayout_LayoutChanges" id="MSOLayout_LayoutChanges" value="" />
<input type="hidden" name="MSOLayout_InDesignMode" id="MSOLayout_InDesignMode" value="" />
<input type="hidden" name="MSOSPWebPartManager_OldDisplayModeName" id="MSOSPWebPartManager_OldDisplayModeName" value="Browse" />
<input type="hidden" name="MSOSPWebPartManager_StartWebPartEditingName" id="MSOSPWebPartManager_StartWebPartEditingName" value="false" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTkwODA3Mjg1NA9kFgJmD2QWAgIBD2QWAgIDD2QWGgIBD2QWAgUmZ183NmRjYTIxNF9jYzU4XzRiMTlfODcwOF9hZjA0ZDQzYTRlZDEPZBYCZg9kFgRmDw8WBB4FVmFsdWUHAAAAAAAADEAeF0VuYWJsZUFqYXhTa2luUmVuZGVyaW5naGRkAgIPDxYCHwFoZGQCBw9kFgJmD2QWBgIBDxYCHgRUZXh0BSY8c3BhbiBzdHlsZT0ncGFkZGluZy1sZWZ0OjNweCc+PC9zcGFuPmQCAw8PFgQfAgUHTXkgU2l0ZR4LTmF2aWdhdGVVcmwFKmh0dHA6Ly9naG9zcGFwZDE6MTAyNy9fbGF5b3V0cy9NeVNpdGUuYXNweGRkAgUPFgIfAgU5PHNwYW4gc3R5bGU9J3BhZGRpbmctbGVmdDo0cHg7cGFkZGluZy1yaWdodDozcHgnPnw8L3NwYW4+ZAIJD2QWAmYPZBYCAgMPFgIfAgUBfGQCCw9kFgICAw9kFgICAQ9kFgQCAQ8PFgIeB1Zpc2libGVoZBYcAgEPDxYCHwRoZGQCAw8WAh8EaGQCBQ8PFgIfBGhkZAIHDxYCHwRoZAIJDw8WAh8EaGRkAgsPDxYCHwRoZGQCDQ8PFgIfBGhkZAIPDw8WBB4HRW5hYmxlZGgfBGhkZAIRDw8WAh8EaGRkAhMPDxYEHwVoHwRoZGQCFQ8PFgIfBGhkZAIXDxYCHwRoZAIZDxYCHwRoZAIbDw8WAh8EZ2RkAgMPZBYCAgMPDxYEHhhwZXJzaXN0ZWRFcnJvckFjdGlvblRyZWVkHhtwZXJzaXN0ZWRFcnJvckFjdGlvblRyZWVJZHNkZGQCDw9kFgJmDxYCHwRnFgJmD2QWBAICDxYCHg5MaXN0VGVtcGxhdGVJZAUDODUwFgwCAQ8WBB4TQ2xpZW50T25DbGlja1NjcmlwdAVmamF2YXNjcmlwdDpHb1RvUGFnZSgnXHUwMDJmX2xheW91dHNcdTAwMmZ1c2VyZGlzcC5hc3B4P0ZvcmNlPVRydWVcdTAwMjZJRD0nICsgX3NwVXNlcklkKTtyZXR1cm4gZmFsc2U7HhhDbGllbnRPbkNsaWNrTmF2aWdhdGVVcmxkZAIDDxYEHwkFXWphdmFzY3JpcHQ6TG9naW5Bc0Fub3RoZXIoJ1x1MDAyZl9sYXlvdXRzXHUwMDJmQWNjZXNzRGVuaWVkLmFzcHg/bG9naW5hc2Fub3RoZXJ1c2VyPXRydWUnLCAwKR8KZGQCBQ8WAh8EaGQCBw8WBB8JBSt3aW5kb3cubG9jYXRpb24gPSAnL19sYXlvdXRzL1NpZ25PdXQuYXNweCc7HwoFFi9fbGF5b3V0cy9TaWduT3V0LmFzcHhkAgsPFgIfBGhkAg0PFgIfBGhkAgMPDxYCHglBY2Nlc3NLZXkFAUxkFgJmDxYCHghUZXh0VHlwZQspmAFNaWNyb3NvZnQuU2hhcmVQb2ludC5XZWJDb250cm9scy5Qb3N0Q2FjaGVTdWJzdGl0dXRpb25UZXh0VHlwZSwgTWljcm9zb2Z0LlNoYXJlUG9pbnQsIFZlcnNpb249MTIuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NzFlOWJjZTExMWU5NDI5YwVkAhMPZBYCAgEPZBYCZg9kFgQCAg9kFggCAQ8WAh8EaGQCAw8WAh8EaGQCBQ8WAh8EaGQCBw9kFgJmDw8WBh4cUHJldmlvdXNBdXRob3JpbmdJdGVtVmVyc2lvbgUCMTUeGlByZXZpb3VzQXV0aG9yaW5nSXRlbU93bmVyBQEyHhxQcmV2aW91c0F1dGhvcmluZ0NvbnRyb2xNb2RlCymIAU1pY3Jvc29mdC5TaGFyZVBvaW50LldlYkNvbnRyb2xzLlNQQ29udHJvbE1vZGUsIE1pY3Jvc29mdC5TaGFyZVBvaW50LCBWZXJzaW9uPTEyLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTcxZTliY2UxMTFlOTQyOWMBZGQCAw8PFgIfCwUBL2RkAhcPZBYCAgEPZBYCAgEPD2QWAh4FY2xhc3MFGG1zLXNidGFibGUgbXMtc2J0YWJsZS1leGQCGQ88KwANAgAPFgYeC18hRGF0YUJvdW5kZx4UU3RhdGljUG9wT3V0SW1hZ2VVcmwFJC9fbGF5b3V0cy9pbWFnZXMvbGFyZ2VhcnJvd3JpZ2h0LmdpZh4VRHluYW1pY1BvcE91dEltYWdlVXJsBSQvX2xheW91dHMvaW1hZ2VzL2xhcmdlYXJyb3dyaWdodC5naWZkDBQrAAIFAzA6MBQrAAIWEh8FZx4KU2VsZWN0YWJsZWceCURhdGFCb3VuZGceCERhdGFQYXRoBQEvHwIFBEhvbWUfAAUESG9tZR4HVG9vbFRpcAUIR2FzY29OZXQeCFNlbGVjdGVkZx8DBRAvUGFnZXMvaG9tZS5hc3B4ZGQCHw88KwANAgAPFgIfEWdkDBQrAAUFDzA6MCwwOjEsMDoyLDA6MxQrAAIWDh8CBQRIT01FHwAFBEhPTUUfAwUQaHR0cDovL2dob3NwYXBkMR8FZx8UZx8WBRBodHRwOi8vZ2hvc3BhcGQxHxVnZBQrAAIWDh8CBQhTRVJWSUNFUx8ABQhTRVJWSUNFUx8DBRBodHRwOi8vZ2hvc3BhcGQxHwVnHxRnHxYFEGh0dHA6Ly9naG9zcGFwZDEfFWdkFCsAAhYOHwIFCUNPUlBPUkFURR8ABQlDT1JQT1JBVEUfAwUQaHR0cDovL2dob3NwYXBkMR8FZx8UZx8WBRBodHRwOi8vZ2hvc3BhcGQxHxVnZBQrAAIWDh8CBQlDT01NVU5JVFkfAAUJQ09NTVVOSVRZHwMFEGh0dHA6Ly9naG9zcGFwZDEfBWcfFGcfFgUQaHR0cDovL2dob3NwYXBkMR8VZ2RkAiMPFCsAAhQrAAIPFgIfAWhkEBYBZhYBFCsAAmQQFgFmFgEUKwACD2QWAh4FYWxpZ24FBXJpZ2h0ZA8WAWYWAQV0VGVsZXJpay5XZWIuVUkuUmFkTWVudUl0ZW0sIFRlbGVyaWsuV2ViLlVJLCBWZXJzaW9uPTIwMDkuMy4xMjA4LjIwLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTEyMWZhZTc4MTY1YmEzZDQPFgFmFgEFdFRlbGVyaWsuV2ViLlVJLlJhZE1lbnVJdGVtLCBUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDA5LjMuMTIwOC4yMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj0xMjFmYWU3ODE2NWJhM2Q0ZBYCZg9kFgJmDw9kFgIfGQUFcmlnaHRkAiUPFCsAAhQrAAIPFgIfAWhkEBYBZhYBFCsAAmQQFgFmFgEUKwACD2QWAh8ZBQVyaWdodGQPFgFmFgEFdFRlbGVyaWsuV2ViLlVJLlJhZE1lbnVJdGVtLCBUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDA5LjMuMTIwOC4yMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj0xMjFmYWU3ODE2NWJhM2Q0DxYBZhYBBXRUZWxlcmlrLldlYi5VSS5SYWRNZW51SXRlbSwgVGVsZXJpay5XZWIuVUksIFZlcnNpb249MjAwOS4zLjEyMDguMjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49MTIxZmFlNzgxNjViYTNkNGQWAmYPZBYCZg8PZBYCHxkFBXJpZ2h0ZAItD2QWAgIBDzwrAA0CAA8WBh8RZx8SBSQvX2xheW91dHMvaW1hZ2VzL2xhcmdlYXJyb3dyaWdodC5naWYfEwUkL19sYXlvdXRzL2ltYWdlcy9sYXJnZWFycm93cmlnaHQuZ2lmZAwUKwAGBRMwOjAsMDoxLDA6MiwwOjMsMDo0FCsAAhYQHwIFD0RvY3VtZW50IENlbnRlch8ABQ9Eb2N1bWVudCBDZW50ZXIfAwUFL0RvY3MfFwUURG9jdW1lbnQgQ2VudGVyIHNpdGUfBWcfFGcfFgUFL0RvY3MfFWdkFCsAAhYQHwIFBE5ld3MfAAUETmV3cx8DBRgvTmV3cy9QYWdlcy9EZWZhdWx0LmFzcHgfFwURQ29tcGFueSBOZXdzIEhvbWUfBWcfFGcfFgUFL05ld3MfFWcUKwADBQcwOjAsMDoxFCsAAhYOHwIFE1NhbXBsZSBOZXdzIEFydGljbGUfAAUTU2FtcGxlIE5ld3MgQXJ0aWNsZR8DBRkvTmV3cy9QYWdlcy9BcnRpY2xlMS5hc3B4HwVnHxRnHxYFGS9OZXdzL1BhZ2VzL0FydGljbGUxLmFzcHgfFWdkFCsAAhYOHwIFDE5ld3MgQXJjaGl2ZR8ABQxOZXdzIEFyY2hpdmUfAwUcL05ld3MvUGFnZXMvbmV3c2FyY2hpdmUuYXNweB8FZx8UZx8WBRwvTmV3cy9QYWdlcy9uZXdzYXJjaGl2ZS5hc3B4HxVnZBQrAAIWEB8CBQdSZXBvcnRzHwAFB1JlcG9ydHMfAwUbL1JlcG9ydHMvUGFnZXMvRGVmYXVsdC5hc3B4HxcFDVJlcG9ydCBDZW50ZXIfBWcfFGcfFgUIL1JlcG9ydHMfFWdkFCsAAhYQHwIFBlNlYXJjaB8ABQZTZWFyY2gfAwUgL1NlYXJjaENlbnRlci9QYWdlcy9kZWZhdWx0LmFzcHgfFwUpVGhlIFNlYXJjaCBDZW50ZXIgZGlzcGxheXMgc2VhcmNoIHJlc3VsdHMfBWcfFGcfFgUNL1NlYXJjaENlbnRlch8VZ2QUKwACFhAfAgUFU2l0ZXMfAAUFU2l0ZXMfAwUiL1NpdGVEaXJlY3RvcnkvUGFnZXMvY2F0ZWdvcnkuYXNweB8XBRJTaXRlIERpcmVjdG9yeSB3ZWIfBWcfFGcfFgUOL1NpdGVEaXJlY3RvcnkfFWdkZAIzD2QWBAICD2QWAgIBD2QWAmYPDxYCHwRoZGQCBA9kFhICAQ8WAh4TUHJldmlvdXNDb250cm9sTW9kZQsrBQFkAgMPZBYCZg8PFgIfBGhkZAIFD2QWAmYPDxYCHwRoZGQCBw9kFgJmDw8WAh8EaGRkAgkPZBYCZg8PFgIfBGhkZAILD2QWAmYPDxYCHwRoZGQCDQ9kFgJmDw8WAh8EaGRkAg8PZBYCZg8PFgIfBGhkZAIRD2QWAmYPDxYCHwRoZGQYAgUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgQFQ2N0bDAwJGN0bDE0JGdfNzZkY2EyMTRfY2M1OF80YjE5Xzg3MDhfYWYwNGQ0M2E0ZWQxJGN0bDAwJFJhZFJhdGluZzEFSGN0bDAwJGN0bDE0JGdfNzZkY2EyMTRfY2M1OF80YjE5Xzg3MDhfYWYwNGQ0M2E0ZWQxJGN0bDAwJFJhZFJhdGVUb29sVGlwMQUOY3RsMDAkUmFkTWVudTIFDmN0bDAwJFJhZE1lbnUxBRBjdGwwMCRsb2dvTGlua0lkDw9kBQRIb21lZO6XJ3YniSMcPeJkxDo299wby9yx" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>

<script src="/WebResource.axd?d=a4_vapCexJjZUUTyYubiXQ2&amp;t=633739991971222506" type="text/javascript"></script>

<script> var MSOWebPartPageFormName = 'aspnetForm';</script>
<script type="text/javascript">
//<![CDATA[
var originalFormAction = document.forms[0].action;
function FetchCallbackMenuItems(menutemplate)
{
   var template=document.getElementById(menutemplate);
   if(template == null || (template != null && template.hasChildNodes()))
   {
      return;
   }
   __theFormPostData = '';
   WebForm_InitCallback();
   var lastFormAction = document.forms[0].action;
   document.forms[0].action = originalFormAction;
   WebForm_DoCallback('ctl00$ctl18$MyLinksMenu','',PopulateCallbackMenuItems,'^R^,^F^,ctl00_ctl18_MyLinksMenuMenu,ctl00_ctl18_MyLinksMenuMenuTemplate',null,false);
   document.forms[0].action = lastFormAction;
}
//]]>
</script>
<script type="text/JavaScript" language="JavaScript">
<!--
var L_Menu_BaseUrl="";
var L_Menu_LCID="1033";
var L_Menu_SiteTheme="";
//-->
</script><SCRIPT LANGUAGE='JavaScript' >
<!--
//-->
</SCRIPT>
<script src="/ScriptResource.axd?d=umsxHm66_PoSTuvyLVyWn6EEgPG2PK99nxVT-O-eshjlqlwinINsYzRboDOhqLcCBj8TbyPHJeOZCOg8W0KCXA2&amp;t=35ae9965" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=umsxHm66_PoSTuvyLVyWn6EEgPG2PK99nxVT-O-eshgoeJhX7WiMR3riyReJ0QRG0&amp;t=35ae9965" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=gKI9RNA95lcCmiCi-__pby2y_z7NOPs2mTuEi4rosMBZl7gmEzht_mk_UzD9IxGrI0z5oCaFOu6P1HROBDh7x_Z7-IOlMoKLgurtqhyseIc1&amp;t=ffffffffb3a1a3cf" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

<script src="/ScriptResource.axd?d=gKI9RNA95lcCmiCi-__pby2y_z7NOPs2mTuEi4rosMBZl7gmEzht_mk_UzD9IxGrnK6BlMADFrkb8njZ0e7NYE5MRv_VRdlXTuKni5KuXMT1ZDMn-ILWssop4JPo6Bvm0&amp;t=ffffffffb3a1a3cf" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54IUSsoc9PL-WomMyBfMQTts1&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54CmDnwBKWppSaG5Ee-Jwx7tARuzRlBy0jH7hyC_B6O9X0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54C8I7OuNHBQr-jVao8L4QThG5TWBfVnJHYWLoLnSAVEa0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54OZNZMiZzzC1CKuAP1aQ9n74_Rw6Y4IuVJ6bRtv8gHdA0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54JxXJ2T-4pbojW9wsZ3CCLisu0C5MIl7yNa550wrhZNL0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54HiKGIkRBkFuHpMi49-T_ld18hKGY1RQwyod-MJXh67rEAO8Tzz0aWNOpOzHNYCxfw2&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54GVKYbyCNXcvYSASPCkr7KOUnciq1QPDUhUMHnw22mvE0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54KVO_EveOjg2aW45e16L1URWfKyWBoTxMRn_YP942p82q7tXBEycHcn8rTZVdwzYcQ2&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54JggJW3WdN_OHozQ1E_h4ZFOeERJjSOUqOKJi82360k2XopuqbQcFQ6eFBqOu9NABg2&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xhNqH4AC0EqYTibdwsyMRjILlzIEz3eW6FoAmBUa6JctkvZImWYFtT1bmWoehfNHTm1ki3Mi7W_Yj_DEezE54AZExoz8B_SPgulpxSJ3rQlhrV3jDvP-HR9DYml1jBYd0&amp;t=ffffffffc50c398a" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
UpdateFormDigest('\u002f', 1440000);if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;return _spFormOnSubmitWrapper();
return true;
}
//]]>
</script>

<div>

 <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCQKH19n5BwK14YD8CwKQ49jOCQLk0fvZDQL3v43TBgLw9Z3WCwLHnPKyDALq/JSqAQKDzqjYBPcScwzfQOHJWkuSDsVZtQUi0Q+B" />
</div>
 <input name="ctl00$SearchBox$ctl00" type="hidden" value="http://ghospapd1" />
 
 <script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
</script>

 <table cellpadding="0" cellspacing="0" class="master">
  <tr>
   <td valign="top">
    <table cellpadding="0" cellspacing="0" width="100%" class="masterContent">
        <tr style="height:0px"><td>
         
</td></tr>
    <tr>
     <td colspan="2" class="authoringRegion">
       
      <!-- <div class="sharepointLogin"> -->
      <!--Authentication for Authors only-->
       <table cellpadding="0" cellspacing="0" >
        <!-- <tr> -->
         <!-- <td class="ms-globallinks"> -->
         <!--
<div style="white-space:nowrap;">
<span style='padding-left:3px'></span>
<a id="ctl00_ctl16_hlMySite" href="http://ghospapd1:1027/_layouts/MySite.aspx">My Site</a>
<span style='padding-left:4px;padding-right:3px'>|</span>
</div>
 --></td>
         <!-- <td class="ms-globallinks"> -->
         <!--
<table><tr>
<td class="ms-globallinks"><span id="ctl00_ctl18_MyLinksMenu"><span style="display:none"><menu type='ServerMenu' id="ctl00_ctl18_MyLinksMenuMenuTemplate" largeIconMode="true"></menu></span><span title="Open Menu"><span  id="ctl00_ctl18_MyLinksMenuMenu_t" class="ms-SPLink ms-hovercellinactive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-hovercellactive" hoverInactive="ms-SPLink ms-hovercellinactive" onclick="javascript:FetchCallbackMenuItems(&#39;ctl00_ctl18_MyLinksMenuMenuTemplate&#39;); MMU_Open(byid('ctl00_ctl18_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl18_MyLinksMenuMenu'),event,true, null, 0);" foa="MMU_GetMenuFromClientId('ctl00_ctl18_MyLinksMenuMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><a id="ctl00_ctl18_MyLinksMenuMenu" accesskey="M" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('ctl00_ctl18_MyLinksMenuMenuTemplate'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('ctl00_ctl18_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl18_MyLinksMenuMenu'), event);" onclick="javascript:FetchCallbackMenuItems(&#39;ctl00_ctl18_MyLinksMenuMenuTemplate&#39;); MMU_Open(byid('ctl00_ctl18_MyLinksMenuMenuTemplate'), MMU_GetMenuFromClientId('ctl00_ctl18_MyLinksMenuMenu'),event,true, null, 0);" oncontextmenu="this.click(); return false;" menuTokenValues="MENUCLIENTID=ctl00_ctl18_MyLinksMenuMenu,TEMPLATECLIENTID=ctl00_ctl18_MyLinksMenuMenuTemplate" serverclientid="ctl00_ctl18_MyLinksMenuMenu">My Links<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></span></span></span></td>
<td class="ms-globallinks">|</td>
</tr></table>
 --></td>
         <!-- <td class="ms-globallinks">
         </td> -->
        </tr>
       </table>
      <!-- </div> -->
      <div class="console">
       
<!-- Console -->
<span id="ctl00_ctl19_publishingContext1"></span>
<span id="ctl00_ctl19_authContainer1">
  
<script type="text/javascript" language="javascript">if (document.getElementById('mpdmconsole')) { ShowConsoleBlockPaddingWithOverhang('mpLeftBackPadding', 'mpRightBackPadding', 'masterPageLeftOverhang', 'masterPageRightOverhang'); } </script>
</span>
<!-- Console -->

      </div>
     </td>
    </tr>
    
    
    
    
    
    
    
<!-- ===============MAIN HEADER CELL================================================================ -->
    
    
<tr>
 <td>
 <!--table header begins-->
 
 <table width="900" border="0" cellspacing="0" cellpadding="0" class="welcomeMSG">
  <tr>
    <td width="300" rowspan="3" valign="top">
 <img src="/images/MasterPageImages/GASCONET_TITLE.jpg"></td>
   
<!--========GASCONET TITLE IMAGE ===================== -->
  
   
  <td valign="top" style="width: 207px; background-image:url('../images/MasterPageImages/Header_bgs_01_.jpg'); background-repeat:no-repeat;">
 
 
<!--========WELCOME MESSAGE NESTED TABLE START ===================== -->
 
   
    <table border="0" cellspacing="0" cellpadding="0" style="height: 34px;">
    <tr>
      <td width="200" valign="middle" style="padding-top: 8px; text-align: right; padding-right: 6px;">
      <table TOPLEVEL border="0" cellpadding="0" cellspacing="0" width="100%" style="width:200px">
 <tr>
  <td valign="top"><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ1" class="ms-WPBody" OnlyForMePart="true" allowDelete="false" style="width:200px;height:16px;overflow:auto;" >Good Morning,
  <font color="navy" face="Verdana" style="font-size: 8pt"><b>System</b></font></div></td>
 </tr>
</table> 
      
     </td>  
    
    </tr>
  </table>
 
  </td>
 
  <td> 
 
 
 <span style="display:none"><menu type='ServerMenu' id="zz4_ID_PersonalActionMenu" largeIconMode="true"><ie:menuitem id="zz5_ID_PersonalInformation" type="option" iconSrc="/_layouts/images/menuprofile.gif" onMenuClick="javascript:GoToPage('\u002f_layouts\u002fuserdisp.aspx?Force=True\u0026ID=' + _spUserId);return false;" text="My Settings" description="Update your user information, regional settings, and alerts." menuGroupId="100"></ie:menuitem><ie:menuitem id="zz6_ID_LoginAsDifferentUser" type="option" onMenuClick="javascript:LoginAsAnother('\u002f_layouts\u002fAccessDenied.aspx?loginasanotheruser=true', 0)" text="Sign in as Different User" description="Login with a different account." menuGroupId="200"></ie:menuitem><ie:menuitem id="zz7_ID_Logout" type="option" onMenuClick="window.location = '/_layouts/SignOut.aspx';" text="Sign Out" description="Logout of this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="zz8_ID_PersonalizePage" type="option" iconSrc="/_layouts/images/menupersonalize.gif" onMenuClick="javascript:MSOLayout_ChangeLayoutMode(true);" text="Personalize this Page" description="Add, remove, or update Web Parts on this page." menuGroupId="300"></ie:menuitem></menu></span><span title="Open Menu"><div  id="zz9_Menu_t" class="ms-SPLink ms-SpLinkButtonInActive" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-SPLink ms-SpLinkButtonActive" hoverInactive="ms-SPLink ms-SpLinkButtonInActive" onclick=" MMU_Open(byid('zz4_ID_PersonalActionMenu'), MMU_GetMenuFromClientId('zz9_Menu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('zz9_Menu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><a id="zz9_Menu" accesskey="L" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('zz4_ID_PersonalActionMenu'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('zz4_ID_PersonalActionMenu'), MMU_GetMenuFromClientId('zz9_Menu'), event);" onclick=" MMU_Open(byid('zz4_ID_PersonalActionMenu'), MMU_GetMenuFromClientId('zz9_Menu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuTokenValues="MENUCLIENTID=zz9_Menu,TEMPLATECLIENTID=zz4_ID_PersonalActionMenu" serverclientid="zz9_Menu">Home<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/menudark.gif" alt="" /></div></span><script type="text/javascript" language="javascript">var _spUserId=1073741823;</script>

  </td>  
 
  <!--========WELCOME MESSAGE NESTED TABLE END ===================== -->
 
 
    <td valign="top" style="background-image:url('../images/MasterPageImages/Header_bgs_02.jpg'); background-repeat:no-repeat; padding-left: 6px; z-index: 10" >
   
<!--========WEATHER, PRAYER TIMES, DATE CONTROL NESTED TABLE START ===================== -->
   
   
   

<script type="text/javascript" src="http://ghospapd1/JavaScript/BoxOver.js"></script>

 

<table width="285" cellpadding="0" cellspacing="0" style="height: 34px;">
<tr>
    <td width="510" align="center" valign="middle">Tuesday, Mar 30, 2010</td>
  <td lign="center">
  <table border="0" cellpadding="0" cellspacing="0" width="80">
<tr>
               <td align="right" title="header=[] body=[<strong>Tue Sunny</strong><br> Low: 22 High: 31<br><br><strong>Wed Mostly Sunny</strong><br> Low: 23 High: 30<br><br>]">
                    <img src="http://l.yimg.com/a/i/us/nws/weather/gr/34s.png" style="padding: 0px; margin: 0px; width: 40px;" />
               </td>
                <td align="left">26 C&deg;</td>
          </tr>
        </table>
    </td>
  <td width="155" align="center" title="header=[] body=[<strong>Fajr:  4:58<br />Sunrise: 
6:16<br />Dhuhr: 
12:28<br />Asr:
3:55<br />Maghrib:
6:38<br />Isha:
8:08</strong>]">
        <img src="http://ghospapd1/images/MasterPageImages/prayersIcon.gif"/>   </td>   
</tr>
</table>
 
       
<!--========WEATHER, PRAYER TIMES, DATE CONTROL NESTED TABLE END ===================== -->
   
    </td>
  </tr>
  <tr>
    <td colspan="4" align="right">
   
    <div style="float: right; padding: 0px; margin: 0px; padding-top: 3px;">
     
<!-- Begin Action Menu Markup -->
<table height=100% class="ms-siteaction" cellpadding=0 cellspacing=0>
 <tr>
        <td class="ms-siteactionsmenu" id="siteactiontd">
       
      
      <span style="display:none"><menu type='ServerMenu' id="zz10_SiteActionsMenuMain" largeIconMode="true"><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaEditPage" type="option" iconSrc="/_layouts/images/ActionsEditPage.gif" onMenuClick="javascript:if (document.forms['aspnetForm']['MSOLayout_InDesignMode'] != null) document.forms['aspnetForm']['MSOLayout_InDesignMode'].value = 1;if (document.forms['aspnetForm']['MSOAuthoringConsole_FormContext'] != null) document.forms['aspnetForm']['MSOAuthoringConsole_FormContext'].value = 1;if (document.forms['aspnetForm']['MSOSPWebPartManager_DisplayModeName'] != null) document.forms['aspnetForm']['MSOSPWebPartManager_DisplayModeName'].value = 'Design';__doPostBack('ctl00$ctl20$SiteActionsMenuMain$ctl00$wsaEditPage_CmsActionControl','switchToAuthoring')" text="Edit Page" description="Change the content and Web Parts on this page." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaCreatePage" type="option" iconSrc="/_layouts/images/crtpage.gif" onMenuClick="window.location = '/_layouts/CreatePage.aspx?CancelSource=%2FPages%2FTest%2Easpx';" text="Create Page" description="Create a page in this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaCreateSite" type="option" iconSrc="/_layouts/images/crtsite.gif" onMenuClick="window.location = '/_layouts/newsbweb.aspx';" text="Create Site" description="Add a new site under this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaShowMenu" type="option" onMenuClick="javascript:__doPostBack('ctl00$ctl20$SiteActionsMenuMain$ctl00$wsaShowMenu_CmsActionControl','reviewPage')" text="Show Page Editing Toolbar" description="Display the page status and editing options for this page." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaViewAllContent" type="option" iconSrc="/_layouts/images/vwcntnt.gif" onMenuClick="window.location = '/_layouts/viewlsts.aspx';" text="View All Site Content" description="View all libraries and lists in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_saShowReportsTP" type="submenu" text="View Reports" description="View reports on documents, pages and tasks."><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_saShowReportsTP_Label" type="label" menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl05" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=1';" text="Checked Out To Me" description="All documents and pages checked out to me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl06" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=2';" text="Last Modified By Me" description="All documents and pages last modified by me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl07" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=3';" text="Pending Approval" description="All documents and pages submitted by me and waiting for approval in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl08" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=4';" text="My Tasks" description="All tasks assigned to me in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl09" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=5';" text="All Draft Documents" description="All documents and pages not yet published in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl10" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=6';" text="Going Live Within Next Seven Days" description="All documents and pages that will be published and visible to readers within the next seven days in this site and subsites" menuGroupId="0"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ctl11" type="option" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx&amp;rptmode=7';" text="Expiring Within Next Seven Days" description="All documents and pages that will only be visible to authorized users within the next seven days in this site and subsites" menuGroupId="0"></ie:menuitem></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_SiteSettingsOptions" type="submenu" text="Site Settings" description="Manage site settings on this site."><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_SiteSettingsOptions_Label" type="label" menuGroupId="300"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_AllSiteSettings" type="option" iconSrc="/_layouts/images/ActionsSettings.gif" onMenuClick="window.location = '/_layouts/settings.aspx';" text="Modify All Site Settings" description="Change all site settings in this site." menuGroupId="100"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_PeopleAndGroup" type="option" onMenuClick="window.location = '/_layouts/people.aspx';" text="People And Groups" description="Manage the users and groups in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaModifyNavigation" type="option" onMenuClick="window.location = '/_layouts/AreaNavigationSettings.aspx';" text="Modify Navigation" description="Change the navigation links in this site." menuGroupId="200"></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_ModifyPagesLibrarySettings" type="option" onMenuClick="window.location = '/_layouts/ListEdit.aspx?List=e8abdd7a%2Dcf0d%2D42d5%2Daa74%2Dd2b3c44c904e';" text="Modify Pages Library Settings" description="Change settings such as versioning and workflow for Web pages in this site." menuGroupId="200"></ie:menuitem></ie:menuitem><ie:menuitem id="ctl00_ctl20_SiteActionsMenuMain_ctl00_wsaManageSite" type="option" iconSrc="/_layouts/images/smt_small.png" onMenuClick="window.location = '/_layouts/sitemanager.aspx?Source=%2FPages%2FTest%2Easpx';" text="Manage Content and Structure" description="Reorganize content and structure in this site collection." menuGroupId="300"></ie:menuitem></menu></span><div><div><span title="Open Menu"><div  id="zz11_SiteActionsMenu_t" class="" onmouseover="MMU_PopMenuIfShowing(this);MMU_EcbTableMouseOverOut(this, true)" hoverActive="ms-siteactionsmenuhover" hoverInactive="" onclick=" MMU_Open(byid('zz10_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz11_SiteActionsMenu'),event,false, null, 0);" foa="MMU_GetMenuFromClientId('zz11_SiteActionsMenu')" oncontextmenu="this.click(); return false;" nowrap="nowrap"><a id="zz11_SiteActionsMenu" accesskey="/" href="#" onclick="javascript:return false;" style="cursor:hand;white-space:nowrap;" onfocus="MMU_EcbLinkOnFocusBlur(byid('zz10_SiteActionsMenuMain'), this, true);" onkeydown="MMU_EcbLinkOnKeyDown(byid('zz10_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz11_SiteActionsMenu'), event);" onclick=" MMU_Open(byid('zz10_SiteActionsMenuMain'), MMU_GetMenuFromClientId('zz11_SiteActionsMenu'),event,false, null, 0);" oncontextmenu="this.click(); return false;" menuTokenValues="MENUCLIENTID=zz11_SiteActionsMenu,TEMPLATECLIENTID=zz10_SiteActionsMenuMain" serverclientid="zz11_SiteActionsMenu">Site Actions<img src="/_layouts/images/blank.gif" border="0" alt="Use SHIFT+ENTER to open the menu (new window)."/></a><img align="absbottom" src="/_layouts/images/whitearrow.gif" alt="" /></div></span></div></div>
     </td>
 </tr>
</table>
<!-- End Action Menu Markup -->

        
        </div>
        
        
     <div class="search">
        
         
           <div id="SRSB"> <div id="ctl00_PlaceHolderSearchArea_SearchBox">
 <input name="ctl00$PlaceHolderSearchArea$SearchBox$ctl00" type="hidden" id="ctl00_PlaceHolderSearchArea_SearchBox_ctl00" value="http://ghospapd1" /><table class="ms-sbtable ms-sbtable-ex" border="0">
  <tr class="ms-sbrow">
   <td class="ms-sbscopes ms-sbcell"><select name="ctl00$PlaceHolderSearchArea$SearchBox$SBScopesDDL" id="ctl00_PlaceHolderSearchArea_SearchBox_SBScopesDDL" title="Search Scope" class="ms-sbscopes">
    <option value="This Site">This Site: Home</option>
    <option selected="selected" value="">All Sites</option>
    <option value="/searchcenter/Pages/peopleresults.aspx">People</option>

   </select></td><td class="ms-sbcell ms-sbtext"><span title="Search" style="display:block;">Search</span></td><td class="ms-sbcell"><input name="ctl00$PlaceHolderSearchArea$SearchBox$S622C1022_InputKeywords" type="text" maxlength="200" id="ctl00_PlaceHolderSearchArea_SearchBox_S622C1022_InputKeywords" accesskey="S" title="Enter search words" class="ms-sbplain" alt="Enter search words" onkeypress="javascript:return S622C1022_OSBEK(event);" style="width:170px;" /></td><td class="ms-sbgo ms-sbcell"><a id="ctl00_PlaceHolderSearchArea_SearchBox_S622C1022_go" title="Go Search" href="javascript:S622C1022_Submit()"><img title="Go Search" onmouseover="this.src='/_layouts/images/gosearch.gif'" onmouseout="this.src='/Style Library/Images/Search_Arrow.jpg'" alt="Go Search" src="/Style%20Library/Images/Search_Arrow.jpg" style="border-width:0px;" /></a></td><td class="ms-sbLastcell"></td>
  </tr>
 </table>
</div></div>
         
         
        </div>
    </td>
  </tr>
</table>

 
<!--table header ends-->
</td>     

<tr>
     <td colspan="2" >
      <table cellpadding="0" cellspacing="0" width="100%">
       
       
       <!-- <tr> -->
        <!--<td colspan="4" class="topArea"> -->
        
        
        
        
         <!-- <a href="#zz1_logoLinkId_SkipLink"><img alt="Skip Navigation Links" src="/WebResource.axd?d=MjVoSacgd3qOR2bxk9Iqrg2&amp;t=633739991971222506" width="0" height="0" style="border-width:0px;" /></a><table id="zz1_logoLinkId" class="logo zz1_logoLinkId_2" cellpadding="0" cellspacing="0" border="0">
 <tr onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="GascoNet" id="zz1_logoLinkIdn0">
  <td><table cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="white-space:nowrap;width:100%;"><a class="zz1_logoLinkId_1" href="/Pages/home.aspx" accesskey="1">Home</a></td>
   </tr>
  </table></td>
 </tr>
</table><a id="zz1_logoLinkId_SkipLink"></a>-->
        <!--  
        <div class="topLinkBar">
         <div class="topLink">
         

         </div>
        </div>
        </td>
       </tr> -->
       
       
       
       
       
       
      <tr class="topNavContainer">
       
       <td valign="top">
       <div style="float: left; width: 590px;">
        <a href="#zz2_GlobalNav_SkipLink"><img alt="Skip navigation links" src="/WebResource.axd?d=MjVoSacgd3qOR2bxk9Iqrg2&amp;t=633739991971222506" width="0" height="0" style="border-width:0px;" /></a><table id="zz2_GlobalNav" class="topNav zz2_GlobalNav_2" cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz2_GlobalNavn0"><table class="topNavItem zz2_GlobalNav_4" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="white-space:nowrap;"><a class="zz2_GlobalNav_1 topNavItem zz2_GlobalNav_3" href="http://ghospapd1" style="border-style:none;font-size:1em;">HOME</a></td>
   </tr>
  </table></td><td style="width:0px;"></td><td style="width:0px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz2_GlobalNavn1"><table class="topNavItem zz2_GlobalNav_4" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="white-space:nowrap;"><a class="zz2_GlobalNav_1 topNavItem zz2_GlobalNav_3" href="http://ghospapd1" style="border-style:none;font-size:1em;">SERVICES</a></td>
   </tr>
  </table></td><td style="width:0px;"></td><td style="width:0px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz2_GlobalNavn2"><table class="topNavItem zz2_GlobalNav_4" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="white-space:nowrap;"><a class="zz2_GlobalNav_1 topNavItem zz2_GlobalNav_3" href="http://ghospapd1" style="border-style:none;font-size:1em;">CORPORATE</a></td>
   </tr>
  </table></td><td style="width:0px;"></td><td style="width:0px;"></td><td onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz2_GlobalNavn3"><table class="topNavItem zz2_GlobalNav_4" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="white-space:nowrap;"><a class="zz2_GlobalNav_1 topNavItem zz2_GlobalNav_3" href="http://ghospapd1" style="border-style:none;font-size:1em;">COMMUNITY</a></td>
   </tr>
  </table></td><td style="width:0px;"></td>
 </tr>
</table><a id="zz2_GlobalNav_SkipLink"></a>
        </div>
        
         
<!--QUICK LINKS ======================================= --> 

<div id="QuickLinkstyle">
      
      
      
       
        <div id="ctl00_RadMenu2" class="RadMenu RadMenu_ QuickMenu" Enablebuiltinskins="False" style="float: none;">
 <!-- 2009.3.1208.20 --><ul class="rmHorizontal rmRootGroup">
  <li class="rmItem rmFirst rmLast"><a href="#" class="rmLink"><span class="rmText">QUICK LINKS</span></a><div class="rmSlide">
   <ul class="rmVertical rmGroup rmLevel1">
    <li class="rmItem rmFirst rmLast rmTemplate"><div class="rmText">
     

<table width="200" border="0" cellpadding="0" cellspacing="0" style="padding-top: 10PX;">
  <tr>
    <td class="division" style="background-color:#297397">
 
 <p>
 
   
   <ul>
      <li style="color: #99FFFF"><a style="color: white;" href="#">HR Online</a></li>
      <li style="color: #99FFFF"><a style="color: white;" href="#">Dcumentation Tracking System</a></li>
      <li style="color: #99FFFF"><a style="color: white;" href="#">CAMS</a></li>
      <li style="color: #99FFFF"><a style="color: white;" href="#">Policies and Procedures</a></li>
       <li style="color: #99FFFF"><a style="color: white;" href="#">On Call Staff</a></li>
      <li style="color: #99FFFF"><a style="color: white;" href="#">Gasco Organization Chart</a></li>
             <li style="color: #99FFFF"><a style="color: white;" href="#">ERP</a></li>
      <li style="color: #99FFFF"><a href="#" style="color: white;">SMS Service</a></li>

    </ul>
    </p>
    
   
      </td>
  </tr>
</table>

                            
                                         
    </div></li>
   </ul>
  </div></li>
 </ul><input id="ctl00_RadMenu2_ClientState" name="ctl00_RadMenu2_ClientState" type="hidden" />
</div>
       
    </div>

         
       
      
<!--DIVISIONS MENU ======================================= --> 

       <div id="DivisionsMenustyle">
      
      
      
       
        <div id="ctl00_RadMenu1" class="RadMenu RadMenu_ divisionMenu" Enablebuiltinskins="False" style="float: none;">
 <ul class="rmHorizontal rmRootGroup">
  <li class="rmItem rmFirst rmLast"><a href="#" class="rmLink"><span class="rmText">DIVISIONS</span></a><div class="rmSlide">
   <ul class="rmVertical rmGroup rmLevel1">
    <li class="rmItem rmFirst rmLast rmTemplate"><div class="rmText">
     

 

<!-- == DIVISIONS MENU TABLE  START-->

<table width="560" border="0" cellpadding="0" cellspacing="0" style="padding-top: 10PX;">
  <tr>
    <td width="173" class="division">
 
 <p>
 
   
   <ul>
<li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">CHIEF EXECUTIVE OFFICER</li>
      <li style="color: #FFFF66"><a href="#">CEO</a></li>
      <li style="color: #FFFF66"><a href="#">HSE</a></li>
      <li style="color: #FFFF66"><a href="#">IAD</a></li>
      <li style="color: #FFFF66"><a href="#">CE</a></li>
    </ul>
    </p>
    
     <p>
     <ul>
     <li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">OPERATIONS GROUP</li>

      <li style="color: #CC99FF"><a href="#">SVPO</a></li>
      <li style="color: #CC99FF"><a href="#">OHB</a></li>
      <li style="color: #CC99FF"><a href="#">OMR</a></li>
      <li style="color: #CC99FF"><a href="#">OMA</a></li>
      <li style="color: #CC99FF"><a href="#">OMH</a></li>
      <li style="color: #CC99FF"><a href="#">OPL</a></li>
      <li style="color: #CC99FF"><a href="#">OPP</a></li>
    </ul>  </td>
    <td width="193" valign="top" class="division">
   
    
 <p>
<ul>
<li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">ADMINISTRATION GROUP</li>

          <li style="color: #99FF66"><a href="#">SVP(A)</a></li>
          <li style="color: #99FF66"><a href="#">HC</a></li>
        <li style="color: #99FF66"><a href="#">CD</a></li>
        <li style="color: #99FF66"><a href="#">IT</a></li>
        <li style="color: #99FF66"><a href="#">GS</a></li>
        <li style="color: #99FF66"><a href="#">PRD</a></li>
    </ul>
    </p>
  
    <p>
      <ul>
      <li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">TECHNICAL GROUP</li>

        <li style="color: #99FFFF"><a href="#">SVP(T)</a></li>
        <li style="color: #99FFFF"><a href="#">TS</a></li>
        <li style="color: #99FFFF"><a href="#">TP</a></li>
        <li style="color: #99FFFF"><a href="#">IA</a></li>
       </ul>
        </td>
    <td width="224" valign="top" class="division">
   <p>
<ul>
<li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">CORPORATE SUPPORT GROUP</li>

          <li style="color: #FFCC33"><a href="#">SVP(CS)</a></li>
          <li style="color: #FFCC33"><a href="#">CP</a></li>
        <li style="color: #FFCC33"><a href="#">CLI</a></li>
        <li style="color: #FFCC33"><a href="#">CBR</a></li>
        <li style="color: #FFCC33"><a href="#">FM</a></li>
      </ul></p>
     
      <p>
  <ul>
  <li style="list-style-position:outside; list-style-type: none; list-style: none; text-indent: -16px; font-weight: bold; color: white; ">PROJECTS GROUP</li>

          <li style="color: #CC9966"><a href="#">SVP(P)</a></li>
        <li style="color: #CC9966"><a href="#">PC</a></li>
        <li style="color: #CC9966"><a href="#">NG</a></li>
        <li style="color: #CC9966"><a href="#">FE</a></li>
      </ul>
      </td>
  </tr>
</table>

 

<!-- DIVISIONS MENU END -->

 

                                               
                                         
    </div></li>
   </ul>
  </div></li>
 </ul><input id="ctl00_RadMenu1_ClientState" name="ctl00_RadMenu1_ClientState" type="hidden" />
</div>
       
    </div>

  
<!-- DIVISIONS MENU END ===================== -->    
      

 </td>
       
       
       
        
       
       
      </tr>
      </table>
    </td>
   </tr>
   <tr>
    <td>
    
    <table cellpadding="0" cellspacing="0" width="900">
    
    <tr>
    
    <td>
     <div class="breadcrumb"> <span id="ctl00_PlaceHolderTitleBreadcrumb_siteMapPath"><span class="breadcrumbCurrent">Home</span></span> </div>
     
     
     
        
        </td></tr></table>
    </td>
   </tr>
   <tr>
    <!--<td valign="top">
     
     
     
     <!-- Left Navigation -->
      <!--<a href="#zz3_CurrentNav_SkipLink"><img alt="Skip navigation links" src="/WebResource.axd?d=MjVoSacgd3qOR2bxk9Iqrg2&amp;t=633739991971222506" width="0" height="0" style="border-width:0px;" /></a><table id="zz3_CurrentNav" class="leftNav zz3_CurrentNav_2" cellpadding="0" cellspacing="0" border="0">
 <tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="Document Center site" id="zz3_CurrentNavn0">
  <td><table class="leftNav1 zz3_CurrentNav_7" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav1 zz3_CurrentNav_6" href="/Docs" accesskey="3" style="border-style:none;font-size:1em;">Document Center</a></td>
   </tr>
  </table></td>
 </tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="Company News Home" id="zz3_CurrentNavn1">
  <td><table class="leftNav1 zz3_CurrentNav_7" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav1 zz3_CurrentNav_6" href="/News/Pages/Default.aspx" style="border-style:none;font-size:1em;">News</a></td>
   </tr>
  </table></td>
 </tr><tr>
  <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
   <tr onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz3_CurrentNavn2">
    <td><table class="leftNav2 zz3_CurrentNav_9" cellpadding="0" cellspacing="0" border="0" width="100%">
     <tr>
      <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav2 zz3_CurrentNav_8" href="/News/Pages/Article1.aspx" style="border-style:none;font-size:1em;margin-left:1px;">Sample News Article</a></td>
     </tr>
    </table></td>
   </tr><tr onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="zz3_CurrentNavn3">
    <td><table class="leftNav2 zz3_CurrentNav_9" cellpadding="0" cellspacing="0" border="0" width="100%">
     <tr>
      <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav2 zz3_CurrentNav_8" href="/News/Pages/newsarchive.aspx" style="border-style:none;font-size:1em;margin-left:1px;">News Archive</a></td>
     </tr>
    </table></td>
   </tr>
  </table></td>
 </tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="Report Center" id="zz3_CurrentNavn4">
  <td><table class="leftNav1 zz3_CurrentNav_7" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav1 zz3_CurrentNav_6" href="/Reports/Pages/Default.aspx" style="border-style:none;font-size:1em;">Reports</a></td>
   </tr>
  </table></td>
 </tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="The Search Center displays search results" id="zz3_CurrentNavn5">
  <td><table class="leftNav1 zz3_CurrentNav_7" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav1 zz3_CurrentNav_6" href="/SearchCenter/Pages/default.aspx" style="border-style:none;font-size:1em;">Search</a></td>
   </tr>
  </table></td>
 </tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" title="Site Directory web" id="zz3_CurrentNavn6">
  <td><table class="leftNav1 zz3_CurrentNav_7" cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr>
    <td style="width:100%;"><a class="zz3_CurrentNav_1 leftNav1 zz3_CurrentNav_6" href="/SiteDirectory/Pages/category.aspx" style="border-style:none;font-size:1em;">Sites</a></td>
   </tr>
  </table></td>
 </tr>
</table><a id="zz3_CurrentNav_SkipLink"></a>
      
       <!-- Left Navigation

     
     
     
      <div class="leftNavSpacer"/>
     
    </td>-->
    <td width="100%" valign="top" colspan="2">
     <div id="ctl00_MSO_ContentDiv" class="mainContainer">
      <div class="pageTitle">
       
 

      </div>
      <div class="mainContent">
       
  <table cellpadding="4" cellspacing="0" border="0" width="100%">
    <tr>
        <td valign="top" style="padding:0" colspan="3" width="100%">
            <div id="ctl00_PlaceHolderMain_PageContent__ControlWrapper_RichHtmlField" style="display:inline"></div>
        </td>
    </tr>
    <tr>
     <td valign="top" style="padding:0">
      <table cellpadding="4" cellspacing="0" border="0" width="100%" height="100%">
       <tr>
        <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" colspan="3" valign="top">  </td>
       </tr>
       <tr>
        <td width="100%" colspan="3" valign="top" style="padding:0">
         <table cellpadding="4" cellspacing="0" width="100%" height="100%">
          <tr>
           <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top">  </td>
                                                 <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top">  </td>
          </tr>
         </table>
        </td>
       </tr>       <tr>
        <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%">  </td>
        <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%">  </td>
        <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%"> <table width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td id="MSOZoneCell_WebPartWPQ3" vAlign="top"><table TOPLEVEL border="0" cellpadding="0" cellspacing="0" width="100%">
   <tr>
    <td valign="top"><div WebPartID="76dca214-cc58-4b19-8708-af04d43a4ed1" HasPers="false" id="WebPartWPQ3" width="100%" class="ms-WPBody" allowDelete="false" style="" >

<script type="text/javascript">
            function OnClientRated(controlRating, args)
            {
                var tooltip = $find("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1");
                tooltip.show();
            }

            function CloseToolTip1()
            {
                var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
                if (tooltip)
                {
                    tooltip.hide();
                }
            }
</script>

<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            Rate our site!
       
        <div >

             <div id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1" class="RadRating RadRating_Default ">
     <ul class="rrtExact">
      <li class="rrtSelected"><a href="#" title="1"><span>1</span></a></li><li class="rrtSelected"><a href="#" title="2"><span>2</span></a></li><li class="rrtSelected"><a href="#" title="3"><span>3</span></a></li><li class="rrtSelected"><a href="#" title="4"><span style="width:9px;">4</span></a></li><li><a href="#" title="5"><span>5</span></a></li><li><a href="#" title="6"><span>6</span></a></li><li><a href="#" title="7"><span>7</span></a></li>
     </ul><input id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1_ClientState" name="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1_ClientState" type="hidden" />
    </div>

        </div>
        </td>
    </tr>
    <tr>
        <td>
            <span id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_lblSelComments">Comments</span>
        </td>
    </tr>
</table>
<div id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1" style="display:none;position:absolute;">
     
        <br />
        <span id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_lblName">Name:</span><br />
        <input name="ctl00$ctl14$g_76dca214_cc58_4b19_8708_af04d43a4ed1$ctl00$txtName" type="text" id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_txtName" />
<span id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2" style="color:Red;display:none;">Please use plain text only</span>
        <br />
        <br />
        <span id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_lblInstructions">Your feedback:</span><br />
        <textarea name="ctl00$ctl14$g_76dca214_cc58_4b19_8708_af04d43a4ed1$ctl00$txtComments" rows="5" cols="30" id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_txtComments"></textarea><br />
<input type="button" name="ctl00$ctl14$g_76dca214_cc58_4b19_8708_af04d43a4ed1$ctl00$btnPostComment" value="Post" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ctl14$g_76dca214_cc58_4b19_8708_af04d43a4ed1$ctl00$btnPostComment&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))" id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_btnPostComment" style="border: 0; width: 109px; height: 21px; line-height: 21px; padding-left: 10px;
text-align: left; margin-top: 5px; color: #3e570a" />
<span id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1" style="color:Red;display:none;">Please use plain text only</span>
    <input id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1_ClientState" name="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1_ClientState" type="hidden" />
    </div>
</div></td>
   </tr>
  </table></td>
 </tr>
</table> </td>
       </tr>
       <tr>
        <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" colspan="3" valign="top">  </td>
       </tr>
      </table>
     </td>
     <td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%">  </td>
    </tr>
    <script language="javascript">if(typeof(MSOLayout_MakeInvisibleIfEmpty) == "function") {MSOLayout_MakeInvisibleIfEmpty();}</script>
  </table>

      </div>
      
      <div id="footer">
      
      <hr style="color: #1D3F8C; height: 1px;" />
      
      <div id="footerRight">
      <img src="http://ghospapd1/images/MasterPageImages/GascoFooterLogo.jpg" />© 2010 Gasconet - GASCO Internal Portal 
      <span style="color: #999999">&nbsp;|&nbsp;</span> <a href="#">Contact Website Administrator</a>
      <Br />Requires IE 7 or higher, 1024 * 768 display
      and higher
         
      </div>
      
      

      
      
      
      
      </div>
     </div>
    </td>
   </tr>
  </table>
  
  
  
  
 
<script type="text/javascript">
//<![CDATA[
var Page_Validators =  new Array(document.getElementById("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2"), document.getElementById("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1"));
//]]>
</script>

<script type="text/javascript">
//<![CDATA[
var ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2 = document.all ? document.all["ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2"] : document.getElementById("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2");
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2.controltovalidate = "ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_txtName";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2.errormessage = "Please use plain text only";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2.display = "Dynamic";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2.validationexpression = "[^<]+";
var ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1 = document.all ? document.all["ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1"] : document.getElementById("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1");
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1.controltovalidate = "ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_txtComments";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1.errormessage = "Please use plain text only";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1.display = "Dynamic";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1.validationexpression = "[^<]+";
//]]>
</script>

<script type="text/javascript">
//<![CDATA[

WebForm_InitCallback();var __wpmExportWarning='This Web Part Page has been personalized. As a result, one or more Web Part properties may contain confidential information. Make sure the properties contain information that is safe for others to read. After exporting this Web Part, view properties in the Web Part description file (.WebPart) by using a text editor such as Microsoft Notepad.';var __wpmCloseProviderWarning='You are about to close this Web Part.  It is currently providing data to other Web Parts, and these connections will be deleted if this Web Part is closed.  To close this Web Part, click OK.  To keep this Web Part, click Cancel.';var __wpmDeleteWarning='You are about to permanently delete this Web Part.  Are you sure you want to do this?  To delete this Web Part, click OK.  To keep this Web Part, click Cancel.';Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1","0");
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
    ValidatorOnLoad();
}

function ValidatorOnSubmit() {
    if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
    }
    else {
        return true;
    }
}
        //]]>
</script>
<script type="text/javascript" language="JavaScript" defer>
<!--
function S622C1022_Submit() {GoSearch(null,'ctl00_PlaceHolderSearchArea_SearchBox_S622C1022_InputKeywords',null,true,true,'ctl00_PlaceHolderSearchArea_SearchBox_SBScopesDDL','ctl00_PlaceHolderSearchArea_SearchBox_ctl00',null,null,'\u002fsearchcenter\u002fPages\u002fResults.aspx', 'This Site','This List', 'This Folder', 'Related Sites', '\u002f_layouts\u002fOSSSearchResults.aspx');}
// -->
</script><script type="text/javascript" language="JavaScript" >
// append an onload event handler
var S622C1022__onload= document.body.onload;
if(typeof document.body.onload == 'function')
{
 document.body.onload = function()
 {
S622C1022__onload();       
  document.getElementById('ctl00_PlaceHolderSearchArea_SearchBox_S622C1022_InputKeywords').name = 'InputKeywords';
 }
}
else
{
 document.body.onload = function()
 {
  eval(S622C1022__onload);       
  document.getElementById('ctl00_PlaceHolderSearchArea_SearchBox_S622C1022_InputKeywords').name = 'InputKeywords';
 }
}

function S622C1022_OSBEK(event1) {
var kCode = String.fromCharCode(event1.keyCode);
if(kCode == "\n" || kCode == "\r")
{  
S622C1022_Submit();
}
}
// -->
</script>
<script type="text/javascript">
//<![CDATA[
var zz1_logoLinkId_Data = new Object();
zz1_logoLinkId_Data.disappearAfter = 500;
zz1_logoLinkId_Data.horizontalOffset = 0;
zz1_logoLinkId_Data.verticalOffset = 0;
if (typeof(overrideMenu_HoverStatic) == 'function' && typeof(Menu_HoverStatic) == 'function')
{
_spBodyOnLoadFunctionNames.push('enableFlyoutsAfterDelay');
Menu_HoverStatic = overrideMenu_HoverStatic;
}
var flyoutsAllowed = false;
function enableFlyoutsAfterDelay()
{
setTimeout('flyoutsAllowed = true;', 50);
}
function overrideMenu_HoverStatic(item)
{
if (!flyoutsAllowed || (document.readyState != null && document.readyState != 'complete'))
{
setTimeout(delayMenu_HoverStatic(item), 50);
}
else
{
// this code is the default ASP.NET implementation of Menu_HoverStatic
var node = Menu_HoverRoot(item);
var data = Menu_GetData(item);
if (!data) return;
__disappearAfter = data.disappearAfter;
Menu_Expand(node, data.horizontalOffset, data.verticalOffset);
}
}
function delayMenu_HoverStatic(item)
{
return (function()
{
overrideMenu_HoverStatic(item);
});
}
var zz2_GlobalNav_Data = new Object();
zz2_GlobalNav_Data.disappearAfter = 500;
zz2_GlobalNav_Data.horizontalOffset = 0;
zz2_GlobalNav_Data.verticalOffset = -8;
zz2_GlobalNav_Data.hoverClass = 'zz2_GlobalNav_13 topNavFlyOutsHover';
zz2_GlobalNav_Data.hoverHyperLinkClass = 'zz2_GlobalNav_12 topNavFlyOutsHover';
zz2_GlobalNav_Data.staticHoverClass = 'zz2_GlobalNav_11 topNavHover';
zz2_GlobalNav_Data.staticHoverHyperLinkClass = 'zz2_GlobalNav_10 topNavHover';
var zz3_CurrentNav_Data = new Object();
zz3_CurrentNav_Data.disappearAfter = 500;
zz3_CurrentNav_Data.horizontalOffset = 0;
zz3_CurrentNav_Data.verticalOffset = 0;
zz3_CurrentNav_Data.hoverClass = 'zz3_CurrentNav_17 leftNavFlyOutsHover';
zz3_CurrentNav_Data.hoverHyperLinkClass = 'zz3_CurrentNav_16 leftNavFlyOutsHover';
zz3_CurrentNav_Data.staticHoverClass = 'zz3_CurrentNav_15 leftNavHover';
zz3_CurrentNav_Data.staticHoverHyperLinkClass = 'zz3_CurrentNav_14 leftNavHover';
//]]>
</script>
<SCRIPT LANGUAGE='JavaScript' >
<!--
WPSC.Init(document);
var varPartWPQ3 = WPSC.WebPartPage.Parts.Register('WPQ3','76dca214-cc58-4b19-8708-af04d43a4ed1',document.all.item('WebPartWPQ3'));
var varPartWPQ1 = WPSC.WebPartPage.Parts.Register('WPQ1','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ1'));
var varPartWPQ2 = WPSC.WebPartPage.Parts.Register('WPQ2','00000000-0000-0000-0000-000000000000',document.all.item('WebPartWPQ2'));
WPSC.WebPartPage.WebURL = 'http:\u002f\u002fghospapd1';
WPSC.WebPartPage.WebServerRelativeURL = '\u002f';

//-->
</SCRIPT>
<script type="text/javascript">
//<![CDATA[
Sys.Application.initialize();
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadMenu, {"_childListElementCssClass":null,"attributes":{"Enablebuiltinskins":"False"},"clickToOpen":true,"clientStateFieldID":"ctl00_RadMenu2_ClientState","collapseAnimation":"{\"duration\":450}","expandAnimation":"{\"duration\":450}","itemData":[{"groupSettings":{"offsetX":-99,"offsetY":6},"items":[{"templated":true}]}]}, null, null, $get("ctl00_RadMenu2"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadMenu, {"_childListElementCssClass":null,"attributes":{"Enablebuiltinskins":"False"},"clickToOpen":true,"clientStateFieldID":"ctl00_RadMenu1_ClientState","collapseAnimation":"{\"duration\":450}","expandAnimation":"{\"duration\":450}","itemData":[{"groupSettings":{"offsetX":-486,"offsetY":6},"items":[{"templated":true}]}]}, null, null, $get("ctl00_RadMenu1"));
});
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadRating, {"_itemCount":7,"_preInitializeComplete":true,"_uniqueID":"ctl00$ctl14$g_76dca214_cc58_4b19_8708_af04d43a4ed1$ctl00$RadRating1","clientStateFieldID":"ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1_ClientState","precision":2,"value":3.5}, {"rated":OnClientRated}, null, $get("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1"));
});

document.getElementById('ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2').dispose = function() {
    Array.remove(Page_Validators, document.getElementById('ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator2'));
}

document.getElementById('ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1').dispose = function() {
    Array.remove(Page_Validators, document.getElementById('ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RegularExpressionValidator1'));
}
Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadToolTip, {"_cssClass":"","_manualCloseButtonText":"Close","animation":4,"clientStateFieldID":"ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1_ClientState","formID":"aspnetForm","hideEvent":16,"offsetX":-15,"position":31,"relativeTo":1,"showEvent":16,"skin":"Default","targetControlID":"ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1"}, null, null, $get("ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRateToolTip1"));
});
//]]>
</script>
</form>
  </body>
</html>


 

sorry to list it like this but it wasn't allowing to insert into code block

Regards,
Salman

0
Tsvetie
Telerik team
answered on 01 Apr 2010, 03:52 PM
Hi Salman Tanwir,
I can see from the HTML source of your page that the HTML of the rating control is rendered as expected:
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            Rate our site!      
        <div >
<div id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1" class="RadRating RadRating_Default ">
     <ul class="rrtExact">
        <li class="rrtSelected"><a href="#" title="1"><span>1</span></a></li>
        <li class="rrtSelected"><a href="#" title="2"><span>2</span></a></li>
        <li class="rrtSelected"><a href="#" title="3"><span>3</span></a></li>
        <li class="rrtSelected"><a href="#" title="4"><span style="width:9px;">4</span></a></li>
        <li><a href="#" title="5"><span>5</span></a></li>
        <li><a href="#" title="6"><span>6</span></a></li>
        <li><a href="#" title="7"><span>7</span></a></li>
    </ul>
    <input id="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1_ClientState" name="ctl00_ctl14_g_76dca214_cc58_4b19_8708_af04d43a4ed1_ctl00_RadRating1_ClientState" type="hidden" />
    </div>
 
        </div>
        </td>
    </tr>

That is why, I suppose you cannot see the rating control, because of a style setting. You can use Firebug (for FF) or IE Developer tools (for IE) to check why the HTML of the rating control is not visible.

Greetings,
Tsvetie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Rating
Asked by
Salman Tanwir
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Salman Tanwir
Top achievements
Rank 1
Share this question
or