Actions

Main Page

From madWiki

Revision as of 16:11, 2 August 2011 by Operator (talk | contribs)

__NONUMBEREDHEADINGS__

Template:Welcome

<we need some very basic text here>

<html>

 <form name="userlogin" method="post" action="/wiki/index.php?title=Special:Userlogin&action=submitlogin&type=login">

</html>

This is a non-public site,
please login first (if you have not already done so)

<html>

<label for='wpName1'>Username:</label>

<input type='text' class='loginText' name="wpName" id="wpName1" value="" size='20' />

<label for='wpPassword1'>Password:</label>

<input type='password' class='loginPassword' name="wpPassword" id="wpPassword1" value="" size='20' />

<input type='submit' name="wpLoginattempt" id="wpLoginattempt" value="Log in" />

<input type='submit' name="wpMailmypassword" id="wpMailmypassword" value="E-mail password" />
<input type='checkbox' name="wpRemember" value="1" id="wpRemember" /> <label for="wpRemember">Remember me</label>

 </form>

</html>