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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/testOLD.alliancerealty.nb.ca/adminAR/todoview.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
$todo_view = new todo_view();

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

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

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

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

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

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

});
</script>
<?php } ?>
<?php if (!$todo_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $todo_view->ExportOptions->render("body") ?>
<?php $todo_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $todo_view->showPageHeader(); ?>
<?php
$todo_view->showMessage();
?>
<?php if (!$todo_view->IsModal) { ?>
<?php if (!$todo_view->isExport()) { ?>
<form name="ew-pager-form" class="form-inline ew-form ew-pager-form" action="<?php echo CurrentPageName() ?>">
<?php echo $todo_view->Pager->render() ?>
<div class="clearfix"></div>
</form>
<?php } ?>
<?php } ?>
<form name="ftodoview" id="ftodoview" 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="todo">
<input type="hidden" name="modal" value="<?php echo (int)$todo_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($todo_view->id->Visible) { // id ?>
	<tr id="r_id">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_id"><?php echo $todo_view->id->caption() ?></span></td>
		<td data-name="id" <?php echo $todo_view->id->cellAttributes() ?>>
<span id="el_todo_id">
<span<?php echo $todo_view->id->viewAttributes() ?>><?php echo $todo_view->id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->status->Visible) { // status ?>
	<tr id="r_status">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_status"><?php echo $todo_view->status->caption() ?></span></td>
		<td data-name="status" <?php echo $todo_view->status->cellAttributes() ?>>
<span id="el_todo_status">
<span<?php echo $todo_view->status->viewAttributes() ?>><?php echo $todo_view->status->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->description->Visible) { // description ?>
	<tr id="r_description">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_description"><?php echo $todo_view->description->caption() ?></span></td>
		<td data-name="description" <?php echo $todo_view->description->cellAttributes() ?>>
<span id="el_todo_description">
<span<?php echo $todo_view->description->viewAttributes() ?>><?php echo $todo_view->description->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->address->Visible) { // address ?>
	<tr id="r_address">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_address"><?php echo $todo_view->address->caption() ?></span></td>
		<td data-name="address" <?php echo $todo_view->address->cellAttributes() ?>>
<span id="el_todo_address">
<span<?php echo $todo_view->address->viewAttributes() ?>><?php echo $todo_view->address->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->subject->Visible) { // subject ?>
	<tr id="r_subject">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_subject"><?php echo $todo_view->subject->caption() ?></span></td>
		<td data-name="subject" <?php echo $todo_view->subject->cellAttributes() ?>>
<span id="el_todo_subject">
<span<?php echo $todo_view->subject->viewAttributes() ?>><?php echo $todo_view->subject->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->name->Visible) { // name ?>
	<tr id="r_name">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_name"><?php echo $todo_view->name->caption() ?></span></td>
		<td data-name="name" <?php echo $todo_view->name->cellAttributes() ?>>
<span id="el_todo_name">
<span<?php echo $todo_view->name->viewAttributes() ?>><?php echo $todo_view->name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->style->Visible) { // style ?>
	<tr id="r_style">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_style"><?php echo $todo_view->style->caption() ?></span></td>
		<td data-name="style" <?php echo $todo_view->style->cellAttributes() ?>>
<span id="el_todo_style">
<span<?php echo $todo_view->style->viewAttributes() ?>><?php echo $todo_view->style->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->calendar->Visible) { // calendar ?>
	<tr id="r_calendar">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_calendar"><?php echo $todo_view->calendar->caption() ?></span></td>
		<td data-name="calendar" <?php echo $todo_view->calendar->cellAttributes() ?>>
<span id="el_todo_calendar">
<span<?php echo $todo_view->calendar->viewAttributes() ?>><?php echo $todo_view->calendar->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->start->Visible) { // start ?>
	<tr id="r_start">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_start"><?php echo $todo_view->start->caption() ?></span></td>
		<td data-name="start" <?php echo $todo_view->start->cellAttributes() ?>>
<span id="el_todo_start">
<span<?php echo $todo_view->start->viewAttributes() ?>><?php echo $todo_view->start->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($todo_view->end->Visible) { // end ?>
	<tr id="r_end">
		<td class="<?php echo $todo_view->TableLeftColumnClass ?>"><span id="elh_todo_end"><?php echo $todo_view->end->caption() ?></span></td>
		<td data-name="end" <?php echo $todo_view->end->cellAttributes() ?>>
<span id="el_todo_end">
<span<?php echo $todo_view->end->viewAttributes() ?>><?php echo $todo_view->end->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
<?php if (!$todo_view->IsModal) { ?>
<?php if (!$todo_view->isExport()) { ?>
<?php echo $todo_view->Pager->render() ?>
<div class="clearfix"></div>
<?php } ?>
<?php } ?>
</form>
<?php
$todo_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$todo_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
$todo_view->terminate();
?>

Hry