Your IP : 216.73.217.79


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

<?php

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

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

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

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

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

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

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

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

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

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

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