Login   Register  
PHP Classes
elePHPant
Icontem

File: exemplo/view/login.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcio Ghiraldelli  >  FF-MVC  >  exemplo/view/login.php  >  Download  
File: exemplo/view/login.php
Role: Example script
Content type: text/plain
Description: Visão do login
Class: FF-MVC
MVC 2 implementation based on Java Struts
Author: By
Last change: Enviado arquivo errado
Date: 2007-08-06 13:41
Size: 213 bytes
 

Contents

Class file image Download
<h2>Login</h2>

<form name="login" action="/do/login/submit">
Usuario: <input type="usuario" />
Senha: <input type="senha" />
<input type="submit" value="Acessar" />
</form>

<a href="/do/login">Voltar</a>