PHP Classes

File: templates/template/login.tpl

Recommend this page to a friend!
  Classes of Jorge Prado   My Rad 4 PHP   templates/template/login.tpl   Download  
File: templates/template/login.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: My Rad 4 PHP
Generate PHP class from MySQL table
Author: By
Last change: update v.0.3 18-03-2013
update jquery ui gui
Date: 11 years ago
Size: 1,265 bytes
 

Contents

Class file image Download
{include file='header.tpl'} <div class="main"> <form id="login" method="post" action="login.php" name="login" enctype="multipart/form-data"> <h1 align="center">{$logintitle}</h1> <div class="dd"> <div class="DDValidator"> {foreach $error as $err} {$err}<br /> {/foreach} </div> <table> <tr> <td>{$userlabel}:</td> <td> <input type="text" name="user" /> </td> </tr> <tr> <td>{$passwordlabel}:</td> <td> <input type="password" name="clave"/> </td> </tr> <tr> <td colspan="2"><input type="submit" value="{$loginlabel}" name="procesar" /></td> </tr> </table> </div> </form> </div> </body> </html>