Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/testOLD.alliancerealty.nb.ca/adminAR/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/testOLD.alliancerealty.nb.ca/adminAR/wp_wpl_propertieslist.php
<?php
namespace PHPMaker2020\Alliance;

// Autoload
include_once "autoload.php";

// Session
if (session_status() !== PHP_SESSION_ACTIVE)
	\Delight\Cookie\Session::start(Config("COOKIE_SAMESITE")); // Init session data

// Output buffering
ob_start();
?>
<?php

// Write header
WriteHeader(FALSE);

// Create page object
$wp_wpl_properties_list = new wp_wpl_properties_list();

// Run the page
$wp_wpl_properties_list->run();

// Setup login status
SetupLoginStatus();
SetClientVar("login", LoginStatus());

// Global Page Rendering event (in userfn*.php)
Page_Rendering();

// Page Rendering event
$wp_wpl_properties_list->Page_Render();
?>
<?php include_once "header.php"; ?>
<?php if (!$wp_wpl_properties_list->isExport()) { ?>
<script>
var fwp_wpl_propertieslist, currentPageID;
loadjs.ready("head", function() {

	// Form object
	currentPageID = ew.PAGE_ID = "list";
	fwp_wpl_propertieslist = currentForm = new ew.Form("fwp_wpl_propertieslist", "list");
	fwp_wpl_propertieslist.formKeyCountName = '<?php echo $wp_wpl_properties_list->FormKeyCountName ?>';
	loadjs.done("fwp_wpl_propertieslist");
});
var fwp_wpl_propertieslistsrch;
loadjs.ready("head", function() {

	// Form object for search
	fwp_wpl_propertieslistsrch = currentSearchForm = new ew.Form("fwp_wpl_propertieslistsrch");

	// Validate function for search
	fwp_wpl_propertieslistsrch.validate = function(fobj) {
		if (!this.validateRequired)
			return true; // Ignore validation
		fobj = fobj || this._form;
		var infix = "";
		elm = this.getElements("x" + infix + "_id");
		if (elm && !ew.checkInteger(elm.value))
			return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_list->id->errorMessage()) ?>");

		// Call Form_CustomValidate event
		if (!this.Form_CustomValidate(fobj))
			return false;
		return true;
	}

	// Form_CustomValidate
	fwp_wpl_propertieslistsrch.Form_CustomValidate = function(fobj) { // DO NOT CHANGE THIS LINE!

		// Your custom validation code here, return false if invalid.
		return true;
	}

	// Use JavaScript validation or not
	fwp_wpl_propertieslistsrch.validateRequired = <?php echo Config("CLIENT_VALIDATE") ? "true" : "false" ?>;

	// Dynamic selection lists
	// Filters

	fwp_wpl_propertieslistsrch.filterList = <?php echo $wp_wpl_properties_list->getFilterList() ?>;
	loadjs.done("fwp_wpl_propertieslistsrch");
});
</script>
<script>
loadjs.ready("head", function() {

	// Client script
	// Write your client script here, no need to add script tags.

});
</script>
<?php } ?>
<?php if (!$wp_wpl_properties_list->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php if ($wp_wpl_properties_list->TotalRecords > 0 && $wp_wpl_properties_list->ExportOptions->visible()) { ?>
<?php $wp_wpl_properties_list->ExportOptions->render("body") ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->ImportOptions->visible()) { ?>
<?php $wp_wpl_properties_list->ImportOptions->render("body") ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->SearchOptions->visible()) { ?>
<?php $wp_wpl_properties_list->SearchOptions->render("body") ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->FilterOptions->visible()) { ?>
<?php $wp_wpl_properties_list->FilterOptions->render("body") ?>
<?php } ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php
$wp_wpl_properties_list->renderOtherOptions();
?>
<?php if ($Security->CanSearch()) { ?>
<?php if (!$wp_wpl_properties_list->isExport() && !$wp_wpl_properties->CurrentAction) { ?>
<form name="fwp_wpl_propertieslistsrch" id="fwp_wpl_propertieslistsrch" class="form-inline ew-form ew-ext-search-form" action="<?php echo CurrentPageName() ?>">
<div id="fwp_wpl_propertieslistsrch-search-panel" class="<?php echo $wp_wpl_properties_list->SearchPanelClass ?>">
<input type="hidden" name="cmd" value="search">
<input type="hidden" name="t" value="wp_wpl_properties">
	<div class="ew-extended-search">
<?php

// Render search row
$wp_wpl_properties->RowType = ROWTYPE_SEARCH;
$wp_wpl_properties->resetAttributes();
$wp_wpl_properties_list->renderRow();
?>
<?php if ($wp_wpl_properties_list->id->Visible) { // id ?>
	<?php
		$wp_wpl_properties_list->SearchColumnCount++;
		if (($wp_wpl_properties_list->SearchColumnCount - 1) % $wp_wpl_properties_list->SearchFieldsPerRow == 0) {
			$wp_wpl_properties_list->SearchRowCount++;
	?>
<div id="xsr_<?php echo $wp_wpl_properties_list->SearchRowCount ?>" class="ew-row d-sm-flex">
	<?php
		}
	 ?>
	<div id="xsc_id" class="ew-cell form-group">
		<label for="x_id" class="ew-search-caption ew-label"><?php echo $wp_wpl_properties_list->id->caption() ?></label>
		<span class="ew-search-operator">
<?php echo $Language->phrase("=") ?>
<input type="hidden" name="z_id" id="z_id" value="=">
</span>
		<span id="el_wp_wpl_properties_id" class="ew-search-field">
<input type="text" data-table="wp_wpl_properties" data-field="x_id" name="x_id" id="x_id" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_list->id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_list->id->EditValue ?>"<?php echo $wp_wpl_properties_list->id->editAttributes() ?>>
</span>
	</div>
	<?php if ($wp_wpl_properties_list->SearchColumnCount % $wp_wpl_properties_list->SearchFieldsPerRow == 0) { ?>
</div>
	<?php } ?>
<?php } ?>
	<?php if ($wp_wpl_properties_list->SearchColumnCount % $wp_wpl_properties_list->SearchFieldsPerRow > 0) { ?>
</div>
	<?php } ?>
<div id="xsr_<?php echo $wp_wpl_properties_list->SearchRowCount + 1 ?>" class="ew-row d-sm-flex">
	<button class="btn btn-primary" name="btn-submit" id="btn-submit" type="submit"><?php echo $Language->phrase("SearchBtn") ?></button>
</div>
	</div><!-- /.ew-extended-search -->
</div><!-- /.ew-search-panel -->
</form>
<?php } ?>
<?php } ?>
<?php $wp_wpl_properties_list->showPageHeader(); ?>
<?php
$wp_wpl_properties_list->showMessage();
?>
<?php if ($wp_wpl_properties_list->TotalRecords > 0 || $wp_wpl_properties->CurrentAction) { ?>
<div class="card ew-card ew-grid<?php if ($wp_wpl_properties_list->isAddOrEdit()) { ?> ew-grid-add-edit<?php } ?> wp_wpl_properties">
<?php if (!$wp_wpl_properties_list->isExport()) { ?>
<div class="card-header ew-grid-upper-panel">
<?php if (!$wp_wpl_properties_list->isGridAdd()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $wp_wpl_properties_list->Pager->render() ?>
</form>
<?php } ?>
<div class="ew-list-other-options">
<?php $wp_wpl_properties_list->OtherOptions->render("body") ?>
</div>
<div class="clearfix"></div>
</div>
<?php } ?>
<form name="fwp_wpl_propertieslist" id="fwp_wpl_propertieslist" class="form-inline ew-form ew-list-form" action="<?php echo CurrentPageName() ?>" method="post">
<?php if ($Page->CheckToken) { ?>
<input type="hidden" name="<?php echo Config("TOKEN_NAME") ?>" value="<?php echo $Page->Token ?>">
<?php } ?>
<input type="hidden" name="t" value="wp_wpl_properties">
<div id="gmp_wp_wpl_properties" class="<?php echo ResponsiveTableClass() ?>card-body ew-grid-middle-panel">
<?php if ($wp_wpl_properties_list->TotalRecords > 0 || $wp_wpl_properties_list->isGridEdit()) { ?>
<table id="tbl_wp_wpl_propertieslist" class="table ew-table"><!-- .ew-table -->
<thead>
	<tr class="ew-table-header">
<?php

// Header row
$wp_wpl_properties->RowType = ROWTYPE_HEADER;

// Render list options
$wp_wpl_properties_list->renderListOptions();

// Render list options (header, left)
$wp_wpl_properties_list->ListOptions->render("header", "left");
?>
<?php if ($wp_wpl_properties_list->id->Visible) { // id ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->id) == "") { ?>
		<th data-name="id" class="<?php echo $wp_wpl_properties_list->id->headerCellClass() ?>"><div id="elh_wp_wpl_properties_id" class="wp_wpl_properties_id"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->id->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="id" class="<?php echo $wp_wpl_properties_list->id->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->id) ?>', 2);"><div id="elh_wp_wpl_properties_id" class="wp_wpl_properties_id">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->id->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->id->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->id->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3119->Visible) { // field_3119 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119) == "") { ?>
		<th data-name="field_3119" class="<?php echo $wp_wpl_properties_list->field_3119->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3119" class="wp_wpl_properties_field_3119"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3119" class="<?php echo $wp_wpl_properties_list->field_3119->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119) ?>', 2);"><div id="elh_wp_wpl_properties_field_3119" class="wp_wpl_properties_field_3119">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3119->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3119->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3119_en_us->Visible) { // field_3119_en_us ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119_en_us) == "") { ?>
		<th data-name="field_3119_en_us" class="<?php echo $wp_wpl_properties_list->field_3119_en_us->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3119_en_us" class="wp_wpl_properties_field_3119_en_us"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119_en_us->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3119_en_us" class="<?php echo $wp_wpl_properties_list->field_3119_en_us->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119_en_us) ?>', 2);"><div id="elh_wp_wpl_properties_field_3119_en_us" class="wp_wpl_properties_field_3119_en_us">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119_en_us->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3119_en_us->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3119_en_us->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3119_fr_fr->Visible) { // field_3119_fr_fr ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119_fr_fr) == "") { ?>
		<th data-name="field_3119_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3119_fr_fr->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3119_fr_fr" class="wp_wpl_properties_field_3119_fr_fr"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119_fr_fr->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3119_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3119_fr_fr->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3119_fr_fr) ?>', 2);"><div id="elh_wp_wpl_properties_field_3119_fr_fr" class="wp_wpl_properties_field_3119_fr_fr">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3119_fr_fr->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3119_fr_fr->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3119_fr_fr->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3120->Visible) { // field_3120 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120) == "") { ?>
		<th data-name="field_3120" class="<?php echo $wp_wpl_properties_list->field_3120->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3120" class="wp_wpl_properties_field_3120"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3120" class="<?php echo $wp_wpl_properties_list->field_3120->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120) ?>', 2);"><div id="elh_wp_wpl_properties_field_3120" class="wp_wpl_properties_field_3120">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3120->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3120->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3120_en_us->Visible) { // field_3120_en_us ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120_en_us) == "") { ?>
		<th data-name="field_3120_en_us" class="<?php echo $wp_wpl_properties_list->field_3120_en_us->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3120_en_us" class="wp_wpl_properties_field_3120_en_us"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120_en_us->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3120_en_us" class="<?php echo $wp_wpl_properties_list->field_3120_en_us->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120_en_us) ?>', 2);"><div id="elh_wp_wpl_properties_field_3120_en_us" class="wp_wpl_properties_field_3120_en_us">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120_en_us->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3120_en_us->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3120_en_us->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3120_fr_fr->Visible) { // field_3120_fr_fr ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120_fr_fr) == "") { ?>
		<th data-name="field_3120_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3120_fr_fr->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3120_fr_fr" class="wp_wpl_properties_field_3120_fr_fr"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120_fr_fr->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3120_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3120_fr_fr->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3120_fr_fr) ?>', 2);"><div id="elh_wp_wpl_properties_field_3120_fr_fr" class="wp_wpl_properties_field_3120_fr_fr">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3120_fr_fr->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3120_fr_fr->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3120_fr_fr->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3190->Visible) { // field_3190 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3190) == "") { ?>
		<th data-name="field_3190" class="<?php echo $wp_wpl_properties_list->field_3190->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3190" class="wp_wpl_properties_field_3190"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3190->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3190" class="<?php echo $wp_wpl_properties_list->field_3190->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3190) ?>', 2);"><div id="elh_wp_wpl_properties_field_3190" class="wp_wpl_properties_field_3190">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3190->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3190->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3190->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3192->Visible) { // field_3192 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3192) == "") { ?>
		<th data-name="field_3192" class="<?php echo $wp_wpl_properties_list->field_3192->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3192" class="wp_wpl_properties_field_3192"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3192->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3192" class="<?php echo $wp_wpl_properties_list->field_3192->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3192) ?>', 2);"><div id="elh_wp_wpl_properties_field_3192" class="wp_wpl_properties_field_3192">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3192->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3192->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3192->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3193->Visible) { // field_3193 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3193) == "") { ?>
		<th data-name="field_3193" class="<?php echo $wp_wpl_properties_list->field_3193->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3193" class="wp_wpl_properties_field_3193"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3193->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3193" class="<?php echo $wp_wpl_properties_list->field_3193->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3193) ?>', 2);"><div id="elh_wp_wpl_properties_field_3193" class="wp_wpl_properties_field_3193">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3193->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3193->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3193->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3195->Visible) { // field_3195 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3195) == "") { ?>
		<th data-name="field_3195" class="<?php echo $wp_wpl_properties_list->field_3195->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3195" class="wp_wpl_properties_field_3195"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3195->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3195" class="<?php echo $wp_wpl_properties_list->field_3195->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3195) ?>', 2);"><div id="elh_wp_wpl_properties_field_3195" class="wp_wpl_properties_field_3195">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3195->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3195->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3195->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3114_en_us->Visible) { // field_3114_en_us ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3114_en_us) == "") { ?>
		<th data-name="field_3114_en_us" class="<?php echo $wp_wpl_properties_list->field_3114_en_us->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3114_en_us" class="wp_wpl_properties_field_3114_en_us"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3114_en_us->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3114_en_us" class="<?php echo $wp_wpl_properties_list->field_3114_en_us->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3114_en_us) ?>', 2);"><div id="elh_wp_wpl_properties_field_3114_en_us" class="wp_wpl_properties_field_3114_en_us">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3114_en_us->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3114_en_us->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3114_en_us->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3114_fr_fr->Visible) { // field_3114_fr_fr ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3114_fr_fr) == "") { ?>
		<th data-name="field_3114_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3114_fr_fr->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3114_fr_fr" class="wp_wpl_properties_field_3114_fr_fr"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3114_fr_fr->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3114_fr_fr" class="<?php echo $wp_wpl_properties_list->field_3114_fr_fr->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3114_fr_fr) ?>', 2);"><div id="elh_wp_wpl_properties_field_3114_fr_fr" class="wp_wpl_properties_field_3114_fr_fr">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3114_fr_fr->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3114_fr_fr->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3114_fr_fr->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->n_3196->Visible) { // n_3196 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196) == "") { ?>
		<th data-name="n_3196" class="<?php echo $wp_wpl_properties_list->n_3196->headerCellClass() ?>"><div id="elh_wp_wpl_properties_n_3196" class="wp_wpl_properties_n_3196"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="n_3196" class="<?php echo $wp_wpl_properties_list->n_3196->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196) ?>', 2);"><div id="elh_wp_wpl_properties_n_3196" class="wp_wpl_properties_n_3196">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->n_3196->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->n_3196->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->n_3196_distance->Visible) { // n_3196_distance ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196_distance) == "") { ?>
		<th data-name="n_3196_distance" class="<?php echo $wp_wpl_properties_list->n_3196_distance->headerCellClass() ?>"><div id="elh_wp_wpl_properties_n_3196_distance" class="wp_wpl_properties_n_3196_distance"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196_distance->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="n_3196_distance" class="<?php echo $wp_wpl_properties_list->n_3196_distance->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196_distance) ?>', 2);"><div id="elh_wp_wpl_properties_n_3196_distance" class="wp_wpl_properties_n_3196_distance">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196_distance->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->n_3196_distance->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->n_3196_distance->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->n_3196_distance_by->Visible) { // n_3196_distance_by ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196_distance_by) == "") { ?>
		<th data-name="n_3196_distance_by" class="<?php echo $wp_wpl_properties_list->n_3196_distance_by->headerCellClass() ?>"><div id="elh_wp_wpl_properties_n_3196_distance_by" class="wp_wpl_properties_n_3196_distance_by"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196_distance_by->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="n_3196_distance_by" class="<?php echo $wp_wpl_properties_list->n_3196_distance_by->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->n_3196_distance_by) ?>', 2);"><div id="elh_wp_wpl_properties_n_3196_distance_by" class="wp_wpl_properties_n_3196_distance_by">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->n_3196_distance_by->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->n_3196_distance_by->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->n_3196_distance_by->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3197->Visible) { // field_3197 ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197) == "") { ?>
		<th data-name="field_3197" class="<?php echo $wp_wpl_properties_list->field_3197->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3197" class="wp_wpl_properties_field_3197"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3197" class="<?php echo $wp_wpl_properties_list->field_3197->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197) ?>', 2);"><div id="elh_wp_wpl_properties_field_3197" class="wp_wpl_properties_field_3197">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3197->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3197->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3197_si->Visible) { // field_3197_si ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197_si) == "") { ?>
		<th data-name="field_3197_si" class="<?php echo $wp_wpl_properties_list->field_3197_si->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3197_si" class="wp_wpl_properties_field_3197_si"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197_si->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3197_si" class="<?php echo $wp_wpl_properties_list->field_3197_si->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197_si) ?>', 2);"><div id="elh_wp_wpl_properties_field_3197_si" class="wp_wpl_properties_field_3197_si">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197_si->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3197_si->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3197_si->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($wp_wpl_properties_list->field_3197_unit->Visible) { // field_3197_unit ?>
	<?php if ($wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197_unit) == "") { ?>
		<th data-name="field_3197_unit" class="<?php echo $wp_wpl_properties_list->field_3197_unit->headerCellClass() ?>"><div id="elh_wp_wpl_properties_field_3197_unit" class="wp_wpl_properties_field_3197_unit"><div class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197_unit->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="field_3197_unit" class="<?php echo $wp_wpl_properties_list->field_3197_unit->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $wp_wpl_properties_list->SortUrl($wp_wpl_properties_list->field_3197_unit) ?>', 2);"><div id="elh_wp_wpl_properties_field_3197_unit" class="wp_wpl_properties_field_3197_unit">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $wp_wpl_properties_list->field_3197_unit->caption() ?></span><span class="ew-table-header-sort"><?php if ($wp_wpl_properties_list->field_3197_unit->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($wp_wpl_properties_list->field_3197_unit->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php

// Render list options (header, right)
$wp_wpl_properties_list->ListOptions->render("header", "right");
?>
	</tr>
</thead>
<tbody>
<?php
if ($wp_wpl_properties_list->ExportAll && $wp_wpl_properties_list->isExport()) {
	$wp_wpl_properties_list->StopRecord = $wp_wpl_properties_list->TotalRecords;
} else {

	// Set the last record to display
	if ($wp_wpl_properties_list->TotalRecords > $wp_wpl_properties_list->StartRecord + $wp_wpl_properties_list->DisplayRecords - 1)
		$wp_wpl_properties_list->StopRecord = $wp_wpl_properties_list->StartRecord + $wp_wpl_properties_list->DisplayRecords - 1;
	else
		$wp_wpl_properties_list->StopRecord = $wp_wpl_properties_list->TotalRecords;
}
$wp_wpl_properties_list->RecordCount = $wp_wpl_properties_list->StartRecord - 1;
if ($wp_wpl_properties_list->Recordset && !$wp_wpl_properties_list->Recordset->EOF) {
	$wp_wpl_properties_list->Recordset->moveFirst();
	$selectLimit = $wp_wpl_properties_list->UseSelectLimit;
	if (!$selectLimit && $wp_wpl_properties_list->StartRecord > 1)
		$wp_wpl_properties_list->Recordset->move($wp_wpl_properties_list->StartRecord - 1);
} elseif (!$wp_wpl_properties->AllowAddDeleteRow && $wp_wpl_properties_list->StopRecord == 0) {
	$wp_wpl_properties_list->StopRecord = $wp_wpl_properties->GridAddRowCount;
}

// Initialize aggregate
$wp_wpl_properties->RowType = ROWTYPE_AGGREGATEINIT;
$wp_wpl_properties->resetAttributes();
$wp_wpl_properties_list->renderRow();
while ($wp_wpl_properties_list->RecordCount < $wp_wpl_properties_list->StopRecord) {
	$wp_wpl_properties_list->RecordCount++;
	if ($wp_wpl_properties_list->RecordCount >= $wp_wpl_properties_list->StartRecord) {
		$wp_wpl_properties_list->RowCount++;

		// Set up key count
		$wp_wpl_properties_list->KeyCount = $wp_wpl_properties_list->RowIndex;

		// Init row class and style
		$wp_wpl_properties->resetAttributes();
		$wp_wpl_properties->CssClass = "";
		if ($wp_wpl_properties_list->isGridAdd()) {
		} else {
			$wp_wpl_properties_list->loadRowValues($wp_wpl_properties_list->Recordset); // Load row values
		}
		$wp_wpl_properties->RowType = ROWTYPE_VIEW; // Render view

		// Set up row id / data-rowindex
		$wp_wpl_properties->RowAttrs->merge(["data-rowindex" => $wp_wpl_properties_list->RowCount, "id" => "r" . $wp_wpl_properties_list->RowCount . "_wp_wpl_properties", "data-rowtype" => $wp_wpl_properties->RowType]);

		// Render row
		$wp_wpl_properties_list->renderRow();

		// Render list options
		$wp_wpl_properties_list->renderListOptions();
?>
	<tr <?php echo $wp_wpl_properties->rowAttributes() ?>>
<?php

// Render list options (body, left)
$wp_wpl_properties_list->ListOptions->render("body", "left", $wp_wpl_properties_list->RowCount);
?>
	<?php if ($wp_wpl_properties_list->id->Visible) { // id ?>
		<td data-name="id" <?php echo $wp_wpl_properties_list->id->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_id">
<span<?php echo $wp_wpl_properties_list->id->viewAttributes() ?>><?php echo $wp_wpl_properties_list->id->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3119->Visible) { // field_3119 ?>
		<td data-name="field_3119" <?php echo $wp_wpl_properties_list->field_3119->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3119">
<span<?php echo $wp_wpl_properties_list->field_3119->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3119->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3119_en_us->Visible) { // field_3119_en_us ?>
		<td data-name="field_3119_en_us" <?php echo $wp_wpl_properties_list->field_3119_en_us->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3119_en_us">
<span<?php echo $wp_wpl_properties_list->field_3119_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3119_en_us->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3119_fr_fr->Visible) { // field_3119_fr_fr ?>
		<td data-name="field_3119_fr_fr" <?php echo $wp_wpl_properties_list->field_3119_fr_fr->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3119_fr_fr">
<span<?php echo $wp_wpl_properties_list->field_3119_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3119_fr_fr->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3120->Visible) { // field_3120 ?>
		<td data-name="field_3120" <?php echo $wp_wpl_properties_list->field_3120->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3120">
<span<?php echo $wp_wpl_properties_list->field_3120->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3120->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3120_en_us->Visible) { // field_3120_en_us ?>
		<td data-name="field_3120_en_us" <?php echo $wp_wpl_properties_list->field_3120_en_us->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3120_en_us">
<span<?php echo $wp_wpl_properties_list->field_3120_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3120_en_us->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3120_fr_fr->Visible) { // field_3120_fr_fr ?>
		<td data-name="field_3120_fr_fr" <?php echo $wp_wpl_properties_list->field_3120_fr_fr->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3120_fr_fr">
<span<?php echo $wp_wpl_properties_list->field_3120_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3120_fr_fr->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3190->Visible) { // field_3190 ?>
		<td data-name="field_3190" <?php echo $wp_wpl_properties_list->field_3190->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3190">
<span<?php echo $wp_wpl_properties_list->field_3190->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3190->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3192->Visible) { // field_3192 ?>
		<td data-name="field_3192" <?php echo $wp_wpl_properties_list->field_3192->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3192">
<span<?php echo $wp_wpl_properties_list->field_3192->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3192->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3193->Visible) { // field_3193 ?>
		<td data-name="field_3193" <?php echo $wp_wpl_properties_list->field_3193->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3193">
<span<?php echo $wp_wpl_properties_list->field_3193->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3193->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3195->Visible) { // field_3195 ?>
		<td data-name="field_3195" <?php echo $wp_wpl_properties_list->field_3195->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3195">
<span<?php echo $wp_wpl_properties_list->field_3195->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3195->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3114_en_us->Visible) { // field_3114_en_us ?>
		<td data-name="field_3114_en_us" <?php echo $wp_wpl_properties_list->field_3114_en_us->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3114_en_us">
<span<?php echo $wp_wpl_properties_list->field_3114_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3114_en_us->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3114_fr_fr->Visible) { // field_3114_fr_fr ?>
		<td data-name="field_3114_fr_fr" <?php echo $wp_wpl_properties_list->field_3114_fr_fr->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3114_fr_fr">
<span<?php echo $wp_wpl_properties_list->field_3114_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3114_fr_fr->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->n_3196->Visible) { // n_3196 ?>
		<td data-name="n_3196" <?php echo $wp_wpl_properties_list->n_3196->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_n_3196">
<span<?php echo $wp_wpl_properties_list->n_3196->viewAttributes() ?>><?php echo $wp_wpl_properties_list->n_3196->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->n_3196_distance->Visible) { // n_3196_distance ?>
		<td data-name="n_3196_distance" <?php echo $wp_wpl_properties_list->n_3196_distance->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_n_3196_distance">
<span<?php echo $wp_wpl_properties_list->n_3196_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_list->n_3196_distance->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->n_3196_distance_by->Visible) { // n_3196_distance_by ?>
		<td data-name="n_3196_distance_by" <?php echo $wp_wpl_properties_list->n_3196_distance_by->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_n_3196_distance_by">
<span<?php echo $wp_wpl_properties_list->n_3196_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_list->n_3196_distance_by->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3197->Visible) { // field_3197 ?>
		<td data-name="field_3197" <?php echo $wp_wpl_properties_list->field_3197->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3197">
<span<?php echo $wp_wpl_properties_list->field_3197->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3197->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3197_si->Visible) { // field_3197_si ?>
		<td data-name="field_3197_si" <?php echo $wp_wpl_properties_list->field_3197_si->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3197_si">
<span<?php echo $wp_wpl_properties_list->field_3197_si->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3197_si->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($wp_wpl_properties_list->field_3197_unit->Visible) { // field_3197_unit ?>
		<td data-name="field_3197_unit" <?php echo $wp_wpl_properties_list->field_3197_unit->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties_list->RowCount ?>_wp_wpl_properties_field_3197_unit">
<span<?php echo $wp_wpl_properties_list->field_3197_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_list->field_3197_unit->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
<?php

// Render list options (body, right)
$wp_wpl_properties_list->ListOptions->render("body", "right", $wp_wpl_properties_list->RowCount);
?>
	</tr>
<?php
	}
	if (!$wp_wpl_properties_list->isGridAdd())
		$wp_wpl_properties_list->Recordset->moveNext();
}
?>
</tbody>
</table><!-- /.ew-table -->
<?php } ?>
</div><!-- /.ew-grid-middle-panel -->
<?php if (!$wp_wpl_properties->CurrentAction) { ?>
<input type="hidden" name="action" id="action" value="">
<?php } ?>
</form><!-- /.ew-list-form -->
<?php

// Close recordset
if ($wp_wpl_properties_list->Recordset)
	$wp_wpl_properties_list->Recordset->Close();
?>
<?php if (!$wp_wpl_properties_list->isExport()) { ?>
<div class="card-footer ew-grid-lower-panel">
<?php if (!$wp_wpl_properties_list->isGridAdd()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $wp_wpl_properties_list->Pager->render() ?>
</form>
<?php } ?>
<div class="ew-list-other-options">
<?php $wp_wpl_properties_list->OtherOptions->render("body", "bottom") ?>
</div>
<div class="clearfix"></div>
</div>
<?php } ?>
</div><!-- /.ew-grid -->
<?php } ?>
<?php if ($wp_wpl_properties_list->TotalRecords == 0 && !$wp_wpl_properties->CurrentAction) { // Show other options ?>
<div class="ew-list-other-options">
<?php $wp_wpl_properties_list->OtherOptions->render("body") ?>
</div>
<div class="clearfix"></div>
<?php } ?>
<?php
$wp_wpl_properties_list->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$wp_wpl_properties_list->isExport()) { ?>
<script>
loadjs.ready("load", function() {

	// Startup script
	// Write your table-specific startup script here
	// console.log("page loaded");

});
</script>
<?php } ?>
<?php include_once "footer.php"; ?>
<?php
$wp_wpl_properties_list->terminate();
?>

Hry