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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/www/adminAR/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
$property_notes_view = new property_notes_view();

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

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

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

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

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

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

});
</script>
<?php } ?>
<?php if (!$property_notes_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $property_notes_view->ExportOptions->render("body") ?>
<?php $property_notes_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $property_notes_view->showPageHeader(); ?>
<?php
$property_notes_view->showMessage();
?>
<?php if (!$property_notes_view->IsModal) { ?>
<?php if (!$property_notes_view->isExport()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $property_notes_view->Pager->render() ?>
<div class="clearfix"></div>
</form>
<?php } ?>
<?php } ?>
<form name="fproperty_notesview" id="fproperty_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="property_notes">
<input type="hidden" name="modal" value="<?php echo (int)$property_notes_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($property_notes_view->ID->Visible) { // ID ?>
	<tr id="r_ID">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_ID"><?php echo $property_notes_view->ID->caption() ?></span></td>
		<td data-name="ID" <?php echo $property_notes_view->ID->cellAttributes() ?>>
<span id="el_property_notes_ID">
<span<?php echo $property_notes_view->ID->viewAttributes() ?>><?php echo $property_notes_view->ID->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->OwnerID->Visible) { // OwnerID ?>
	<tr id="r_OwnerID">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_OwnerID"><?php echo $property_notes_view->OwnerID->caption() ?></span></td>
		<td data-name="OwnerID" <?php echo $property_notes_view->OwnerID->cellAttributes() ?>>
<span id="el_property_notes_OwnerID">
<span<?php echo $property_notes_view->OwnerID->viewAttributes() ?>><?php echo $property_notes_view->OwnerID->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->Address->Visible) { // Address ?>
	<tr id="r_Address">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_Address"><?php echo $property_notes_view->Address->caption() ?></span></td>
		<td data-name="Address" <?php echo $property_notes_view->Address->cellAttributes() ?>>
<span id="el_property_notes_Address">
<span<?php echo $property_notes_view->Address->viewAttributes() ?>><?php echo $property_notes_view->Address->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->Town->Visible) { // Town ?>
	<tr id="r_Town">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_Town"><?php echo $property_notes_view->Town->caption() ?></span></td>
		<td data-name="Town" <?php echo $property_notes_view->Town->cellAttributes() ?>>
<span id="el_property_notes_Town">
<span<?php echo $property_notes_view->Town->viewAttributes() ?>><?php echo $property_notes_view->Town->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->Agent->Visible) { // Agent ?>
	<tr id="r_Agent">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_Agent"><?php echo $property_notes_view->Agent->caption() ?></span></td>
		<td data-name="Agent" <?php echo $property_notes_view->Agent->cellAttributes() ?>>
<span id="el_property_notes_Agent">
<span<?php echo $property_notes_view->Agent->viewAttributes() ?>><?php echo $property_notes_view->Agent->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->NoteDate->Visible) { // NoteDate ?>
	<tr id="r_NoteDate">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_NoteDate"><?php echo $property_notes_view->NoteDate->caption() ?></span></td>
		<td data-name="NoteDate" <?php echo $property_notes_view->NoteDate->cellAttributes() ?>>
<span id="el_property_notes_NoteDate">
<span<?php echo $property_notes_view->NoteDate->viewAttributes() ?>><?php echo $property_notes_view->NoteDate->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->NoteTime->Visible) { // NoteTime ?>
	<tr id="r_NoteTime">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_NoteTime"><?php echo $property_notes_view->NoteTime->caption() ?></span></td>
		<td data-name="NoteTime" <?php echo $property_notes_view->NoteTime->cellAttributes() ?>>
<span id="el_property_notes_NoteTime">
<span<?php echo $property_notes_view->NoteTime->viewAttributes() ?>><?php echo $property_notes_view->NoteTime->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($property_notes_view->Note->Visible) { // Note ?>
	<tr id="r_Note">
		<td class="<?php echo $property_notes_view->TableLeftColumnClass ?>"><span id="elh_property_notes_Note"><?php echo $property_notes_view->Note->caption() ?></span></td>
		<td data-name="Note" <?php echo $property_notes_view->Note->cellAttributes() ?>>
<span id="el_property_notes_Note">
<span<?php echo $property_notes_view->Note->viewAttributes() ?>><?php echo $property_notes_view->Note->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
<?php if (!$property_notes_view->IsModal) { ?>
<?php if (!$property_notes_view->isExport()) { ?>
<?php echo $property_notes_view->Pager->render() ?>
<div class="clearfix"></div>
<?php } ?>
<?php } ?>
</form>
<?php
$property_notes_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$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
$property_notes_view->terminate();
?>

Hry