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