| Current Path : /var/www/cesa.co.za/cceadmin/ |
| Current File : /var/www/cesa.co.za/cceadmin/cstArchivedStudentsmaster.php |
<?php
// Call Row_Rendering event
$cstArchivedStudents->Row_Rendering();
// FirstName
$cstArchivedStudents->FirstName->CellCssStyle = ""; $cstArchivedStudents->FirstName->CellCssClass = "";
$cstArchivedStudents->FirstName->CellAttrs = array(); $cstArchivedStudents->FirstName->ViewAttrs = array(); $cstArchivedStudents->FirstName->EditAttrs = array();
// Surname
$cstArchivedStudents->Surname->CellCssStyle = ""; $cstArchivedStudents->Surname->CellCssClass = "";
$cstArchivedStudents->Surname->CellAttrs = array(); $cstArchivedStudents->Surname->ViewAttrs = array(); $cstArchivedStudents->Surname->EditAttrs = array();
// KnownAs
$cstArchivedStudents->KnownAs->CellCssStyle = ""; $cstArchivedStudents->KnownAs->CellCssClass = "";
$cstArchivedStudents->KnownAs->CellAttrs = array(); $cstArchivedStudents->KnownAs->ViewAttrs = array(); $cstArchivedStudents->KnownAs->EditAttrs = array();
// Organisation
$cstArchivedStudents->Organisation->CellCssStyle = ""; $cstArchivedStudents->Organisation->CellCssClass = "";
$cstArchivedStudents->Organisation->CellAttrs = array(); $cstArchivedStudents->Organisation->ViewAttrs = array(); $cstArchivedStudents->Organisation->EditAttrs = array();
// StudentNumber
$cstArchivedStudents->StudentNumber->CellCssStyle = ""; $cstArchivedStudents->StudentNumber->CellCssClass = "";
$cstArchivedStudents->StudentNumber->CellAttrs = array(); $cstArchivedStudents->StudentNumber->ViewAttrs = array(); $cstArchivedStudents->StudentNumber->EditAttrs = array();
// Age
$cstArchivedStudents->Age->CellCssStyle = ""; $cstArchivedStudents->Age->CellCssClass = "";
$cstArchivedStudents->Age->CellAttrs = array(); $cstArchivedStudents->Age->ViewAttrs = array(); $cstArchivedStudents->Age->EditAttrs = array();
// Cellphone
$cstArchivedStudents->Cellphone->CellCssStyle = ""; $cstArchivedStudents->Cellphone->CellCssClass = "";
$cstArchivedStudents->Cellphone->CellAttrs = array(); $cstArchivedStudents->Cellphone->ViewAttrs = array(); $cstArchivedStudents->Cellphone->EditAttrs = array();
// EmailAddress
$cstArchivedStudents->EmailAddress->CellCssStyle = ""; $cstArchivedStudents->EmailAddress->CellCssClass = "";
$cstArchivedStudents->EmailAddress->CellAttrs = array(); $cstArchivedStudents->EmailAddress->ViewAttrs = array(); $cstArchivedStudents->EmailAddress->EditAttrs = array();
// BlockAccess
$cstArchivedStudents->BlockAccess->CellCssStyle = ""; $cstArchivedStudents->BlockAccess->CellCssClass = "";
$cstArchivedStudents->BlockAccess->CellAttrs = array(); $cstArchivedStudents->BlockAccess->ViewAttrs = array(); $cstArchivedStudents->BlockAccess->EditAttrs = array();
// Call Row_Rendered event
$cstArchivedStudents->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $cstArchivedStudents->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 $cstArchivedStudents->FirstName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->Surname->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->KnownAs->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->Organisation->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->StudentNumber->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->Age->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->Cellphone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->EmailAddress->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $cstArchivedStudents->BlockAccess->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $cstArchivedStudents->FirstName->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->FirstName->ViewAttributes() ?>><?php echo $cstArchivedStudents->FirstName->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->Surname->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->Surname->ViewAttributes() ?>><?php echo $cstArchivedStudents->Surname->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->KnownAs->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->KnownAs->ViewAttributes() ?>><?php echo $cstArchivedStudents->KnownAs->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->Organisation->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->Organisation->ViewAttributes() ?>><?php echo $cstArchivedStudents->Organisation->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->StudentNumber->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->StudentNumber->ViewAttributes() ?>><?php echo $cstArchivedStudents->StudentNumber->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->Age->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->Age->ViewAttributes() ?>><?php echo $cstArchivedStudents->Age->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->Cellphone->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->Cellphone->ViewAttributes() ?>><?php echo $cstArchivedStudents->Cellphone->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->EmailAddress->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->EmailAddress->ViewAttributes() ?>><?php echo $cstArchivedStudents->EmailAddress->ListViewValue() ?></div></td>
<td<?php echo $cstArchivedStudents->BlockAccess->CellAttributes() ?>>
<div<?php echo $cstArchivedStudents->BlockAccess->ViewAttributes() ?>><?php echo $cstArchivedStudents->BlockAccess->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>