Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/cceconvenors/
Upload File :
Current File : /var/www/cesa.co.za/cceconvenors/cstArchivedStudents2017master.php

<?php

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

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

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

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

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

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

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

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

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

// Call Row_Rendered event
$cstArchivedStudents2017->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $cstArchivedStudents2017->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 $cstArchivedStudents2017->FirstName->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->Surname->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->KnownAs->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->Organisation->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->StudentNumber->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->Age->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->Cellphone->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $cstArchivedStudents2017->EmailAddress->FldCaption() ?></td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td<?php echo $cstArchivedStudents2017->FirstName->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->FirstName->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->FirstName->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->Surname->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->Surname->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->Surname->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->KnownAs->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->KnownAs->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->KnownAs->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->Organisation->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->Organisation->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->Organisation->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->StudentNumber->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->StudentNumber->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->StudentNumber->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->Age->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->Age->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->Age->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->Cellphone->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->Cellphone->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->Cellphone->ListViewValue() ?></div></td>
			<td<?php echo $cstArchivedStudents2017->EmailAddress->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents2017->EmailAddress->ViewAttributes() ?>><?php echo $cstArchivedStudents2017->EmailAddress->ListViewValue() ?></div></td>
		</tr>
	</tbody>
</table>
</div>
</td></tr></table>
<br>