Login   Register  
PHP Classes
elePHPant
Icontem

File: buttons.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  >  buttons.tpl  >  Download  
File: buttons.tpl
Role: Auxiliary data
Content type: text/plain
Description: PEAR HTML Template file
Class: Table Maintenance
Manage forms for CRUD MySQL table records
Author: By
Last change:
Date: 2013-07-20 03:04
Size: 1,529 bytes
 

Contents

Class file image Download
<style>
	.tdh {
		padding: 0 2px 0 2px;
	}
</style>
        <div id="buttons">
          <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr style="vertical-align:top;">
              <td width="33%" class="tdH" align="left">
                <!-- BEGIN leftBlock -->
                <!-- BEGIN leftHiddens -->
                <INPUT TYPE="hidden" name="{_lhdn_name}" value="{_lhdn_value}">
                <!-- END leftHiddens -->
                <!-- BEGIN leftButton -->
                <INPUT TYPE="SUBMIT" value="{_mb_lftBtnVal}">
                <!-- END leftButton -->
                <!-- END leftBlock -->
              </td></form>
                <!-- BEGIN mdlButton -->
              <td width="34%" class="tdH" align="center">
                {_mb_mdlBtnMtrl}
              </td>{_mb_mdlBtnMtrlFormEnd}
                <!-- END mdlButton -->
              <td width="33%" class="tdH" align="right">
        	    <form name="right" method="POST" action="{_mb_rtFrmActn}">
                <!-- BEGIN rightBlock -->
                <!-- BEGIN rightHiddens -->
                <input type="hidden" name="{_rhdn_name}" value="{_rhdn_value}">
                <!-- END rightHiddens -->
                <!-- BEGIN rightButton -->
                <INPUT TYPE="SUBMIT" value="{_mb_rtBtnVal}">
                <!-- END rightButton -->
                <!-- END rightBlock -->
              </td></form>
            </tr>
          </table>
        </div>
{nxtBlk}