| Current Path : /var/www/cesa.co.za/ccmadmin/ |
| Current File : /var/www/cesa.co.za/ccmadmin/CCMStudentsmaster.php |
<?php
// Call Row_Rendering event
$CCMStudents->Row_Rendering();
// SelectionCategory
$CCMStudents->SelectionCategory->CellCssStyle = ""; $CCMStudents->SelectionCategory->CellCssClass = "";
$CCMStudents->SelectionCategory->CellAttrs = array(); $CCMStudents->SelectionCategory->ViewAttrs = array(); $CCMStudents->SelectionCategory->EditAttrs = array();
// FirstName
$CCMStudents->FirstName->CellCssStyle = ""; $CCMStudents->FirstName->CellCssClass = "";
$CCMStudents->FirstName->CellAttrs = array(); $CCMStudents->FirstName->ViewAttrs = array(); $CCMStudents->FirstName->EditAttrs = array();
// Surname
$CCMStudents->Surname->CellCssStyle = ""; $CCMStudents->Surname->CellCssClass = "";
$CCMStudents->Surname->CellAttrs = array(); $CCMStudents->Surname->ViewAttrs = array(); $CCMStudents->Surname->EditAttrs = array();
// KnownAs
$CCMStudents->KnownAs->CellCssStyle = ""; $CCMStudents->KnownAs->CellCssClass = "";
$CCMStudents->KnownAs->CellAttrs = array(); $CCMStudents->KnownAs->ViewAttrs = array(); $CCMStudents->KnownAs->EditAttrs = array();
// IDNumber
$CCMStudents->IDNumber->CellCssStyle = ""; $CCMStudents->IDNumber->CellCssClass = "";
$CCMStudents->IDNumber->CellAttrs = array(); $CCMStudents->IDNumber->ViewAttrs = array(); $CCMStudents->IDNumber->EditAttrs = array();
// Telephone
$CCMStudents->Telephone->CellCssStyle = ""; $CCMStudents->Telephone->CellCssClass = "";
$CCMStudents->Telephone->CellAttrs = array(); $CCMStudents->Telephone->ViewAttrs = array(); $CCMStudents->Telephone->EditAttrs = array();
// Cellphone
$CCMStudents->Cellphone->CellCssStyle = ""; $CCMStudents->Cellphone->CellCssClass = "";
$CCMStudents->Cellphone->CellAttrs = array(); $CCMStudents->Cellphone->ViewAttrs = array(); $CCMStudents->Cellphone->EditAttrs = array();
// EmailAddress
$CCMStudents->EmailAddress->CellCssStyle = ""; $CCMStudents->EmailAddress->CellCssClass = "";
$CCMStudents->EmailAddress->CellAttrs = array(); $CCMStudents->EmailAddress->ViewAttrs = array(); $CCMStudents->EmailAddress->EditAttrs = array();
// Organisation
$CCMStudents->Organisation->CellCssStyle = ""; $CCMStudents->Organisation->CellCssClass = "";
$CCMStudents->Organisation->CellAttrs = array(); $CCMStudents->Organisation->ViewAttrs = array(); $CCMStudents->Organisation->EditAttrs = array();
// Province
$CCMStudents->Province->CellCssStyle = ""; $CCMStudents->Province->CellCssClass = "";
$CCMStudents->Province->CellAttrs = array(); $CCMStudents->Province->ViewAttrs = array(); $CCMStudents->Province->EditAttrs = array();
// ProfessionalCouncil
$CCMStudents->ProfessionalCouncil->CellCssStyle = ""; $CCMStudents->ProfessionalCouncil->CellCssClass = "";
$CCMStudents->ProfessionalCouncil->CellAttrs = array(); $CCMStudents->ProfessionalCouncil->ViewAttrs = array(); $CCMStudents->ProfessionalCouncil->EditAttrs = array();
// CategoryReg
$CCMStudents->CategoryReg->CellCssStyle = ""; $CCMStudents->CategoryReg->CellCssClass = "";
$CCMStudents->CategoryReg->CellAttrs = array(); $CCMStudents->CategoryReg->ViewAttrs = array(); $CCMStudents->CategoryReg->EditAttrs = array();
// BelongsTo
$CCMStudents->BelongsTo->CellCssStyle = ""; $CCMStudents->BelongsTo->CellCssClass = "";
$CCMStudents->BelongsTo->CellAttrs = array(); $CCMStudents->BelongsTo->ViewAttrs = array(); $CCMStudents->BelongsTo->EditAttrs = array();
// Call Row_Rendered event
$CCMStudents->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $CCMStudents->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 $CCMStudents->SelectionCategory->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->FirstName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->Surname->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->KnownAs->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->IDNumber->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->Telephone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->Cellphone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->EmailAddress->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->Organisation->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->Province->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->ProfessionalCouncil->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->CategoryReg->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMStudents->BelongsTo->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $CCMStudents->SelectionCategory->CellAttributes() ?>>
<div<?php echo $CCMStudents->SelectionCategory->ViewAttributes() ?>><?php echo $CCMStudents->SelectionCategory->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->FirstName->CellAttributes() ?>>
<div<?php echo $CCMStudents->FirstName->ViewAttributes() ?>><?php echo $CCMStudents->FirstName->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->Surname->CellAttributes() ?>>
<div<?php echo $CCMStudents->Surname->ViewAttributes() ?>><?php echo $CCMStudents->Surname->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->KnownAs->CellAttributes() ?>>
<div<?php echo $CCMStudents->KnownAs->ViewAttributes() ?>><?php echo $CCMStudents->KnownAs->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->IDNumber->CellAttributes() ?>>
<div<?php echo $CCMStudents->IDNumber->ViewAttributes() ?>><?php echo $CCMStudents->IDNumber->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->Telephone->CellAttributes() ?>>
<div<?php echo $CCMStudents->Telephone->ViewAttributes() ?>><?php echo $CCMStudents->Telephone->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->Cellphone->CellAttributes() ?>>
<div<?php echo $CCMStudents->Cellphone->ViewAttributes() ?>><?php echo $CCMStudents->Cellphone->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->EmailAddress->CellAttributes() ?>>
<div<?php echo $CCMStudents->EmailAddress->ViewAttributes() ?>><?php echo $CCMStudents->EmailAddress->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->Organisation->CellAttributes() ?>>
<div<?php echo $CCMStudents->Organisation->ViewAttributes() ?>><?php echo $CCMStudents->Organisation->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->Province->CellAttributes() ?>>
<div<?php echo $CCMStudents->Province->ViewAttributes() ?>><?php echo $CCMStudents->Province->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->ProfessionalCouncil->CellAttributes() ?>>
<div<?php echo $CCMStudents->ProfessionalCouncil->ViewAttributes() ?>><?php echo $CCMStudents->ProfessionalCouncil->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->CategoryReg->CellAttributes() ?>>
<div<?php echo $CCMStudents->CategoryReg->ViewAttributes() ?>><?php echo $CCMStudents->CategoryReg->ListViewValue() ?></div></td>
<td<?php echo $CCMStudents->BelongsTo->CellAttributes() ?>>
<div<?php echo $CCMStudents->BelongsTo->ViewAttributes() ?>><?php echo $CCMStudents->BelongsTo->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>