Advertisement
Guest User

sada

a guest
Dec 4th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-us" xml:lang="en-us">
  3. <head>
  4. <title>{title}</title>
  5. <link rel="shortcut icon" href="./styles/login/images/favicon.ico" />
  6. <link rel="stylesheet" type="text/css" href="./styles/login/css/style.css" />
  7. </head>
  8.  
  9. <body>
  10. <div class="logo">MONDCMS<span style="font-size:10px;">ACP V1.0</span></div>
  11.  
  12. <div class="body">
  13. <table align="center" id="tl">
  14. <tr>
  15. <td>
  16. <table align="center">
  17. <form action="" method="post">
  18. <tr><td>Username:</td> <td><input type="text" name="username" id="login" AUTOCOMPLETE="off"></td></tr>
  19. <tr><td>Password:</td> <td><input type="password" name="password" id="login"></td></tr>
  20. <tr><td>Staff-Id:</td> <td><input type="password" name="sid" id="login"></td></tr>
  21. </table>
  22. </td>
  23. <td>
  24. <input type="submit" name="login" id="log" value="Login"></td></tr>
  25. </form>
  26. </table>
  27.  
  28. <div class="info">
  29. <table width="100%" id="ci">
  30. <tr>
  31. <td align="left">Ip Address: <b>{ip}</b></td>
  32. <td align="right">Core: <input type="submit" value="MONDCMS" id="MOND" OnClick="location.href='http://Change.com'"></td>
  33. </tr>
  34. </table>
  35. </div>
  36. <div style="font-size:11px; margin:5px auto;">{acp_login}</div>
  37. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement