Actions

Main Page

From madWiki

No edit summary
mNo edit summary
Line 9: Line 9:
   <div style="margin-top: 4em;">  
   <div style="margin-top: 4em;">  
   <!-- http://www.mwusers.com/forums/showthread.php?2850-quot-Pre-Login-quot-page-for-Mediawiki -->
   <!-- http://www.mwusers.com/forums/showthread.php?2850-quot-Pre-Login-quot-page-for-Mediawiki -->
   <form name="userlogin" method="post" action="/index.php?title=Special:Userlogin&amp;action=submitlogin&amp;type=login">
   <form name="userlogin" method="post" action="/wiki/index.php?title=Special:Userlogin&amp;action=submitlogin&amp;type=login">
</html>
</html>
=== This is a non-public site,<br />please login first (if you have not already done so) ===
=== This is a non-public site,<br />please login first (if you have not already done so) ===
<html>
<html>
<!--
<!--
<p id="userloginlink">Don't have a login? Create an account.</p>
<div id="userloginprompt"><p>You must have cookies enabled to log in to the Test Wiki.</p></div>
<div id="userloginprompt"><p>You must have cookies enabled to log in to the Test Wiki.</p></div>
-->
-->

Revision as of 16:11, 2 August 2011

__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>