| <%@ Page Language="VB" AutoEventWireup="false" CodeFile="residential_listing_form_6.aspx.vb" Inherits="Residential_Listing_form_6" %> |
| <%@ Register TagPrefix="radw" Namespace="Telerik.WebControls" Assembly="RadWindow.Net2" %> |
| <%@ Register TagPrefix="sesCheck" TagName="SessionCheck" Src="~/security/session_check.ascx"%> |
| <sesCheck:SessionCheck id="SessionCheck" runat="server"></sesCheck:SessionCheck><% 'End Security %> |
| <%@ Register TagPrefix="sec" TagName="Security" Src="~/security/memberlogin_security.ascx" %> |
| <sec:Security id="SecurityCheck" runat="server"></sec:Security><% 'End Security %> |
| |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <HTML> |
| <HEAD> |
| <TITLE>Residential Listing Form Page 6 of 10 - Pacific West Association of REALTORS®</TITLE> |
| <META NAME="description" CONTENT=""> |
| <META NAME="keywords" CONTENT=""> |
| <META NAME="author" CONTENT="Pacific West Association of REALTORS®"> |
| <!-- #Include Virtual="/template/genericscripts.ascx" --><% 'Contains generic scripts used on all pages %> |
| <link href="/css/menu.css" rel="stylesheet" type="text/css"><% 'CSS for topbar %> |
| <link href="/css/layout1.css" rel="stylesheet" type="text/css"><% 'CSS for 1 column layout %> |
| <link href="/css/textstyles.css" rel="stylesheet" type="text/css"><% 'CSS for basic text %> |
| <link href="/css/custom.css" rel="stylesheet" type="text/css"><% 'CSS for PWAOR custom text %> |
| <script type="text/javascript"> |
| //Triggers the RadWindow to open the form page with dynamic string |
| function ShowRecipHelp(id) |
| { |
| window.radopen("RecipFormHelp.aspx?question_help=" + id, "RecipHelpWindow"); |
| return false; |
| } |
| </script> |
| </HEAD> |
| <BODY> |
| <div class="wrapper"> |
| <div><img src="/template/headerimages/header_generic.jpg" width="780" height="100" alt=""></div><br> |
| <div class="container"><img src="/template/backgroundboxes/1column_top.gif" width="768" height="9" alt=""><div class="center"> |
| <div class="maintitle">Residential Listing Form - Page 6 of 10</div><br /><br /> |
| <i>Fields marked with an <span class="errortext">*</span> are required.</i> |
| <form id="form2" method="post" runat="server"> |
| <radw:RadWindowManager ID="RadWindowManager1" runat="server" VisibleStatusbar="False"> |
| <Windows> |
| <radw:RadWindow ID="RecipHelpWindow" runat="server" Height="350px" Width="350px"/> |
| </Windows> |
| </radw:RadWindowManager> |
| <table width="700"> |
| <tr> |
| <td align="center"><asp:Label ID="alert_messages" runat="server" CssClass="errortext"></asp:Label></td> |
| </tr> |
| </table> |
| <asp:Table ID="page_four_tbl" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="1"> |
| <asp:TableRow> |
| <asp:TableCell> |
| <asp:Table ID="Table1" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="0"> |
| <asp:TableRow> |
| <asp:TableCell Width="135">School District<span class="errortext"> *<br /><asp:RequiredFieldValidator ID="school_district_validate" runat="server" ControlToValidate="school_district" Display="Dynamic" EnableClientScript="true" ErrorMessage="Select School District." InitialValue="" SetFocusOnError="true"></asp:RequiredFieldValidator></span></asp:TableCell> |
| <asp:TableCell> |
| <asp:DropDownList ID="school_district" runat="server" ToolTip="Choose school district"> |
| <asp:ListItem Value="" Text="(Select)"></asp:ListItem> |
| <asp:ListItem Value="Elementary School" Text="Elementary School"></asp:ListItem> |
| <asp:ListItem Value="JR High" Text="JR High"></asp:ListItem> |
| <asp:ListItem Value="SR High" Text="SR High"></asp:ListItem> |
| </asp:DropDownList> |
| <a href="#" onclick="return ShowRecipHelp('78');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a> |
| </asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table ID="Table2" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="0"> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Association Amenities</asp:TableCell> |
| <asp:TableCell Width="310"> |
| <asp:CheckBoxList ID="association_amenities" runat="server" BorderWidth="1" RepeatColumns="2" RepeatDirection="Vertical" RepeatLayout="Table" ToolTip="Association amenities"> |
| <asp:ListItem Text="Assos BBQ" Value="Assos BBQ"></asp:ListItem> |
| <asp:ListItem Text="Assos Club House/Rec Fac" Value="Assos Club House/Rec Fac"></asp:ListItem> |
| <asp:ListItem Text="Assos Earthquake Ins Pd" Value="Assos Earthquake Ins Pd"></asp:ListItem> |
| <asp:ListItem Text="Assos Gym/Exercise Rm." Value="Assos Gym/Exercise Rm."></asp:ListItem> |
| <asp:ListItem Text="Assos Inur Paid" Value="Assos Inur Paid"></asp:ListItem> |
| <asp:ListItem Text="Assos Maint Paid" Value="Assos Maint Paid"></asp:ListItem> |
| <asp:ListItem Text="Assos Pet Rules - Call LA" Value="Assos Pet Rules - Call LA"></asp:ListItem> |
| <asp:ListItem Text="Assos Pool" Value="Assos Pool"></asp:ListItem> |
| <asp:ListItem Text="Assos Sauna" Value="Assos Sauna"></asp:ListItem> |
| <asp:ListItem Text="Assos Sport Court" Value="Assos Sport Court"></asp:ListItem> |
| <asp:ListItem Text="Assos Tennis" Value="Assos Tennis"></asp:ListItem> |
| <asp:ListItem Text="Assos Trash Paid" Value="Assos Trash Paid"></asp:ListItem> |
| <asp:ListItem Text="Assos Utilities Paid" Value="Assos Utilities Paid"></asp:ListItem> |
| <asp:ListItem Text="Prvt & Assoc Pool" Value="Prvt & Assoc Pool"></asp:ListItem> |
| <asp:ListItem Text="Prvt & Assoc Spa" Value="Prvt & Assoc Spa"></asp:ListItem> |
| <asp:ListItem Text="Senior Comm" Value="Senior Comm"></asp:ListItem> |
| </asp:CheckBoxList> |
| </asp:TableCell> |
| <asp:TableCell> <a href="#" onclick="return ShowRecipHelp('79');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table ID="Table3" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="0"> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Assoc Dues #1<span class="errortext"> *<br /> |
| <asp:RequiredFieldValidator ID="assoc_dues_1_validate" runat="server" ControlToValidate="assoc_dues_1" Display="Dynamic" EnableClientScript="true" ErrorMessage="Enter Association Dues #1." SetFocusOnError="true"></asp:RequiredFieldValidator> |
| <asp:RegularExpressionValidator ID="assoc_dues_1_expression" runat="server" ControlToValidate="assoc_dues_1" Display="Dynamic" EnableClientScript="true" ErrorMessage="Use Only Numbers." SetFocusOnError="true" ValidationExpression="\d{3}"></asp:RegularExpressionValidator> |
| </span></asp:TableCell> |
| <asp:TableCell>$ <asp:TextBox ID="assoc_dues_1" runat="server" Columns="3" MaxLength="3" ToolTip="Enter association dues amount"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('80');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Assoc Dues #2</asp:TableCell> |
| <asp:TableCell>$ <asp:TextBox ID="assoc_dues_2" runat="server" Columns="3" MaxLength="3" ToolTip="Enter association dues amount (optional)"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('81');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| <asp:TableRow> |
| <asp:TableCell Width="135"># of Units<span class="errortext"> *<br /> |
| <asp:RequiredFieldValidator ID="number_units_" runat="server" ControlToValidate="number_of_units" Display="Dynamic" EnableClientScript="true" ErrorMessage="Enter Number of Units." SetFocusOnError="true"></asp:RequiredFieldValidator> |
| </span> |
| </asp:TableCell> |
| <asp:TableCell><asp:TextBox ID="number_of_units" runat="server" Columns="2" MaxLength="2" ToolTip="Enter number of units"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('82');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table ID="Table4" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="0"> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Terms</asp:TableCell> |
| <asp:TableCell Width="485"> |
| <asp:CheckBoxList ID="terms" runat="server" BorderWidth="1" RepeatColumns="3" RepeatDirection="Vertical" RepeatLayout="Table" ToolTip="Select terms"> |
| <asp:ListItem Text="All Inclusive Trust Deed" Value="All Inclusive Trust Deed"></asp:ListItem> |
| <asp:ListItem Text="Cal Vet" Value="Cal Vet"></asp:ListItem> |
| <asp:ListItem Text="Cash" Value="Cash"></asp:ListItem> |
| <asp:ListItem Text="Cash To Existing Loan" Value="Cash To Existing Loan"></asp:ListItem> |
| <asp:ListItem Text="Cash To New Loan" Value="Cash To New Loan"></asp:ListItem> |
| <asp:ListItem Text="Exchange" Value="Exchange"></asp:ListItem> |
| <asp:ListItem Text="Fannie Mae" Value="Fannie Mae"></asp:ListItem> |
| <asp:ListItem Text="FHA Loan" Value="FHA Loan"></asp:ListItem> |
| <asp:ListItem Text="Freddie Mac" Value="Freddie Mac"></asp:ListItem> |
| <asp:ListItem Text="Land Contract" Value="Land Contract"></asp:ListItem> |
| <asp:ListItem Text="Lse-Opt To Buy" Value="Lse-Opt To Buy"></asp:ListItem> |
| <asp:ListItem Text="Owner May Carry" Value="Owner May Carry"></asp:ListItem> |
| <asp:ListItem Text="Owner Will Carry" Value="Owner Will Carry"></asp:ListItem> |
| <asp:ListItem Text="Real Estate Owned" Value="Real Estate Owned"></asp:ListItem> |
| <asp:ListItem Text="Short Pay/Subject To Lender" Value="Short Pay/Subject To Lender"></asp:ListItem> |
| <asp:ListItem Text="Subject To Court" Value="Subject To Court"></asp:ListItem> |
| <asp:ListItem Text="Subject To Other" Value="Subject To Other"></asp:ListItem> |
| <asp:ListItem Text="Submit" Value="Submit"></asp:ListItem> |
| <asp:ListItem Text="Trade" Value="Trade"></asp:ListItem> |
| <asp:ListItem Text="Trust Conveyance" Value="Trust Conveyance"></asp:ListItem> |
| <asp:ListItem Text="VA Loan" Value="VA Loan"></asp:ListItem> |
| <asp:ListItem Text="VA No Loan" Value="VA No Loan"></asp:ListItem> |
| <asp:ListItem Text="VA No No Loan" Value="VA No No Loan"></asp:ListItem> |
| <asp:ListItem Text="None" Value="None"></asp:ListItem> |
| </asp:CheckBoxList> |
| </asp:TableCell> |
| <asp:TableCell> <a href="#" onclick="return ShowRecipHelp('83');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table ID="Table5" runat="server" Width="700" CellSpacing="2" CellPadding="4" BorderWidth="0"> |
| <asp:TableRow> |
| <asp:TableCell Width="135">1st TD Amount</asp:TableCell> |
| <asp:TableCell><asp:TextBox ID="first_td_amt" runat="server" Columns="6" MaxLength="6" ToolTip="Enter 1st tax deductable amount"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('84');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Interest Rate</asp:TableCell> |
| <asp:TableCell><asp:TextBox ID="interest_rate" runat="server" Columns="4" MaxLength="4" ToolTip="Enter first interest rate"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('85');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| <asp:TableRow> |
| <asp:TableCell Width="135">2nd TD Amount</asp:TableCell> |
| <asp:TableCell><asp:TextBox ID="second_td_amt" runat="server" Columns="6" MaxLength="6" ToolTip="Enter 2nd tax deductable amount"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('86');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| <asp:TableRow> |
| <asp:TableCell Width="135">Interest Rate 2</asp:TableCell> |
| <asp:TableCell><asp:TextBox ID="interest_rate_2" runat="server" Columns="4" MaxLength="4" ToolTip="Enter second interest rate"></asp:TextBox> <a href="#" onclick="return ShowRecipHelp('87');"><img border="0" src="/_Recips/images/question_mark.gif" alt="question_mark.gif" title="Help" /></a></asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table runat="server"> |
| <asp:TableRow> |
| <asp:TableCell ColumnSpan="3"> </asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| </asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| <asp:Table ID="prev_next_tbl" runat="server" Width="710"> |
| <asp:TableRow> |
| <asp:TableCell><asp:Button ID="back_btn" runat="server" CausesValidation="false" Text="<< Back" /></asp:TableCell> |
| <asp:TableCell HorizontalAlign="Right"> |
| <asp:Button ID="save_incomplete_page5_btn" runat="server" CausesValidation="false" Text="Save As Incomplete" /> |
| </asp:TableCell> |
| <asp:TableCell HorizontalAlign="Right"> |
| <asp:Button ID="SavePage5_btn" runat="server" Text="Save & Continue >>" /> |
| <asp:HiddenField ID="queue_id_hdn" runat="server" /> |
| <asp:HiddenField ID="member_id_hdn" runat="server" /> |
| <asp:HiddenField ID="mls_id_hdn" runat="server" /> |
| </asp:TableCell> |
| </asp:TableRow> |
| </asp:Table> |
| </form> |
| <asp:SqlDataSource id="sqlUpsertResidentialForm" runat="server" ConnectionString="<%$ connectionStrings:connectionstring %>" ProviderName="System.Data.SqlClient"></asp:SqlDataSource> |
| <asp:SqlDataSource ID="sqlGetIncompleteRecipQueueItems" runat="server" ConnectionString="<%$ connectionStrings:connectionstring %>" ProviderName="System.Data.SqlClient"></asp:SqlDataSource> |
| </div><% 'end center box %> |
| <img src="/template/backgroundboxes/1column_bot.gif" width="768" height="10" alt=""></div> |
| <div class="wide bottom clear"><!-- #Include Virtual="/template/genericfooter.ascx" --></div> |
| </div> |
| </BODY> |
| </HTML> |
| |