| 1 |
<!-- Attribute and Group Builder Interface --> |
| 2 |
|
| 3 |
<div class="wrap about-wrap wpp_upgrade_wrapper"> |
| 4 |
|
| 5 |
<table> |
| 6 |
<tbody> |
| 7 |
<tr> |
| 8 |
<td> |
| 9 |
<div data-bind="visible: attributes, template: { name: 'attribute-builder-template', afterRender: attribute_builder_rendered }"></div> |
| 10 |
</td> |
| 11 |
|
| 12 |
<td style="width: 400px;" valign="top"> |
| 13 |
<div class="about-text" style="margin-right: 50px;margin-left: 50px;"> |
| 14 |
|
| 15 |
Some text here explaining why we are asking for this stuff and how it's going to make the user's life easier.. |
| 16 |
<br /><br /> |
| 17 |
A single-family detached home, also called a single-detached dwelling or separate house is a free-standing... |
| 18 |
<br /><br /> |
| 19 |
</div> |
| 20 |
|
| 21 |
<div class="wpp_save_wrapper"> |
| 22 |
<input type="submit" class="wpp_button wpp_red wpp_save_settings" value="Save Settings" data-bind="" /> |
| 23 |
<div class="wpp-ui wpp_sidebar_response"></div> |
| 24 |
|
| 25 |
</div> |
| 26 |
|
| 27 |
</td> |
| 28 |
</tr> |
| 29 |
</tbody> |
| 30 |
</table> |
| 31 |
|
| 32 |
</div> |
| 33 |
|
| 34 |
<script type="text/html" id="attribute-builder-template"> |
| 35 |
|
| 36 |
<div class="" style="margin: 20px;"> |
| 37 |
<p class="about-description">What kind of properties will you be listing? </p> |
| 38 |
<ul style="font-size: 15px;"> |
| 39 |
<li><label><input type="checkbox" /> Vacation Rentals</label></li> |
| 40 |
<li><label><input type="checkbox" /> Commercial Real Estate</label></li> |
| 41 |
<li><label><input type="checkbox" /> Residential Real Estate</label></li> |
| 42 |
<li><label><input type="checkbox" /> Land</label></li> |
| 43 |
</ul> |
| 44 |
</div> |
| 45 |
|
| 46 |
<div class="" style="margin: 20px;"> |
| 47 |
<p class="about-description">The following property types meet your critera. Select the ones you may use, and attributes will be loaded.</p> |
| 48 |
<ul style="font-size: 15px;"> |
| 49 |
<li><label><input type="checkbox" /> Apartment</label></li> |
| 50 |
<li><label><input type="checkbox" /> Apartment Building</label></li> |
| 51 |
<li><label><input type="checkbox" /> Single Family Home</label></li> |
| 52 |
<li><label><input type="checkbox" /> Manufactured Home</label></li> |
| 53 |
<li><label><input type="checkbox" /> Commercial</label></li> |
| 54 |
<li><label><input type="checkbox" /> Land</label></li> |
| 55 |
<li><label>show more</label></li> |
| 56 |
</ul> |
| 57 |
</div> |
| 58 |
|
| 59 |
<div class="" style="margin: 20px;"> |
| 60 |
<p class="about-description">Some general questions to help you get set up.</p> |
| 61 |
<ul style="font-size: 15px;"> |
| 62 |
<li data-wpp-setting="google_maps_localization"> |
| 63 |
<label>Localize and display geolocated addresses in <select id="wpp_google_maps_localization" name="wpp_settings[configuration][google_maps_localization]"><option value="en" selected="true" '="">English (en)</option><option value="ar" '="">Arabic (ar)</option><option value="bg" '="">Bulgarian (bg)</option><option value="cs" '="">Czech (cs)</option><option value="de" '="">German (de)</option><option value="el" '="">Greek (el)</option><option value="es" '="">Spanish (es)</option><option value="fi" '="">Finnish (fi)</option><option value="fr" '="">French (fr)</option><option value="it" '="">Italian (it)</option><option value="ja" '="">Japanese (ja)</option><option value="ko" '="">Korean (ko)</option><option value="da" '="">Danish (da)</option><option value="nl" '="">Dutch (nl)</option><option value="no" '="">Norwegian (no)</option><option value="pt" '="">Portuguese (pt)</option><option value="pt-BR" '="">Portuguese (Brazil) (pt-BR)</option><option value="pt-PT" '="">Portuguese (Portugal) (pt-PT)</option><option value="ru" '="">Russian (ru)</option><option value="sv" '="">Swedish (sv)</option><option value="th" '="">Thai (th)</option><option value="uk" '="">Ukranian (uk)</option></select></label></li> |
| 64 |
</li> |
| 65 |
<li><label><input type="checkbox" /> I have access to a data feed with listings.</label></li> |
| 66 |
<li><label><input type="checkbox" /> We have multiple agents who need to be able manage their listings.</label></li> |
| 67 |
<li><label><input type="checkbox" /> I would like to allow visitors to submit listings on this site.</label></li> |
| 68 |
|
| 69 |
</ul> |
| 70 |
</div> |
| 71 |
|
| 72 |
</script> |
| 73 |
|
| 74 |
|