summaryrefslogtreecommitdiff
path: root/UI/voucher.html
blob: c0c6aa6a9a6ecd53a6a8f7a1fbb60b100b8ca9d0 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title><?lsmb titlebar ?></title>
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="-1" />
  8. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  9. <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" />
  10. <link rel="stylesheet" href="UI/employee.css" type="text/css" />
  11. <meta http-equiv="content-type"
  12. content="text/html; charset=<?lsmb charset ?>" />
  13. <meta name="robots" content="noindex,nofollow" />
  14. </head>
  15. <body>
  16. <div id="title" class="pageheader"><span>GL Voucher Reports</span></div>
  17. <div id="filter">
  18. <div id="date_from" class="header_entry">
  19. <span class="label" id="date_from_label">Date From:</span>
  20. <span class="field" id="date_from_field">
  21. <input type="text" class="date" name="date_from"></span>
  22. </div>
  23. <div id="date_to" class="header_entry">
  24. <span class="label" id="date_to_label">Date To:</span>
  25. <span class="field" id="date_to_field">
  26. <input name="date_to" class="date" type="text"></span>
  27. </div>
  28. <div id="include_date" class="header_entry">
  29. <span class="label" id="include_date_label">And Date:</span>
  30. <span class="field" id="include_date_field">
  31. <input name="include_date" class="date" type="text">
  32. </span>
  33. </div>
  34. </body>
  35. </body>
  36. </html>