Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/cliente_cad_form.htm

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eric Sakamoto  >  Formularios  >  templates/cliente_cad_form.htm  >  Download  
File: templates/cliente_cad_form.htm
Role: Example script
Content type: text/plain
Description: form
Class: Formularios
Manipulate database table records using Web forms
Author: By
Last change:
Date: 2006-08-22 11:20
Size: 1,595 bytes
 

Contents

Class file image Download
{$msg_erro}<table cellpadding="0" cellspacing="0"  border="0" width="100%"><form name="" method="post" action="{#action#}{$action_string}" enctype="multipart/form-data">
<input type="hidden" name="_SEG_" value="{$_SEG_}"><tr>
  <td colspan='2'><h3>Cadastro de Clientes </h3></td>
</tr>
  <tr><td width="150" {if $array_msg_erro.cli_nome}{$TAG}{/if}>Nome:</td><td width="450"><input type='text' name='cli_nome' value='{$cli_nome}' size='50'>
    <input type='hidden' name='cli_id' value='{$cli_id}' /></td>  </tr>
  <tr><td {if $array_msg_erro.cli_end}{$TAG}{/if}>Endereço:</td>
  <td><input type='text' name='cli_end' value='{$cli_end}' size='50'></td>  </tr>
  <tr><td {if $array_msg_erro.cli_cpfcnpj}{$TAG}{/if}>Cpf/Cnpj:</td>
  <td><input type='text' name='cli_cpfcnpj' value='{$cli_cpfcnpj}' size='50'></td>  </tr>
  <tr><td {if $array_msg_erro.cli_tel}{$TAG}{/if}>Tel:</td><td><input type='text' name='cli_tel' value='{$cli_tel}' size='50'></td>  </tr>
  <tr><td {if $array_msg_erro.cli_cel}{$TAG}{/if}>Cel:</td><td><input type='text' name='cli_cel' value='{$cli_cel}' size='50'></td>  </tr>
  <tr><td {if $array_msg_erro.cli_email}{$TAG}{/if}>E-mail:</td><td><input type='text' name='cli_email' value='{$cli_email}' size='50'></td>  </tr>
  <tr><td {if $array_msg_erro.cli_nasc}{$TAG}{/if}>Nascimento</td><td><input type='text' name='cli_nasc' value='{$cli_nasc}' size='50'></td>  
  </tr>
<tr><td colspan='2' align='right'><input type='button' name='Button' value='Voltar' onclick='history.go(-1)'><input type='submit' name='ok' value='Gravar'></td></tr>
</form></table>