Advertisement
| Hall of Fame |
|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: |
<asp:Panel ID="Panel1" runat="server">
<div id="divPopupWindow" class="PopupDivWindow" visible="false" runat="server">
<div class="PopupDivWindow-Container">
<div class="PopupDivWindow-Title">
<a href="javascript:showHide('ctl00_cphContent_divPopupWindow')"><img src="/images/btn-CloseWindow.gif" alt="Close" border="0" class="PopupDivWindow-Controls"/></a>
</div>
<div class="PopupDivWindow-Content">
<asp:MultiView ID="mvPopupWindow" runat="server" Visible="false">
<asp:View ID="viewNoEmail" runat="server">
We have no email address for you on file.
<br />
<br />
<asp:HyperLink ID="lnkAddEmail" runat="server" NavigateUrl="~/Encrypt.aspx?url=agentInfo/agentInfo.asp" Target="_blank" Text="Click Here" />
to update your information.
<br />
<br />
<a href="javascript:showHide('ctl00_cphContent_divPopupWindow')">No remind me later.</a>
</asp:View>
<asp:View ID="viewNoQuestions" runat="server">
Crump has enhanced it's security features to better protect you.
<br />
<br />
<asp:HyperLink ID="lnkManageQuestions" runat="server" NavigateUrl="~/MyAccount/ManageQuestions.aspx" Text="Click Here" />
to answer your personal security questions.
<br />
<br />
<a href="javascript:showHide('ctl00_cphContent_divPopupWindow')">No remind me later.</a>
</asp:View>
<asp:View ID="viewNoEmailAndQuestions" runat="server">
Crump has enhanced it's security features to better protect you.
<br />
<br />
<asp:HyperLink ID="lnkManageEmailAndQuestions" runat="server" NavigateUrl="~/MyAccount/ManageQuestions.aspx" Text="Click Here" />
to answer your personal security questions and update your email address.
<br />
<br />
<a href="javascript:showHide('ctl00_cphContent_divPopupWindow')">No remind me later.</a>
</asp:View>
</asp:MultiView>
</div>
</div>
</div>
</asp:Panel>
<ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender" runat="server"
TargetControlID="ctl00$cphContent$LoginView1$LoginControl$LoginImageButton"
PopupControlID="Panel1"
DropShadow="true" />
<asp:LoginView ID="LoginView1" runat="server">
<AnonymousTemplate>
<div class="Header">Login to Crump Life Insurance</div>
<div class="LoginControl">
<asp:Login ID="LoginControl" runat="server" onloggedin="LoginControl_LoggedIn" >
<LayoutTemplate>
<br />
<table cellspacing="0" cellpadding="0" border="0" style="width: auto;">
<tr>
<td>
User Name
</td>
<td>
<asp:TextBox ID="UserName" runat="server" />
</td>
<td>
<asp:RequiredFieldValidator ID="UserNameRequired" Display="static" runat="server" ControlToValidate="UserName" ErrorMessage="User Name is required." ToolTip="User Name is required." ValidationGroup="Login" Text="*" />
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="Password" runat="server" TextMode="Password" />
</td>
<td>
<asp:RequiredFieldValidator ID="PasswordRequired" Display="static" runat="server" ControlToValidate="Password" ErrorMessage="Password is required." ToolTip="Password is required." ValidationGroup="Login" Text="*" />
</td>
</tr>
<tr>
<td colspan="2" >
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%">
<tr>
<td>
<asp:CheckBox ID="RememberMe" runat="server" Text="Remember Me" />
</td>
<td style="text-align: right;" >
<asp:ImageButton ID="LoginImageButton" CssClass="Button" runat="server" AlternateText="Log In" CommandName="Login" style="height: 25px" ImageUrl="~/Images/logon-button.gif" ValidationGroup="Login" />
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="2" class="error" style="white-space:normal; text-align: center;">
<asp:Literal ID="FailureText" runat="server" EnableViewState="False" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align: right;">
<a href="/MyAccount/UserNameRecovery.aspx" >Forgot User Name</a><br />
<a href="/MyAccount/PasswordRecovery.aspx" >Forgot Password</a><br />
</td>
<td></td>
</tr>
</table>
</LayoutTemplate>
</asp:Login>
</div>
</AnonymousTemplate>
<LoggedInTemplate>
<div class="Header">Welcome <asp:Label ID="lblDisplayName" runat="server" /></div>
<div class="CaseControlCenter-Navigation">
<ul>
<asp:LoginView ID="lvCaseStatus" runat="server"><RoleGroups><asp:RoleGroup Roles="CaseStatus.ReportType.Agent,CaseStatus.ReportType.Manager,CaseStatus.ReportType.Coordinator,CaseStatus.ReportType.Organization,CaseStatus.ReportType.SalesManager,CaseStatus.ReportType.Classification"><ContentTemplate>
<li><a href="/CaseStatus/List.aspx"><span><img src="images/ccIcon-CaseStatus.png" alt="Case Status" width="37" height="16" class="ccIcon" />Case Status</span></a></li>
</ContentTemplate></asp:RoleGroup></RoleGroups></asp:LoginView>
<asp:LoginView ID="lvCommissions" runat="server"><RoleGroups><asp:RoleGroup Roles="ViewCommissions"><ContentTemplate>
<li><a href="/Encrypt.aspx?url=commissions/menu.asp" target="_blank"><span><img src="images/ccIcon-Commissions.png" alt="Commissions" width="16" height="15" class="ccIcon" />Commissions</span></a></li>
</ContentTemplate></asp:RoleGroup></RoleGroups></asp:LoginView>
<li><a href="MyAccount/MyAccount.aspx"><span><img src="images/ccIcon-MyAccount.png" alt="My Account" width="12" height="16" class="ccIcon" />My Account</span></a></li>
<%--<li><span><img src="images/ccIcon-Search.png" alt="Search" width="16" height="16" class="ccIcon" />Search <input type="text" name="Search" id="Search" /></span></li>--%>
</ul>
</div>
</LoggedInTemplate>
</asp:LoginView>
|