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/wp_wpl_properties2delete.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_properties2_delete = new wp_wpl_properties2_delete();

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

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

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

// Page Rendering event
$wp_wpl_properties2_delete->Page_Render();
?>
<?php include_once "header.php"; ?>
<script>
var fwp_wpl_properties2delete, currentPageID;
loadjs.ready("head", function() {

	// Form object
	currentPageID = ew.PAGE_ID = "delete";
	fwp_wpl_properties2delete = currentForm = new ew.Form("fwp_wpl_properties2delete", "delete");
	loadjs.done("fwp_wpl_properties2delete");
});
</script>
<script>
loadjs.ready("head", function() {

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

});
</script>
<?php $wp_wpl_properties2_delete->showPageHeader(); ?>
<?php
$wp_wpl_properties2_delete->showMessage();
?>
<form name="fwp_wpl_properties2delete" id="fwp_wpl_properties2delete" class="form-inline ew-form ew-delete-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_properties2">
<input type="hidden" name="action" id="action" value="delete">
<?php foreach ($wp_wpl_properties2_delete->RecKeys as $key) { ?>
<?php $keyvalue = is_array($key) ? implode(Config("COMPOSITE_KEY_SEPARATOR"), $key) : $key; ?>
<input type="hidden" name="key_m[]" value="<?php echo HtmlEncode($keyvalue) ?>">
<?php } ?>
<div class="card ew-card ew-grid">
<div class="<?php echo ResponsiveTableClass() ?>card-body ew-grid-middle-panel">
<table class="table ew-table">
	<thead>
	<tr class="ew-table-header">
<?php if ($wp_wpl_properties2_delete->id->Visible) { // id ?>
		<th class="<?php echo $wp_wpl_properties2_delete->id->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_id" class="wp_wpl_properties2_id"><?php echo $wp_wpl_properties2_delete->id->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->att_numb->Visible) { // att_numb ?>
		<th class="<?php echo $wp_wpl_properties2_delete->att_numb->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_att_numb" class="wp_wpl_properties2_att_numb"><?php echo $wp_wpl_properties2_delete->att_numb->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->sent_numb->Visible) { // sent_numb ?>
		<th class="<?php echo $wp_wpl_properties2_delete->sent_numb->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_sent_numb" class="wp_wpl_properties2_sent_numb"><?php echo $wp_wpl_properties2_delete->sent_numb->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->contact_numb->Visible) { // contact_numb ?>
		<th class="<?php echo $wp_wpl_properties2_delete->contact_numb->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_contact_numb" class="wp_wpl_properties2_contact_numb"><?php echo $wp_wpl_properties2_delete->contact_numb->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->inc_in_listings_numb->Visible) { // inc_in_listings_numb ?>
		<th class="<?php echo $wp_wpl_properties2_delete->inc_in_listings_numb->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_inc_in_listings_numb" class="wp_wpl_properties2_inc_in_listings_numb"><?php echo $wp_wpl_properties2_delete->inc_in_listings_numb->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->visit_time->Visible) { // visit_time ?>
		<th class="<?php echo $wp_wpl_properties2_delete->visit_time->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_visit_time" class="wp_wpl_properties2_visit_time"><?php echo $wp_wpl_properties2_delete->visit_time->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->visit_date->Visible) { // visit_date ?>
		<th class="<?php echo $wp_wpl_properties2_delete->visit_date->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_visit_date" class="wp_wpl_properties2_visit_date"><?php echo $wp_wpl_properties2_delete->visit_date->caption() ?></span></th>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->vids_numb->Visible) { // vids_numb ?>
		<th class="<?php echo $wp_wpl_properties2_delete->vids_numb->headerCellClass() ?>"><span id="elh_wp_wpl_properties2_vids_numb" class="wp_wpl_properties2_vids_numb"><?php echo $wp_wpl_properties2_delete->vids_numb->caption() ?></span></th>
<?php } ?>
	</tr>
	</thead>
	<tbody>
<?php
$wp_wpl_properties2_delete->RecordCount = 0;
$i = 0;
while (!$wp_wpl_properties2_delete->Recordset->EOF) {
	$wp_wpl_properties2_delete->RecordCount++;
	$wp_wpl_properties2_delete->RowCount++;

	// Set row properties
	$wp_wpl_properties2->resetAttributes();
	$wp_wpl_properties2->RowType = ROWTYPE_VIEW; // View

	// Get the field contents
	$wp_wpl_properties2_delete->loadRowValues($wp_wpl_properties2_delete->Recordset);

	// Render row
	$wp_wpl_properties2_delete->renderRow();
?>
	<tr <?php echo $wp_wpl_properties2->rowAttributes() ?>>
<?php if ($wp_wpl_properties2_delete->id->Visible) { // id ?>
		<td <?php echo $wp_wpl_properties2_delete->id->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_id" class="wp_wpl_properties2_id">
<span<?php echo $wp_wpl_properties2_delete->id->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->id->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->att_numb->Visible) { // att_numb ?>
		<td <?php echo $wp_wpl_properties2_delete->att_numb->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_att_numb" class="wp_wpl_properties2_att_numb">
<span<?php echo $wp_wpl_properties2_delete->att_numb->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->att_numb->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->sent_numb->Visible) { // sent_numb ?>
		<td <?php echo $wp_wpl_properties2_delete->sent_numb->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_sent_numb" class="wp_wpl_properties2_sent_numb">
<span<?php echo $wp_wpl_properties2_delete->sent_numb->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->sent_numb->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->contact_numb->Visible) { // contact_numb ?>
		<td <?php echo $wp_wpl_properties2_delete->contact_numb->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_contact_numb" class="wp_wpl_properties2_contact_numb">
<span<?php echo $wp_wpl_properties2_delete->contact_numb->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->contact_numb->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->inc_in_listings_numb->Visible) { // inc_in_listings_numb ?>
		<td <?php echo $wp_wpl_properties2_delete->inc_in_listings_numb->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_inc_in_listings_numb" class="wp_wpl_properties2_inc_in_listings_numb">
<span<?php echo $wp_wpl_properties2_delete->inc_in_listings_numb->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->inc_in_listings_numb->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->visit_time->Visible) { // visit_time ?>
		<td <?php echo $wp_wpl_properties2_delete->visit_time->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_visit_time" class="wp_wpl_properties2_visit_time">
<span<?php echo $wp_wpl_properties2_delete->visit_time->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->visit_time->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->visit_date->Visible) { // visit_date ?>
		<td <?php echo $wp_wpl_properties2_delete->visit_date->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_visit_date" class="wp_wpl_properties2_visit_date">
<span<?php echo $wp_wpl_properties2_delete->visit_date->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->visit_date->getViewValue() ?></span>
</span>
</td>
<?php } ?>
<?php if ($wp_wpl_properties2_delete->vids_numb->Visible) { // vids_numb ?>
		<td <?php echo $wp_wpl_properties2_delete->vids_numb->cellAttributes() ?>>
<span id="el<?php echo $wp_wpl_properties2_delete->RowCount ?>_wp_wpl_properties2_vids_numb" class="wp_wpl_properties2_vids_numb">
<span<?php echo $wp_wpl_properties2_delete->vids_numb->viewAttributes() ?>><?php echo $wp_wpl_properties2_delete->vids_numb->getViewValue() ?></span>
</span>
</td>
<?php } ?>
	</tr>
<?php
	$wp_wpl_properties2_delete->Recordset->moveNext();
}
$wp_wpl_properties2_delete->Recordset->close();
?>
</tbody>
</table>
</div>
</div>
<div>
<button class="btn btn-primary ew-btn" name="btn-action" id="btn-action" type="submit"><?php echo $Language->phrase("DeleteBtn") ?></button>
<button class="btn btn-default ew-btn" name="btn-cancel" id="btn-cancel" type="button" data-href="<?php echo $wp_wpl_properties2_delete->getReturnUrl() ?>"><?php echo $Language->phrase("CancelBtn") ?></button>
</div>
</form>
<?php
$wp_wpl_properties2_delete->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<script>
loadjs.ready("load", function() {

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

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

Hry