Login   Register  
PHP Classes
elePHPant
Icontem

File: partner_registrate_form.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Voznyak Nazar  >  MVC Membership System  >  partner_registrate_form.tpl  >  Download  
File: partner_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: 2003-12-30 23:56
Size: 464 bytes
 

Contents

Class file image Download
<h3>Partner registration</h3>

<table>
<tr>
<form action='partnerpages.php'>
<input type='hidden' name='page' value='partner_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>