Advertisement
Guest User

sign_in_SAI

a guest
Jul 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.44 KB | None | 0 0
  1. <?php
  2. echo "<!DOCTYPE html>\n";
  3. echo "<html lang=\"en\">\n";
  4. echo "  <head>\n";
  5. echo "    \n";
  6. echo "    <title>Sign In | PT. SALAHUDIN AUTOPARTS INDONESIA</title>\n";
  7. echo "    <link href='pic/sai12.png' rel='shortcut icon'> \n";
  8. echo "<div align=\"center\"><img src=\"pic/sai2.png\" width=\"198\" height=\"177\" alt=\"\" title=\"PT. SAI\" /></div>\n";
  9. echo "  </head>";
  10. echo "  <body style=\"background-color:#8DFF7D\">";
  11. //echo "<div align=\"center\"><table width=\"405\" height=\"169\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
  12. //echo "\n";
  13. echo "    <tr bgcolor=\"#4ABE32\">\n";
  14. echo "      <td height=\"48\" colspan=\"2\"><div align=\"center\"><strong><b><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12pt;color:black\">LOGIN TO CONTINUE AS EMPLOYEE</span></b></strong></div></td>";
  15. echo "    <tr>";
  16. echo "<div align=\"center\"><form action=\"login.php\" method=\"post\">";
  17. echo "      <table>";
  18. echo "          <tr>";
  19. echo "              <td>Username</td>";
  20. echo "              <td><input type=\"text\" name=\"username\"></td>";
  21. echo "          </tr>";
  22. echo "          <tr>";
  23. echo "              <td>Password</td>";
  24. echo "              <td><input type=\"password\" name=\"password\"></td>";
  25. echo "          </tr>";
  26. echo "          <tr>";
  27. echo "              <td></td>";
  28. echo "              <td><input type=\"submit\" name=\"login\" value=\"Log In\"></td>";
  29. echo "          </tr>";
  30. echo "      </table>";
  31. echo "  </form>";
  32. echo "</div>";
  33. echo "   <tr bgcolor=\"#4ABE32\">";
  34. echo "     <td height=\"48\"; colspan=\"2\"><div align=\"center\"><span style=\"font-family: 'Coolvetica Rg', Calibri, Calibri; font-weight: normal; font-style: normal; text-decoration: none; font-size: 8pt; color: #FFFFFF;\">| <a href=\"index.php\" target=\"_self\" title=\"Sign In\">HOME</a> | <a href=\"organization_SAI.php\" target=\"_self\" title=\"Our Organization\">ORGANIZATION</a> | <a href=\"product_gallery_SAI.php\" target=\"_self\" title=\"Our Gallery\">PRODUCT GALLERY</a> | <a href=\"contact_us_SAI.php\" target=\"_self\" title=\"Contact Us\">CONTACT US</a> | <a href=\"job_vacancy_SAI.php\" target=\"_self\" title=\"Job Vacancy\">JOB VACANCY</a> |</span></div></td> </div>";
  35. echo "    </tr>\n";
  36. echo "  </table></div>\n";
  37. echo "</form>";
  38. echo "  \n";
  39. echo "  </body>\n";
  40. echo "  <footer style=\"font-size:8pt\"><div align=\"center\"><b>Copyright - PT. Salahudin Autoparts Indonesia - 2017</b></div></footer>\n";
  41. echo "</html>\n";
  42. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement