Difference between revisions of "Implement login form into your website"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
Use such form: | Use such form: | ||
<html> | |||
<head> | |||
<title>Your MOR login</title> | |||
</head> | |||
<body> | |||
<form action="http://your_mor_gui_host/billing/callc/try_to_login" method="post"> | <form action="http://your_mor_gui_host/billing/callc/try_to_login" method="post"> | ||
<input class="input" id="login_username" name="login[username]" size="11" type="text" /> | <input class="input" id="login_username" name="login[username]" size="11" type="text" /> | ||
<input class="input" id="login_psw" name="login[psw]" size="11" type="password" /> | <br> | ||
<input class="input" id="login_psw" name="login[psw]" size="11" type="password" /> | |||
<br> | |||
<br> | |||
<input name="commit" type="submit" value="Login" /> | <input name="commit" type="submit" value="Login" /> | ||
</form> | </form> | ||
</body> | |||
</html> |
Revision as of 11:52, 10 July 2009
Use such form:
Your MOR login