PHP Classes

File: exemplo/view/login.php

Recommend this page to a friend!
  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: 16 years ago
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>