Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <HTML>
  2. <HEAD>
  3. <link rel="stylesheet" type="text/css"
  4. href="zoobar.css">
  5. <TITLE>Transfer - Zoobar Foundation
  6. </TITLE>
  7. </HEAD>
  8. <div id="header">
  9. <div>UCSD CSE127 Project 2<br>
  10. (courtesy of Stanford CS155)</div>
  11. <div><a href="?action=logout">Log out test</a></div>
  12. </div>
  13. <h1><a href='index.php'>Zoobar Foundation for Vigilant Thinking</a></h1><h2>Supporting the foremost minds of the information superhighway</h2>
  14.  
  15. <div id="main" class="centerpiece">
  16. <table>
  17. <tr><td>
  18. <p><a href=index.php>Home</a> | <a href=users.php>Users</a> | <b>Transfer</b></p>
  19. </td></tr>
  20. <tr><td class=main>
  21.  
  22. <p><b>Balance:</b>
  23. 10 zoobars</p>
  24.  
  25. <form method=POST name=transferform
  26. action="/transfer.php">
  27. <p>Send <input name=zoobars type=text value="" size=5> zoobars</p>
  28. <p>to <input name=recipient type=text value=""></p>
  29. <input type=submit name=submission value="Send">
  30. </form>
  31. <span class=warning></span>
  32.  
  33. </td></tr>
  34. </table>
  35. </div>
  36.  
  37.  
  38. </BODY>
  39.  
  40. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement