Login   Register  
PHP Classes
elePHPant
Icontem

File: programtemplates/index_main_templ.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valics Lehel  >  PaginationClass  >  programtemplates/index_main_templ.html  >  Download  
File: programtemplates/index_main_templ.html
Role: Auxiliary data
Content type: text/plain
Description: Template main file
Class: PaginationClass
Show links to browse listings using templates
Author: By
Last change:
Date: 2008-03-23 01:28
Size: 592 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>cls_pagination 2 templates example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="600" border="0">
  <tr>
    <td><div align="center">This is an example of data pagination. </div></td>
  </tr>
  <tr>
    <td><div align="center"><strong>HERE MUST BE THE QUERY DATA!! </strong></div></td>
  </tr>
  <tr>
    <td><div align="center">{BODY} </div></td>
  </tr>
</table>
</body>
</html>