loaderex

view-source:http://www.revou.com/flippa/loginadmin.php

Mar 5th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Flippa Script</title>
  6. <meta name="title" content="Flippa Script">
  7. <meta name="description" content="Flippa Script">
  8. <meta name="keywords" content="flipmarketplace clone">
  9. <link href="css/style.css" rel="stylesheet" type="text/css">
  10. <script language="javascript" src="js/validate.js"></script>
  11. <script language="javascript" src="js/functions.js"></script>
  12. <script language="javascript" src="js/login.js"></script>
  13. </head>
  14. <body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
  15. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td width="30%" height="199" class="norepet">&nbsp;</td>
  18. <td width="30%" align="center" valign="bottom" class="norepet"><img src="imgs/logo2.png"></td>
  19. <td width="30%" align="right" class="norepet"></td>
  20. </tr>
  21. <tr>
  22. <td height="199" class="norepet">&nbsp;</td>
  23. <td align="center" class="norepet"><table width="267" border="0" cellspacing="0" cellpadding="0">
  24. <tr>
  25. <td height="49" background="imgs/login_bg01.gif" class="border1"><table width="231" border="0" align="center" cellpadding="0" cellspacing="0">
  26. <tr>
  27. <td width="38"><img src="imgs/administrator_icon.gif" width="38" height="38"></td>
  28. <td align="right"><img src="imgs/administrator_hed.gif" width="184" height="14"></td>
  29. </tr>
  30. </table></td>
  31. </tr>
  32. </table>
  33. <table width="267" border="0" cellspacing="0" cellpadding="0">
  34. <tr>
  35. <td height="167" style="background:url(imgs/login_bg.gif); background-repeat:repeat-y;" class="border">
  36. <form name="frmLogin" action="loginadminprocess.php" method="POST">
  37. <table width="95%" border="0" align="center" cellpadding="6" cellspacing="0">
  38. <tr>
  39. <td colspan="2">
  40. <h5 style="color:#FF0000;">
  41. </h5>
  42. </td>
  43. </tr>
  44. <tr>
  45. <td width="40%" align="right" class="bodytextgray"><strong>USERNAME:</strong></td>
  46. <td width="60%"><input type="text" class="text" name="adminname" size="18" maxlength="25" tabindex="1"></td>
  47. </tr>
  48. <tr>
  49. <td width="40%" align="right" class="bodytextgray"><strong>PASSWORD:</strong></td>
  50. <td width="60%"><input type="password" class="text" name="passwd" maxlength="15" size="18" tabindex="2"></td>
  51. </tr>
  52. <tr><td class="bodytextgray" colspan="2" height="5"></td></tr>
  53. <tr>
  54. <td align="center" class="bodytextgray" colspan="2">
  55. <input type="submit" name="Submit" value="Login" class="button" tabindex="3">
  56. <br>
  57. <br>
  58. </td>
  59. </tr>
  60. </table>
  61. </form>
  62. </td>
  63. </tr>
  64. </table></td>
  65. </tr>
  66. </table>
  67. </body>
  68. </html>
Add Comment
Please, Sign In to add comment