Login   Register  
PHP Classes
elePHPant
Icontem

File: header.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  >  header.tpl  >  Download  
File: header.tpl
Role: Auxiliary data
Content type: text/plain
Description: basic template
Class: Table Maintenance
Manage forms for CRUD MySQL table records
Author: By
Last change:
Date: 2013-07-20 03:07
Size: 936 bytes
 

Contents

Class file image Download
<html>

<head>
    <link rel="stylesheet" type="text/css" href="css.css">
    <title>Banking Systems</title>
</head>


<body>
<!-- BEGIN mainBlock -->
<script type="text/javascript">
//<![CDATA[

window.onload=setObjects;

function setObjects() {
  document.{formname}.{fieldname}.focus();
}

//]]>
</script>
<div id="wrapper">
	<div style="border-bottom:5px solid orange;"><h1>Master Table Maintenance</h1></div>
	<div class="clearDiv"></div>
	<div id="menuCol">
		{_mb_prgList}
	</div>
    <div id="mainBody">
      	<div style="float:left;width:45%;" class="formTitle">{_mb_prgrmTtl}</div>
      	<div style="float:left;width:55%;" class="error">{_mb_errorMsg}</div>
      	<div class="clearDiv"></div>
      	{_mb_frmStmnt}
      	{nxtBlk}
	</div>
	<div id="rightNotesCol"><b>Notes:</b><br>{_mb_rightColNotes}</div>
	<div class="clearDiv"></div>
</div>
<!-- END mainBlock -->
</body>
</html>