Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. main().with(
  2. table(
  3.  
  4. tr(
  5. td().with(
  6. img().withSrc(imagePath+photo)
  7.  
  8. )
  9.  
  10. td().with(
  11. span(name)
  12. ),
  13. td().with(
  14. span(String.valueOf(quantity))
  15. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement