Login   Register  
PHP Classes
elePHPant
Icontem

File: partner_login_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_login_form.tpl  >  Download  
File: partner_login_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:24
Size: 554 bytes
 

Contents

Class file image Download
<h3>Partner login form</h3>

<table>
<tr>
<form action='partnerpages.php'>
<input type='hidden' name='page' value='partner_login_try'>
<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="partnerpages.php?page=partner_registrate_form">[ Registry new partner ]</a>
<br/>
<a href="../main/indexpages.php?page=mainPage">[ Main page ]</a>