summaryrefslogtreecommitdiff
path: root/UI/create_batch.html
blob: da71ca26fb9ec1a0e2060949dcd86b2d12e0cc52 (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>LedgerSMB Version SVN Trunk</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/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" />
  10. <link rel="stylesheet" href="css/scripts/create_batch.css" type="text/css" title="LedgerSMB stylesheet" />
  11. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  12. <meta name="robots" content="noindex,nofollow" />
  13. </head>
  14. <body>
  15. <form name="create_batch" method="post">
  16. <div class="labelledinput">
  17. <div class="input">
  18. <?lsmb text("Batch Number") ?>
  19. </div>
  20. <div class="value">
  21. <input name="batchnumber" type="text" value="<?lsmb batchnumber ?>"/>
  22. </div>
  23. <div class="labelledinput">
  24. <div class="label">
  25. <?lsmb text("Description") ?>
  26. </div>
  27. <div class="input">
  28. <input name="description" type="text" value="<?lsmb batchnumber ?>"/>
  29. </div>
  30. </div>
  31. <div class="labelledinput">
  32. <div class="label">
  33. <?lsmb text("Batch Date") ?>
  34. </div>
  35. <div class="input">
  36. <input type=text class=date name="batch_date"
  37. value="<?lsmb batch_date ?>" />
  38. </div>
  39. </div>
  40. <div id="buttons">
  41. <button value="create_batch" type="submit" class="submit">
  42. <?lsmb text('Continue') ?></button>
  43. </div>
  44. <?lsmb FOREACH item = hidden ?>
  45. <input type=hidden name="<?lsmb item.name ?>" value="<?lsmb item.value ?>">
  46. <?lsmb END ?>
  47. </form>
  48. </body>
  49. </html>