PHP Classes

File: buttons.tpl

Recommend this page to a friend!
  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: 11 years ago
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}