PHP Classes

File: templates/index.htm

Recommend this page to a friend!
  Classes of Eric Sakamoto   Formularios   templates/index.htm   Download  
File: templates/index.htm
Role: Auxiliary data
Content type: text/plain
Description: example
Class: Formularios
Manipulate database table records using Web forms
Author: By
Last change:
Date: 17 years ago
Size: 634 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td bgcolor="#CCCCCC"><h1>Sistema<a href="index.php?id=formulario_cliente&acao=lista">[ Listagem de Clientes ]</a></h1> </td> </tr> </table> <br /> {include file=$include_file|default:'vazio.htm'}<br /> <br /> ver 1.00 </body> </html>