summaryrefslogtreecommitdiff
path: root/UI/create_batch.html
blob: 49d484b172222ebea0f7acfcd0174291db5aac82 (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="label">
  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>
  28. <?lsmb FOREACH item = _hidden ?>
  29. <input type=hidden name="<?lsmb item.name ?>" value="<?lsmb item.value ?>">
  30. <?lsmb END ?>
  31. </form>
  32. </body>
  33. </html>