PHP Classes

File: member_registrate_form.tpl

Recommend this page to a friend!
  Classes of Voznyak Nazar   MVC Membership System   member_registrate_form.tpl   Download  
File: member_registrate_form.tpl
Role: Auxiliary data
Content type: text/plain
Description: smarty template
Class: MVC Membership System
Membership system using the MVC design pattern
Author: By
Last change:
Date: 20 years ago
Size: 461 bytes
 

Contents

Class file image Download
<h3>Member registration</h3> <table> <tr> <form action='memberpages.php'> <input type='hidden' name='page' value='member_registrate'> <tr><td><b>Username</b></td><td><input type='text' name='username'></td></tr> <tr><td><b>Password</b></td><td><input type='password' name='password'></td></tr> <tr><td colspan="2"><input type='submit' name='Login'></td></tr> </form> </tr> </table> <a href="../main/indexpages.php?page=mainPage">[ Main page ]</a>