Advertisement
Guest User

Untitled

a guest
Nov 28th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <form action="/lab11/update" method="post">
  2. <table>
  3. <tr>
  4. <th>Field</th>
  5. <th>Value</th>
  6. </tr>
  7.  
  8. {product}
  9. <tr><td>Code</td>
  10. <td><input type="text" id="code"
  11. value="{code}"/></td></tr>
  12. <tr><td>Name</td>
  13. <td><input type="text" id="name"
  14. value="{name}"/></td></tr>
  15. <tr><td>Line</td>
  16. <td><input type="text" id="line"
  17. value="{line}"/></td></tr>
  18. Edit the following values
  19. <tr><td>MSRP</td><td><input type="text" id="msrp"
  20. value="{msrp}"/></td></tr>
  21. {/product}
  22. </table>
  23. <input type="submit" value="Update product"/>
  24. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement