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_property_notesview.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_property_notes_view = new wp_property_notes_view();

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

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

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

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

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

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

});
</script>
<?php } ?>
<?php if (!$wp_property_notes_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $wp_property_notes_view->ExportOptions->render("body") ?>
<?php $wp_property_notes_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $wp_property_notes_view->showPageHeader(); ?>
<?php
$wp_property_notes_view->showMessage();
?>
<?php if (!$wp_property_notes_view->IsModal) { ?>
<?php if (!$wp_property_notes_view->isExport()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $wp_property_notes_view->Pager->render() ?>
<div class="clearfix"></div>
</form>
<?php } ?>
<?php } ?>
<form name="fwp_property_notesview" id="fwp_property_notesview" 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_property_notes">
<input type="hidden" name="modal" value="<?php echo (int)$wp_property_notes_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($wp_property_notes_view->NoteDate->Visible) { // NoteDate ?>
	<tr id="r_NoteDate">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_NoteDate"><?php echo $wp_property_notes_view->NoteDate->caption() ?></span></td>
		<td data-name="NoteDate" <?php echo $wp_property_notes_view->NoteDate->cellAttributes() ?>>
<span id="el_wp_property_notes_NoteDate">
<span<?php echo $wp_property_notes_view->NoteDate->viewAttributes() ?>><?php echo $wp_property_notes_view->NoteDate->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_property_notes_view->Address->Visible) { // Address ?>
	<tr id="r_Address">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_Address"><?php echo $wp_property_notes_view->Address->caption() ?></span></td>
		<td data-name="Address" <?php echo $wp_property_notes_view->Address->cellAttributes() ?>>
<span id="el_wp_property_notes_Address">
<span<?php echo $wp_property_notes_view->Address->viewAttributes() ?>><?php echo $wp_property_notes_view->Address->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_property_notes_view->Town->Visible) { // Town ?>
	<tr id="r_Town">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_Town"><?php echo $wp_property_notes_view->Town->caption() ?></span></td>
		<td data-name="Town" <?php echo $wp_property_notes_view->Town->cellAttributes() ?>>
<span id="el_wp_property_notes_Town">
<span<?php echo $wp_property_notes_view->Town->viewAttributes() ?>><?php echo $wp_property_notes_view->Town->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_property_notes_view->OwnerID->Visible) { // OwnerID ?>
	<tr id="r_OwnerID">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_OwnerID"><?php echo $wp_property_notes_view->OwnerID->caption() ?></span></td>
		<td data-name="OwnerID" <?php echo $wp_property_notes_view->OwnerID->cellAttributes() ?>>
<span id="el_wp_property_notes_OwnerID">
<span<?php echo $wp_property_notes_view->OwnerID->viewAttributes() ?>><?php echo $wp_property_notes_view->OwnerID->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_property_notes_view->AgentID->Visible) { // AgentID ?>
	<tr id="r_AgentID">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_AgentID"><?php echo $wp_property_notes_view->AgentID->caption() ?></span></td>
		<td data-name="AgentID" <?php echo $wp_property_notes_view->AgentID->cellAttributes() ?>>
<span id="el_wp_property_notes_AgentID">
<span<?php echo $wp_property_notes_view->AgentID->viewAttributes() ?>><?php echo $wp_property_notes_view->AgentID->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_property_notes_view->Note->Visible) { // Note ?>
	<tr id="r_Note">
		<td class="<?php echo $wp_property_notes_view->TableLeftColumnClass ?>"><span id="elh_wp_property_notes_Note"><?php echo $wp_property_notes_view->Note->caption() ?></span></td>
		<td data-name="Note" <?php echo $wp_property_notes_view->Note->cellAttributes() ?>>
<span id="el_wp_property_notes_Note">
<span<?php echo $wp_property_notes_view->Note->viewAttributes() ?>><?php echo $wp_property_notes_view->Note->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
<?php if (!$wp_property_notes_view->IsModal) { ?>
<?php if (!$wp_property_notes_view->isExport()) { ?>
<?php echo $wp_property_notes_view->Pager->render() ?>
<div class="clearfix"></div>
<?php } ?>
<?php } ?>
</form>
<?php
$wp_property_notes_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$wp_property_notes_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_property_notes_view->terminate();
?>

Hry