Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html dir="rtl">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
- <title>Login</title>
- </head>
- <body>
- <form name="sendin" action="$(link-login-only)" method="post">
- <input type="hidden" name="username" />
- <input type="hidden" name="password" />
- <input type="hidden" name="dst" value="$(link-orig)" />
- <input type="hidden" name="popup" value="true" />
- </form>
- <script type="text/javascript" src="/md5.js"></script>
- <script type="text/javascript">
- <!--
- function doLogin() {
- document.sendin.username.value = document.login.username.value;
- document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');
- document.sendin.submit();
- return false;
- }
- //-->
- </script>
- <div id="cont">
- <div style="position:absolute; top: 20px; right: 50px;"></div>
- <div class="box lock"> </div>
- <div id="loginform" class="box form">
- <div class="formcont">
- <fieldset id="signin_menu">
- <label class="error" id="error"></label>
- <form name="login" action="$(link-login-only)" method="post"
- $(if chap-id) onSubmit="return doLogin()" $(endif)>
- <input type="hidden" name="dst" value="$(link-orig)" />
- <input type="hidden" name="popup" value="true" />
- <form method="post" id="signin" action="">
- <label for="username">Username</label>
- <input id="username" name="username" value=" Mohamed Taha" title="username" class="required" tabindex="4" type="text" size="20">
- </p>
- <p>
- <label for="password">Password</label>
- <input id="password" name="password" value="" title="password" class="required" tabindex="5" type="password" size="20">
- </p>
- <p class="clear"></p>
- <p class="remember">
- <input id="signin_submit" value="Sign in" tabindex="6" type="submit">
- <input id="cancel_submit" value="Cancel" tabindex="7" type="button">
- </p>
- </form>
- </fieldset>
- </div>
- <div class="formfooter"></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment