Initial checkin
This commit is contained in:
130
templates/sell_propInfo.html
Normal file
130
templates/sell_propInfo.html
Normal file
@@ -0,0 +1,130 @@
|
||||
<h3>Property Details</h3>
|
||||
<div>What’s the <b>size</b> of the <b>Property</b>?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >Sq ft</span>
|
||||
<input type="number" name="sizeSqft" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>What’s the <b>size</b> of the <b>Lot</b>?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-warning active" name="lotAreaIsSqft" onclick="ibuyproperties.toggleButton($('#ls_sqft'),$('#ls_acre'))" id="ls_sqft" type="button">Sq ft</button>
|
||||
<button class="btn btn-default" name="lotAreaIsAcre" onclick="ibuyproperties.toggleButton($('#ls_acre'),$('#ls_sqft'))" id="ls_acre" type="button">Acre</button>
|
||||
</span>
|
||||
<input type="number" name="lotArea" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>Number of <b>Rooms</b></div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >Full</span>
|
||||
<input type="number" name="numRooms" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>Number of <b>Bathrooms</b></div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" name="numFullBathRoom" >Full</span>
|
||||
<input type="number" class="form-control"/>
|
||||
<span class="input-group-addon" name="numHalfBathRoom" >Half</span>
|
||||
<input type="number" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>What <b>Appliances</b> would be included? Any <b>Amenities</b> (i.e., pool, hot tub)?</div>
|
||||
<textarea class="form-control" name="txtAppliancesIncluded" rows="6" placeholder="" required></textarea>
|
||||
|
||||
<div><b>How long have you owned</b> the property?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >Years</span>
|
||||
<input type="number" name="yearsOwnedProperty" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div><b>How long have you lived</b> in the property?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >Years</span>
|
||||
<input type="number" name="yearsLivedInProperty" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>Do <b>you live in the property right now</b>?</div>
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" name="ownerOccupiedYes" onclick="ibuyproperties.toggleButton($('#btn_ownerOccupiedYes'),$('#btn_ownerOccupiedNo'))" id="btn_ownerOccupiedYes" class="btn btn-default">Yes</button>
|
||||
<button type="button" name="ownerOccupiedNo" onclick="ibuyproperties.toggleButton($('#btn_ownerOccupiedNo'),$('#btn_ownerOccupiedYes'))" id="btn_ownerOccupiedNo" class="btn btn-default">No</button>
|
||||
</div>
|
||||
|
||||
<div><b>What are you asking</b> for your property?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >USD</span>
|
||||
<input type="number" name="askPrice" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>How <b>long</b> have you been <b>trying to sell it</b>?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >Months</span>
|
||||
<input type="number" name="monthsTriedSelling" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>What <b>mortgages or financing</b> are currently on the property? What is the interest
|
||||
rate? The terms? The monthly payments? Would you consider a lease
|
||||
with an option to buy?</div>
|
||||
<textarea class="form-control" name="txtFinancingInformation" rows="6" placeholder="" required></textarea>
|
||||
|
||||
<div>Can <b>you help</b> with <b>financing</b>?</div>
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" name="canHelpWithFinancingYes" onclick="ibuyproperties.toggleButton($('#btn_helpFinYes'),$('#btn_helpFinNo'))" id="btn_helpFinYes" class="btn btn-default">Yes</button>
|
||||
<button type="button" name="canHelpWithFinancingNo" onclick="ibuyproperties.toggleButton($('#btn_helpFinNo'),$('#btn_helpFinYes'))" id="btn_helpFinNo" class="btn btn-default">No</button>
|
||||
</div>
|
||||
|
||||
<div>Do you <b>need cash at</b> the time of <b>closing</b>?</div>
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" name="needCashOnClosingYes" class="btn btn-default" onclick="$('#grp_cashAtClosing').removeClass('hidden');ibuyproperties.toggleButton($('#btn_needCashOnCloseYes'),$('#btn_needCashOnCloseNo'))" id="btn_needCashOnCloseYes">Yes</button>
|
||||
<button type="button" name="needCashOnClosingNo" class="btn btn-default" onclick="$('#grp_cashAtClosing').addClass('hidden');ibuyproperties.toggleButton($('#btn_needCashOnCloseNo'),$('#btn_needCashOnCloseYes'))" id="btn_needCashOnCloseNo">No</button>
|
||||
</div>
|
||||
<ul id="grp_cashAtClosing" class="hidden">
|
||||
<li>
|
||||
<div>How much?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >USD</span>
|
||||
<input type="number" name="amountOfCashNeededOnClosing" class="form-control"/>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>Could I give you the <b>down payment in smaller amounts/increments over a period of time</b>?</div>
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" name="installmentDownPaymentYes" class="btn btn-default" onclick="ibuyproperties.toggleButton($('#btn_incrDPYes'),$('#btn_incrDPNo'))" id="btn_incrDPYes">Yes</button>
|
||||
<button type="button" name="installmentDownPaymentNo" class="btn btn-default" onclick="ibuyproperties.toggleButton($('#btn_incrDPNo'),$('#btn_incrDPYes'))" id="btn_incrDPNo">No</button>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div><b>Why</b> are you <b>selling</b> the property?</div>
|
||||
<textarea class="form-control" name="reasonForSelling" rows="6" placeholder="" required></textarea>
|
||||
|
||||
<div><b>What will you be doing with the money</b> received?</div>
|
||||
<textarea class="form-control" name="usageOfMoney" rows="3" placeholder="" required></textarea>
|
||||
|
||||
<div>What is the <b>best thing</b> about your property?</div>
|
||||
<textarea class="form-control" name="bestThingAboutProperty" rows="3" placeholder="" required></textarea>
|
||||
|
||||
<div>What is the <b>thing you like least</b>?</div>
|
||||
<textarea class="form-control" name="worstThingAboutProperty" rows="3" placeholder="" required></textarea>
|
||||
|
||||
<div>How much <b>Land Tax</b> do you currently pay?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >USD (Year)</span>
|
||||
<input type="number" name="currentLandTax" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>How much <b>HOA</b> do you currently pay?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >USD (Year)</span>
|
||||
<input type="number" name="currentHOA" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<div>Do you know what the <b>average monthly rent payment</b> would be <b>for a property like yours</b>?</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" >USD</span>
|
||||
<input type="number" name="expectedRentCurrentOwner" class="form-control"/>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<a class="btn btn-danger" href="#Sell/page2/">Back</a>
|
||||
<a type="submit" class="btn btn-success" onclick="ibuyproperties.sellForm.sendForm();">Submit</a>
|
||||
Reference in New Issue
Block a user