Login   Register  
PHP Classes
elePHPant
Icontem

File: mstr_S_Tbl.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  >  mstr_S_Tbl.tpl  >  Download  
File: mstr_S_Tbl.tpl
Role: Auxiliary data
Content type: text/plain
Description: additional template for side by side layout
Class: Table Maintenance
Manage forms for CRUD MySQL table records
Author: By
Last change:
Date: 2013-07-20 03:10
Size: 1,672 bytes
 

Contents

Class file image Download
<!--
this is area on the right for the general list.
The list will have limited rows with next and
previous buttons.
-->
        <div id="gnrl" style="padding: 2px; border:none;">

          <!-- BEGIN _lst_prvNxt -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0">		<!-- next and prev-->
            <tr>																<!-- buttons at the -->
              <td width="50%"></td>												<!-- top of the -->
              <td width="25%" align="right">{_prv_}</td>						<!-- list -->
              <td width="25%" align="right">{_nxt_}</td>
            </tr>
          </table>
          <!-- END _lst_prvNxt -->


          <table width="100%" border="0" cellspacing="0" cellpadding="0">

            <!-- 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>