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/avantmaj.alliancerealty.nb.ca/adminAR/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/avantmaj.alliancerealty.nb.ca/adminAR/wp_wpl_addon_crm_remindersview.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_addon_crm_reminders_view = new wp_wpl_addon_crm_reminders_view();

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

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

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

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

	// Form object
	currentPageID = ew.PAGE_ID = "view";
	fwp_wpl_addon_crm_remindersview = currentForm = new ew.Form("fwp_wpl_addon_crm_remindersview", "view");
	loadjs.done("fwp_wpl_addon_crm_remindersview");
});
</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_addon_crm_reminders_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $wp_wpl_addon_crm_reminders_view->ExportOptions->render("body") ?>
<?php $wp_wpl_addon_crm_reminders_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $wp_wpl_addon_crm_reminders_view->showPageHeader(); ?>
<?php
$wp_wpl_addon_crm_reminders_view->showMessage();
?>
<?php if (!$wp_wpl_addon_crm_reminders_view->IsModal) { ?>
<?php if (!$wp_wpl_addon_crm_reminders_view->isExport()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $wp_wpl_addon_crm_reminders_view->Pager->render() ?>
<div class="clearfix"></div>
</form>
<?php } ?>
<?php } ?>
<form name="fwp_wpl_addon_crm_remindersview" id="fwp_wpl_addon_crm_remindersview" class="form-inline ew-form ew-view-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_addon_crm_reminders">
<input type="hidden" name="modal" value="<?php echo (int)$wp_wpl_addon_crm_reminders_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($wp_wpl_addon_crm_reminders_view->id->Visible) { // id ?>
	<tr id="r_id">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_id"><?php echo $wp_wpl_addon_crm_reminders_view->id->caption() ?></span></td>
		<td data-name="id" <?php echo $wp_wpl_addon_crm_reminders_view->id->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_id">
<span<?php echo $wp_wpl_addon_crm_reminders_view->id->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->owner->Visible) { // owner ?>
	<tr id="r_owner">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_owner"><?php echo $wp_wpl_addon_crm_reminders_view->owner->caption() ?></span></td>
		<td data-name="owner" <?php echo $wp_wpl_addon_crm_reminders_view->owner->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_owner">
<span<?php echo $wp_wpl_addon_crm_reminders_view->owner->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->owner->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->eid->Visible) { // eid ?>
	<tr id="r_eid">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_eid"><?php echo $wp_wpl_addon_crm_reminders_view->eid->caption() ?></span></td>
		<td data-name="eid" <?php echo $wp_wpl_addon_crm_reminders_view->eid->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_eid">
<span<?php echo $wp_wpl_addon_crm_reminders_view->eid->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->eid->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->title->Visible) { // title ?>
	<tr id="r_title">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_title"><?php echo $wp_wpl_addon_crm_reminders_view->title->caption() ?></span></td>
		<td data-name="title" <?php echo $wp_wpl_addon_crm_reminders_view->title->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_title">
<span<?php echo $wp_wpl_addon_crm_reminders_view->title->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->title->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->type->Visible) { // type ?>
	<tr id="r_type">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_type"><?php echo $wp_wpl_addon_crm_reminders_view->type->caption() ?></span></td>
		<td data-name="type" <?php echo $wp_wpl_addon_crm_reminders_view->type->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_type">
<span<?php echo $wp_wpl_addon_crm_reminders_view->type->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->type->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->date->Visible) { // date ?>
	<tr id="r_date">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_date"><?php echo $wp_wpl_addon_crm_reminders_view->date->caption() ?></span></td>
		<td data-name="date" <?php echo $wp_wpl_addon_crm_reminders_view->date->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_date">
<span<?php echo $wp_wpl_addon_crm_reminders_view->date->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->time->Visible) { // time ?>
	<tr id="r_time">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_time"><?php echo $wp_wpl_addon_crm_reminders_view->time->caption() ?></span></td>
		<td data-name="time" <?php echo $wp_wpl_addon_crm_reminders_view->time->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_time">
<span<?php echo $wp_wpl_addon_crm_reminders_view->time->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->time->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->comment->Visible) { // comment ?>
	<tr id="r_comment">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_comment"><?php echo $wp_wpl_addon_crm_reminders_view->comment->caption() ?></span></td>
		<td data-name="comment" <?php echo $wp_wpl_addon_crm_reminders_view->comment->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_comment">
<span<?php echo $wp_wpl_addon_crm_reminders_view->comment->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->comment->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_addon_crm_reminders_view->date_added->Visible) { // date_added ?>
	<tr id="r_date_added">
		<td class="<?php echo $wp_wpl_addon_crm_reminders_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_addon_crm_reminders_date_added"><?php echo $wp_wpl_addon_crm_reminders_view->date_added->caption() ?></span></td>
		<td data-name="date_added" <?php echo $wp_wpl_addon_crm_reminders_view->date_added->cellAttributes() ?>>
<span id="el_wp_wpl_addon_crm_reminders_date_added">
<span<?php echo $wp_wpl_addon_crm_reminders_view->date_added->viewAttributes() ?>><?php echo $wp_wpl_addon_crm_reminders_view->date_added->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
<?php if (!$wp_wpl_addon_crm_reminders_view->IsModal) { ?>
<?php if (!$wp_wpl_addon_crm_reminders_view->isExport()) { ?>
<?php echo $wp_wpl_addon_crm_reminders_view->Pager->render() ?>
<div class="clearfix"></div>
<?php } ?>
<?php } ?>
</form>
<?php
$wp_wpl_addon_crm_reminders_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$wp_wpl_addon_crm_reminders_view->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_addon_crm_reminders_view->terminate();
?>

Hry