| Current Path : /var/www/cesa.co.za/ccmadmin/ |
| Current File : /var/www/cesa.co.za/ccmadmin/CCMMentorsmaster.php |
<?php
// Call Row_Rendering event
$CCMMentors->Row_Rendering();
// Organisation
$CCMMentors->Organisation->CellCssStyle = ""; $CCMMentors->Organisation->CellCssClass = "";
$CCMMentors->Organisation->CellAttrs = array(); $CCMMentors->Organisation->ViewAttrs = array(); $CCMMentors->Organisation->EditAttrs = array();
// FirstName
$CCMMentors->FirstName->CellCssStyle = ""; $CCMMentors->FirstName->CellCssClass = "";
$CCMMentors->FirstName->CellAttrs = array(); $CCMMentors->FirstName->ViewAttrs = array(); $CCMMentors->FirstName->EditAttrs = array();
// Surname
$CCMMentors->Surname->CellCssStyle = ""; $CCMMentors->Surname->CellCssClass = "";
$CCMMentors->Surname->CellAttrs = array(); $CCMMentors->Surname->ViewAttrs = array(); $CCMMentors->Surname->EditAttrs = array();
// Telephone
$CCMMentors->Telephone->CellCssStyle = ""; $CCMMentors->Telephone->CellCssClass = "";
$CCMMentors->Telephone->CellAttrs = array(); $CCMMentors->Telephone->ViewAttrs = array(); $CCMMentors->Telephone->EditAttrs = array();
// Cellphone
$CCMMentors->Cellphone->CellCssStyle = ""; $CCMMentors->Cellphone->CellCssClass = "";
$CCMMentors->Cellphone->CellAttrs = array(); $CCMMentors->Cellphone->ViewAttrs = array(); $CCMMentors->Cellphone->EditAttrs = array();
// EmailAddress
$CCMMentors->EmailAddress->CellCssStyle = ""; $CCMMentors->EmailAddress->CellCssClass = "";
$CCMMentors->EmailAddress->CellAttrs = array(); $CCMMentors->EmailAddress->ViewAttrs = array(); $CCMMentors->EmailAddress->EditAttrs = array();
// Designation
$CCMMentors->Designation->CellCssStyle = ""; $CCMMentors->Designation->CellCssClass = "";
$CCMMentors->Designation->CellAttrs = array(); $CCMMentors->Designation->ViewAttrs = array(); $CCMMentors->Designation->EditAttrs = array();
// Prof Reg No
$CCMMentors->Prof_Reg_No->CellCssStyle = ""; $CCMMentors->Prof_Reg_No->CellCssClass = "";
$CCMMentors->Prof_Reg_No->CellAttrs = array(); $CCMMentors->Prof_Reg_No->ViewAttrs = array(); $CCMMentors->Prof_Reg_No->EditAttrs = array();
// Reg No
$CCMMentors->Reg_No->CellCssStyle = ""; $CCMMentors->Reg_No->CellCssClass = "";
$CCMMentors->Reg_No->CellAttrs = array(); $CCMMentors->Reg_No->ViewAttrs = array(); $CCMMentors->Reg_No->EditAttrs = array();
// Call Row_Rendered event
$CCMMentors->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $CCMMentors->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 $CCMMentors->Organisation->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->FirstName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Surname->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Telephone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Cellphone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->EmailAddress->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Designation->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Prof_Reg_No->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMMentors->Reg_No->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $CCMMentors->Organisation->CellAttributes() ?>>
<div<?php echo $CCMMentors->Organisation->ViewAttributes() ?>><?php echo $CCMMentors->Organisation->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->FirstName->CellAttributes() ?>>
<div<?php echo $CCMMentors->FirstName->ViewAttributes() ?>><?php echo $CCMMentors->FirstName->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Surname->CellAttributes() ?>>
<div<?php echo $CCMMentors->Surname->ViewAttributes() ?>><?php echo $CCMMentors->Surname->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Telephone->CellAttributes() ?>>
<div<?php echo $CCMMentors->Telephone->ViewAttributes() ?>><?php echo $CCMMentors->Telephone->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Cellphone->CellAttributes() ?>>
<div<?php echo $CCMMentors->Cellphone->ViewAttributes() ?>><?php echo $CCMMentors->Cellphone->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->EmailAddress->CellAttributes() ?>>
<div<?php echo $CCMMentors->EmailAddress->ViewAttributes() ?>><?php echo $CCMMentors->EmailAddress->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Designation->CellAttributes() ?>>
<div<?php echo $CCMMentors->Designation->ViewAttributes() ?>><?php echo $CCMMentors->Designation->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Prof_Reg_No->CellAttributes() ?>>
<div<?php echo $CCMMentors->Prof_Reg_No->ViewAttributes() ?>><?php echo $CCMMentors->Prof_Reg_No->ListViewValue() ?></div></td>
<td<?php echo $CCMMentors->Reg_No->CellAttributes() ?>>
<div<?php echo $CCMMentors->Reg_No->ViewAttributes() ?>><?php echo $CCMMentors->Reg_No->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>