Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/cceadmin/
Upload File :
Current File : /var/www/cesa.co.za/cceadmin/cstArchivedStudents2020master.php

<?php

// Call Row_Rendering event
$cstArchivedStudents2020->Row_Rendering();

// FirstName
$cstArchivedStudents2020->FirstName->CellCssStyle = ""; $cstArchivedStudents2020->FirstName->CellCssClass = "";
$cstArchivedStudents2020->FirstName->CellAttrs = array(); $cstArchivedStudents2020->FirstName->ViewAttrs = array(); $cstArchivedStudents2020->FirstName->EditAttrs = array();

// Surname
$cstArchivedStudents2020->Surname->CellCssStyle = ""; $cstArchivedStudents2020->Surname->CellCssClass = "";
$cstArchivedStudents2020->Surname->CellAttrs = array(); $cstArchivedStudents2020->Surname->ViewAttrs = array(); $cstArchivedStudents2020->Surname->EditAttrs = array();

// KnownAs
$cstArchivedStudents2020->KnownAs->CellCssStyle = ""; $cstArchivedStudents2020->KnownAs->CellCssClass = "";
$cstArchivedStudents2020->KnownAs->CellAttrs = array(); $cstArchivedStudents2020->KnownAs->ViewAttrs = array(); $cstArchivedStudents2020->KnownAs->EditAttrs = array();

// Organisation
$cstArchivedStudents2020->Organisation->CellCssStyle = ""; $cstArchivedStudents2020->Organisation->CellCssClass = "";
$cstArchivedStudents2020->Organisation->CellAttrs = array(); $cstArchivedStudents2020->Organisation->ViewAttrs = array(); $cstArchivedStudents2020->Organisation->EditAttrs = array();

// StudentNumber
$cstArchivedStudents2020->StudentNumber->CellCssStyle = ""; $cstArchivedStudents2020->StudentNumber->CellCssClass = "";
$cstArchivedStudents2020->StudentNumber->CellAttrs = array(); $cstArchivedStudents2020->StudentNumber->ViewAttrs = array(); $cstArchivedStudents2020->StudentNumber->EditAttrs = array();

// Age
$cstArchivedStudents2020->Age->CellCssStyle = ""; $cstArchivedStudents2020->Age->CellCssClass = "";
$cstArchivedStudents2020->Age->CellAttrs = array(); $cstArchivedStudents2020->Age->ViewAttrs = array(); $cstArchivedStudents2020->Age->EditAttrs = array();

// Cellphone
$cstArchivedStudents2020->Cellphone->CellCssStyle = ""; $cstArchivedStudents2020->Cellphone->CellCssClass = "";
$cstArchivedStudents2020->Cellphone->CellAttrs = array(); $cstArchivedStudents2020->Cellphone->ViewAttrs = array(); $cstArchivedStudents2020->Cellphone->EditAttrs = array();

// EmailAddress
$cstArchivedStudents2020->EmailAddress->CellCssStyle = ""; $cstArchivedStudents2020->EmailAddress->CellCssClass = "";
$cstArchivedStudents2020->EmailAddress->CellAttrs = array(); $cstArchivedStudents2020->EmailAddress->ViewAttrs = array(); $cstArchivedStudents2020->EmailAddress->EditAttrs = array();

// BlockAccess
$cstArchivedStudents2020->BlockAccess->CellCssStyle = ""; $cstArchivedStudents2020->BlockAccess->CellCssClass = "";
$cstArchivedStudents2020->BlockAccess->CellAttrs = array(); $cstArchivedStudents2020->BlockAccess->ViewAttrs = array(); $cstArchivedStudents2020->BlockAccess->EditAttrs = array();

// Call Row_Rendered event
$cstArchivedStudents2020->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $cstArchivedStudents2020->TableCaption() ?><br>
<a href="<?php echo $gsMasterReturnUrl ?>"><?php echo $Language->Phrase("BackToMasterPage") ?></a></span></p>
<table cellspacing="0" class="ewGrid"><tr><td class="ewGridContent">
<div class="ewGridMiddlePanel">
<table cellspacing="0" class="ewTable ewTableSeparate">
	<thead>
		<tr>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->FirstName->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->Surname->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->KnownAs->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->Organisation->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->StudentNumber->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->Age->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->Cellphone->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->EmailAddress->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2020->BlockAccess->FldCaption() ?></td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td<?php echo $cstArchivedStudents2020->FirstName->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->FirstName->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->FirstName->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->Surname->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->Surname->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->Surname->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->KnownAs->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->KnownAs->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->KnownAs->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->Organisation->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->Organisation->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->Organisation->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->StudentNumber->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->StudentNumber->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->StudentNumber->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->Age->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->Age->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->Age->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->Cellphone->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->Cellphone->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->Cellphone->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->EmailAddress->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->EmailAddress->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->EmailAddress->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2020->BlockAccess->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2020->BlockAccess->ViewAttributes() ?>><?php echo $cstArchivedStudents2020->BlockAccess->ListViewValue() ?></div></td>
		</tr>
	</tbody>
</table>
</div>
</td></tr></table>
<br>