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/public_html/adminAR/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/public_html/adminAR/_5yearscleanuplist.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
$_5yearscleanup_list = new _5yearscleanup_list();

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

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

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

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

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

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

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

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

	// Form_CustomValidate
	f_5yearscleanuplistsrch.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
	f_5yearscleanuplistsrch.validateRequired = <?php echo Config("CLIENT_VALIDATE") ? "true" : "false" ?>;

	// Dynamic selection lists
	f_5yearscleanuplistsrch.lists["x_OwnerID"] = <?php echo $_5yearscleanup_list->OwnerID->Lookup->toClientList($_5yearscleanup_list) ?>;
	f_5yearscleanuplistsrch.lists["x_OwnerID"].options = <?php echo JsonEncode($_5yearscleanup_list->OwnerID->lookupOptions()) ?>;
	f_5yearscleanuplistsrch.autoSuggests["x_OwnerID"] = <?php echo json_encode(["data" => "ajax=autosuggest"]) ?>;
	f_5yearscleanuplistsrch.lists["x_Address"] = <?php echo $_5yearscleanup_list->Address->Lookup->toClientList($_5yearscleanup_list) ?>;
	f_5yearscleanuplistsrch.lists["x_Address"].options = <?php echo JsonEncode($_5yearscleanup_list->Address->lookupOptions()) ?>;
	f_5yearscleanuplistsrch.autoSuggests["x_Address"] = <?php echo json_encode(["data" => "ajax=autosuggest"]) ?>;

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

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

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

// Render search row
$_5yearscleanup->RowType = ROWTYPE_SEARCH;
$_5yearscleanup->resetAttributes();
$_5yearscleanup_list->renderRow();
?>
<?php if ($_5yearscleanup_list->OwnerID->Visible) { // OwnerID ?>
	<?php
		$_5yearscleanup_list->SearchColumnCount++;
		if (($_5yearscleanup_list->SearchColumnCount - 1) % $_5yearscleanup_list->SearchFieldsPerRow == 0) {
			$_5yearscleanup_list->SearchRowCount++;
	?>
<div id="xsr_<?php echo $_5yearscleanup_list->SearchRowCount ?>" class="ew-row d-sm-flex">
	<?php
		}
	 ?>
	<div id="xsc_OwnerID" class="ew-cell form-group">
		<label class="ew-search-caption ew-label"><?php echo $_5yearscleanup_list->OwnerID->caption() ?></label>
		<span class="ew-search-operator">
<?php echo $Language->phrase("=") ?>
<input type="hidden" name="z_OwnerID" id="z_OwnerID" value="=">
</span>
		<span id="el__5yearscleanup_OwnerID" class="ew-search-field">
<?php
$onchange = $_5yearscleanup_list->OwnerID->EditAttrs->prepend("onchange", "");
$onchange = ($onchange) ? ' onchange="' . JsEncode($onchange) . '"' : '';
$_5yearscleanup_list->OwnerID->EditAttrs["onchange"] = "";
?>
<span id="as_x_OwnerID">
	<input type="text" class="form-control" name="sv_x_OwnerID" id="sv_x_OwnerID" value="<?php echo RemoveHtml($_5yearscleanup_list->OwnerID->EditValue) ?>" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($_5yearscleanup_list->OwnerID->getPlaceHolder()) ?>" data-placeholder="<?php echo HtmlEncode($_5yearscleanup_list->OwnerID->getPlaceHolder()) ?>"<?php echo $_5yearscleanup_list->OwnerID->editAttributes() ?>>
</span>
<input type="hidden" data-table="_5yearscleanup" data-field="x_OwnerID" data-value-separator="<?php echo $_5yearscleanup_list->OwnerID->displayValueSeparatorAttribute() ?>" name="x_OwnerID" id="x_OwnerID" value="<?php echo HtmlEncode($_5yearscleanup_list->OwnerID->AdvancedSearch->SearchValue) ?>"<?php echo $onchange ?>>
<script>
loadjs.ready(["f_5yearscleanuplistsrch"], function() {
	f_5yearscleanuplistsrch.createAutoSuggest({"id":"x_OwnerID","forceSelect":false});
});
</script>
<?php echo $_5yearscleanup_list->OwnerID->Lookup->getParamTag($_5yearscleanup_list, "p_x_OwnerID") ?>
</span>
	</div>
	<?php if ($_5yearscleanup_list->SearchColumnCount % $_5yearscleanup_list->SearchFieldsPerRow == 0) { ?>
</div>
	<?php } ?>
<?php } ?>
<?php if ($_5yearscleanup_list->NoteDate->Visible) { // NoteDate ?>
	<?php
		$_5yearscleanup_list->SearchColumnCount++;
		if (($_5yearscleanup_list->SearchColumnCount - 1) % $_5yearscleanup_list->SearchFieldsPerRow == 0) {
			$_5yearscleanup_list->SearchRowCount++;
	?>
<div id="xsr_<?php echo $_5yearscleanup_list->SearchRowCount ?>" class="ew-row d-sm-flex">
	<?php
		}
	 ?>
	<div id="xsc_NoteDate" class="ew-cell form-group">
		<label for="x_NoteDate" class="ew-search-caption ew-label"><?php echo $_5yearscleanup_list->NoteDate->caption() ?></label>
		<span class="ew-search-operator">
<?php echo $Language->phrase("BETWEEN") ?>
<input type="hidden" name="z_NoteDate" id="z_NoteDate" value="BETWEEN">
</span>
		<span id="el__5yearscleanup_NoteDate" class="ew-search-field">
<input type="text" data-table="_5yearscleanup" data-field="x_NoteDate" data-format="109" name="x_NoteDate" id="x_NoteDate" maxlength="19" placeholder="<?php echo HtmlEncode($_5yearscleanup_list->NoteDate->getPlaceHolder()) ?>" value="<?php echo $_5yearscleanup_list->NoteDate->EditValue ?>"<?php echo $_5yearscleanup_list->NoteDate->editAttributes() ?>>
<?php if (!$_5yearscleanup_list->NoteDate->ReadOnly && !$_5yearscleanup_list->NoteDate->Disabled && !isset($_5yearscleanup_list->NoteDate->EditAttrs["readonly"]) && !isset($_5yearscleanup_list->NoteDate->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["f_5yearscleanuplistsrch", "datetimepicker"], function() {
	ew.createDateTimePicker("f_5yearscleanuplistsrch", "x_NoteDate", {"ignoreReadonly":true,"useCurrent":false,"format":109});
});
</script>
<?php } ?>
</span>
		<span class="ew-search-and"><label><?php echo $Language->phrase("AND") ?></label></span>
		<span id="el2__5yearscleanup_NoteDate" class="ew-search-field2">
<input type="text" data-table="_5yearscleanup" data-field="x_NoteDate" data-format="109" name="y_NoteDate" id="y_NoteDate" maxlength="19" placeholder="<?php echo HtmlEncode($_5yearscleanup_list->NoteDate->getPlaceHolder()) ?>" value="<?php echo $_5yearscleanup_list->NoteDate->EditValue2 ?>"<?php echo $_5yearscleanup_list->NoteDate->editAttributes() ?>>
<?php if (!$_5yearscleanup_list->NoteDate->ReadOnly && !$_5yearscleanup_list->NoteDate->Disabled && !isset($_5yearscleanup_list->NoteDate->EditAttrs["readonly"]) && !isset($_5yearscleanup_list->NoteDate->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["f_5yearscleanuplistsrch", "datetimepicker"], function() {
	ew.createDateTimePicker("f_5yearscleanuplistsrch", "y_NoteDate", {"ignoreReadonly":true,"useCurrent":false,"format":109});
});
</script>
<?php } ?>
</span>
	</div>
	<?php if ($_5yearscleanup_list->SearchColumnCount % $_5yearscleanup_list->SearchFieldsPerRow == 0) { ?>
</div>
	<?php } ?>
<?php } ?>
<?php if ($_5yearscleanup_list->Address->Visible) { // Address ?>
	<?php
		$_5yearscleanup_list->SearchColumnCount++;
		if (($_5yearscleanup_list->SearchColumnCount - 1) % $_5yearscleanup_list->SearchFieldsPerRow == 0) {
			$_5yearscleanup_list->SearchRowCount++;
	?>
<div id="xsr_<?php echo $_5yearscleanup_list->SearchRowCount ?>" class="ew-row d-sm-flex">
	<?php
		}
	 ?>
	<div id="xsc_Address" class="ew-cell form-group">
		<label class="ew-search-caption ew-label"><?php echo $_5yearscleanup_list->Address->caption() ?></label>
		<span class="ew-search-operator">
<?php echo $Language->phrase("LIKE") ?>
<input type="hidden" name="z_Address" id="z_Address" value="LIKE">
</span>
		<span id="el__5yearscleanup_Address" class="ew-search-field">
<?php
$onchange = $_5yearscleanup_list->Address->EditAttrs->prepend("onchange", "");
$onchange = ($onchange) ? ' onchange="' . JsEncode($onchange) . '"' : '';
$_5yearscleanup_list->Address->EditAttrs["onchange"] = "";
?>
<span id="as_x_Address">
	<input type="text" class="form-control" name="sv_x_Address" id="sv_x_Address" value="<?php echo RemoveHtml($_5yearscleanup_list->Address->EditValue) ?>" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($_5yearscleanup_list->Address->getPlaceHolder()) ?>" data-placeholder="<?php echo HtmlEncode($_5yearscleanup_list->Address->getPlaceHolder()) ?>"<?php echo $_5yearscleanup_list->Address->editAttributes() ?>>
</span>
<input type="hidden" data-table="_5yearscleanup" data-field="x_Address" data-value-separator="<?php echo $_5yearscleanup_list->Address->displayValueSeparatorAttribute() ?>" name="x_Address" id="x_Address" value="<?php echo HtmlEncode($_5yearscleanup_list->Address->AdvancedSearch->SearchValue) ?>"<?php echo $onchange ?>>
<script>
loadjs.ready(["f_5yearscleanuplistsrch"], function() {
	f_5yearscleanuplistsrch.createAutoSuggest({"id":"x_Address","forceSelect":false});
});
</script>
<?php echo $_5yearscleanup_list->Address->Lookup->getParamTag($_5yearscleanup_list, "p_x_Address") ?>
</span>
	</div>
	<?php if ($_5yearscleanup_list->SearchColumnCount % $_5yearscleanup_list->SearchFieldsPerRow == 0) { ?>
</div>
	<?php } ?>
<?php } ?>
	<?php if ($_5yearscleanup_list->SearchColumnCount % $_5yearscleanup_list->SearchFieldsPerRow > 0) { ?>
</div>
	<?php } ?>
<div id="xsr_<?php echo $_5yearscleanup_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 $_5yearscleanup_list->showPageHeader(); ?>
<?php
$_5yearscleanup_list->showMessage();
?>
<?php if ($_5yearscleanup_list->TotalRecords > 0 || $_5yearscleanup->CurrentAction) { ?>
<div class="card ew-card ew-grid<?php if ($_5yearscleanup_list->isAddOrEdit()) { ?> ew-grid-add-edit<?php } ?> _5yearscleanup">
<?php if (!$_5yearscleanup_list->isExport()) { ?>
<div class="card-header ew-grid-upper-panel">
<?php if (!$_5yearscleanup_list->isGridAdd()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $_5yearscleanup_list->Pager->render() ?>
</form>
<?php } ?>
<div class="ew-list-other-options">
<?php $_5yearscleanup_list->OtherOptions->render("body") ?>
</div>
<div class="clearfix"></div>
</div>
<?php } ?>
<form name="f_5yearscleanuplist" id="f_5yearscleanuplist" 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="_5yearscleanup">
<div id="gmp__5yearscleanup" class="<?php echo ResponsiveTableClass() ?>card-body ew-grid-middle-panel">
<?php if ($_5yearscleanup_list->TotalRecords > 0 || $_5yearscleanup_list->isGridEdit()) { ?>
<table id="tbl__5yearscleanuplist" class="table ew-table"><!-- .ew-table -->
<thead>
	<tr class="ew-table-header">
<?php

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

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

// Render list options (header, left)
$_5yearscleanup_list->ListOptions->render("header", "left");
?>
<?php if ($_5yearscleanup_list->OwnerID->Visible) { // OwnerID ?>
	<?php if ($_5yearscleanup_list->SortUrl($_5yearscleanup_list->OwnerID) == "") { ?>
		<th data-name="OwnerID" class="<?php echo $_5yearscleanup_list->OwnerID->headerCellClass() ?>"><div id="elh__5yearscleanup_OwnerID" class="_5yearscleanup_OwnerID"><div class="ew-table-header-caption"><?php echo $_5yearscleanup_list->OwnerID->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="OwnerID" class="<?php echo $_5yearscleanup_list->OwnerID->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $_5yearscleanup_list->SortUrl($_5yearscleanup_list->OwnerID) ?>', 2);"><div id="elh__5yearscleanup_OwnerID" class="_5yearscleanup_OwnerID">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $_5yearscleanup_list->OwnerID->caption() ?></span><span class="ew-table-header-sort"><?php if ($_5yearscleanup_list->OwnerID->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($_5yearscleanup_list->OwnerID->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($_5yearscleanup_list->NoteDate->Visible) { // NoteDate ?>
	<?php if ($_5yearscleanup_list->SortUrl($_5yearscleanup_list->NoteDate) == "") { ?>
		<th data-name="NoteDate" class="<?php echo $_5yearscleanup_list->NoteDate->headerCellClass() ?>"><div id="elh__5yearscleanup_NoteDate" class="_5yearscleanup_NoteDate"><div class="ew-table-header-caption"><?php echo $_5yearscleanup_list->NoteDate->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="NoteDate" class="<?php echo $_5yearscleanup_list->NoteDate->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $_5yearscleanup_list->SortUrl($_5yearscleanup_list->NoteDate) ?>', 2);"><div id="elh__5yearscleanup_NoteDate" class="_5yearscleanup_NoteDate">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $_5yearscleanup_list->NoteDate->caption() ?></span><span class="ew-table-header-sort"><?php if ($_5yearscleanup_list->NoteDate->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($_5yearscleanup_list->NoteDate->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php if ($_5yearscleanup_list->Address->Visible) { // Address ?>
	<?php if ($_5yearscleanup_list->SortUrl($_5yearscleanup_list->Address) == "") { ?>
		<th data-name="Address" class="<?php echo $_5yearscleanup_list->Address->headerCellClass() ?>"><div id="elh__5yearscleanup_Address" class="_5yearscleanup_Address"><div class="ew-table-header-caption"><?php echo $_5yearscleanup_list->Address->caption() ?></div></div></th>
	<?php } else { ?>
		<th data-name="Address" class="<?php echo $_5yearscleanup_list->Address->headerCellClass() ?>"><div class="ew-pointer" onclick="ew.sort(event, '<?php echo $_5yearscleanup_list->SortUrl($_5yearscleanup_list->Address) ?>', 2);"><div id="elh__5yearscleanup_Address" class="_5yearscleanup_Address">
			<div class="ew-table-header-btn"><span class="ew-table-header-caption"><?php echo $_5yearscleanup_list->Address->caption() ?></span><span class="ew-table-header-sort"><?php if ($_5yearscleanup_list->Address->getSort() == "ASC") { ?><i class="fas fa-sort-up"></i><?php } elseif ($_5yearscleanup_list->Address->getSort() == "DESC") { ?><i class="fas fa-sort-down"></i><?php } ?></span></div>
		</div></div></th>
	<?php } ?>
<?php } ?>
<?php

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

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

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

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

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

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

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

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

// Render list options (body, left)
$_5yearscleanup_list->ListOptions->render("body", "left", $_5yearscleanup_list->RowCount);
?>
	<?php if ($_5yearscleanup_list->OwnerID->Visible) { // OwnerID ?>
		<td data-name="OwnerID" <?php echo $_5yearscleanup_list->OwnerID->cellAttributes() ?>>
<span id="el<?php echo $_5yearscleanup_list->RowCount ?>__5yearscleanup_OwnerID">
<span<?php echo $_5yearscleanup_list->OwnerID->viewAttributes() ?>><?php echo $_5yearscleanup_list->OwnerID->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($_5yearscleanup_list->NoteDate->Visible) { // NoteDate ?>
		<td data-name="NoteDate" <?php echo $_5yearscleanup_list->NoteDate->cellAttributes() ?>>
<span id="el<?php echo $_5yearscleanup_list->RowCount ?>__5yearscleanup_NoteDate">
<span<?php echo $_5yearscleanup_list->NoteDate->viewAttributes() ?>><?php echo $_5yearscleanup_list->NoteDate->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
	<?php if ($_5yearscleanup_list->Address->Visible) { // Address ?>
		<td data-name="Address" <?php echo $_5yearscleanup_list->Address->cellAttributes() ?>>
<span id="el<?php echo $_5yearscleanup_list->RowCount ?>__5yearscleanup_Address">
<span<?php echo $_5yearscleanup_list->Address->viewAttributes() ?>><?php echo $_5yearscleanup_list->Address->getViewValue() ?></span>
</span>
</td>
	<?php } ?>
<?php

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

// Close recordset
if ($_5yearscleanup_list->Recordset)
	$_5yearscleanup_list->Recordset->Close();
?>
<?php if (!$_5yearscleanup_list->isExport()) { ?>
<div class="card-footer ew-grid-lower-panel">
<?php if (!$_5yearscleanup_list->isGridAdd()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $_5yearscleanup_list->Pager->render() ?>
</form>
<?php } ?>
<div class="ew-list-other-options">
<?php $_5yearscleanup_list->OtherOptions->render("body", "bottom") ?>
</div>
<div class="clearfix"></div>
</div>
<?php } ?>
</div><!-- /.ew-grid -->
<?php } ?>
<?php if ($_5yearscleanup_list->TotalRecords == 0 && !$_5yearscleanup->CurrentAction) { // Show other options ?>
<div class="ew-list-other-options">
<?php $_5yearscleanup_list->OtherOptions->render("body") ?>
</div>
<div class="clearfix"></div>
<?php } ?>
<?php
$_5yearscleanup_list->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$_5yearscleanup_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
$_5yearscleanup_list->terminate();
?>

Hry