Login   Register  
PHP Classes
elePHPant
Icontem

File: mstrB.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Prakash Khanchandani  >  Table Maintenance  >  mstrB.tpl  >  Download  
File: mstrB.tpl
Role: Auxiliary data
Content type: text/plain
Description: template for list below form
Class: Table Maintenance
Manage forms for CRUD MySQL table records
Author: By
Last change:
Date: 2013-07-20 03:11
Size: 2,749 bytes
 

Contents

Class file image Download
<!-- the template for master maintenance where the list is 
below the form.
-->
<div style="background:rgb(230,230,230);border:2px solid rgb(0,128,0);padding:5px 0 5px 0;"><!-- the top area for the form -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0">

    <!-- BEGIN _frmArea_roFlds -->
    <tr>
      <td width="1%" class="{_fa_roCls}" style="padding-left:2px;">{_fa_roPrmpt}</td><!-- 1% to start from left edge -->
      <td class="readOnlyText" style="padding-right:2px;">{_fa_roDsplVal}</td>
    </tr>
    <!-- END _frmArea_roFlds -->

    <!-- BEGIN _frmArea_mstRec -->
    <tr>
      <td width="1%" class="{_fmr_promptStyle}" style="padding-left:2px;">{_fmr_prmpt}</td>
      <td class="readOnlyText" style="padding-right:2px;">
        <INPUT class="{_fmr_boxStyle}" TYPE="TEXT" style="font-size:100%;"
        size="{_fmr_sz}" maxlength="{_fmr_mxLn}" name="{_fmr_nm}" value='{_fmr_val}'>&nbsp;&nbsp;&nbsp;{_fmr_dtls}
      </td>
    </tr>
    <!-- END _frmArea_mstRec -->

  </table>
  <!-- then the buttons in an independent table. -->
  {nxtBlk}
</div>
	<div class="clearDiv"></div>
	<span style="font-size:0.70em;color:red;font-family:sans-serif;">
		mandatory fields have an orange border and their labels are in
		<span style="font-variant: small-caps">small caps
		</span>
	</span>
<div class="clearDiv"></div>

<!-- the bottom area for the list -->
<div>
	<!-- BEGIN _lst_prvNxt -->
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr><!-- some blank space -->
			<td colspan="3" class="prompt">&nbsp;</td>
		</tr>
		<tr><!-- then the next and prev images -->
			<td width="50%"></td>
			<td width="25%" align="right">{_prv_}</td>
			<td width="25%" align="right">{_nxt_}</td>
		</tr>
	</table>
	<!-- END _lst_prvNxt -->
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr><!-- some blank space above the list -->
			<td colspan="4" class="spacer">&nbsp;</td>
		</tr>
		<!-- BEGIN _lst_head -->
		<tr style="background-color:{_lh_bg};">
			<td style="border-bottom:1px solid black;" class="{_lh_cls0}">{_lh_hd0}</td>
			<td style="border-bottom:1px solid black;" class="{_lh_cls1}">{_lh_hd1}</td>
			<td style="border-bottom:1px solid black;" class="{_lh_cls2}">{_lh_hd2}</td>
			<td style="border-bottom:1px solid black;" class="{_lh_cls3}">{_lh_hd3}</td>
		</tr>
		<!-- END _lst_head -->
		<!-- BEGIN _lst_recs -->
		<tr style="background-color:{_lr_bg};">
			<td class="{_lr_cls0}">{_lr_cl0}</td>
			<td class="{_lr_cls1}">{_lr_cl1}</td>
			<td class="{_lr_cls2}">{_lr_cl2}</td>
			<td class="{_lr_cls3}">{_lr_cl3}</td>
		</tr>
		<!-- END _lst_recs -->
	</table>
</div>
<div class="clearDiv"></div>