blob: 49d484b172222ebea0f7acfcd0174291db5aac82 (
plain)
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>LedgerSMB Version SVN Trunk</title>
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="-1" />
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="css/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" />
- <link rel="stylesheet" href="css/scripts/create_batch.css" type="text/css" title="LedgerSMB stylesheet" />
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <meta name="robots" content="noindex,nofollow" />
- </head>
- <body>
- <form name="create_batch" method="post">
- <div class="labelledinput">
- <div class="label">
- <?lsmb text("Batch Number") ?>
- </div>
- <div class="value">
- <input name="batchnumber" type="text" value="<?lsmb batchnumber ?>">
- </div>
- <div class="labelledinput">
- <div class="label">
- <?lsmb text("Description") ?>
- </div>
- </div>
- <?lsmb FOREACH item = _hidden ?>
- <input type=hidden name="<?lsmb item.name ?>" value="<?lsmb item.value ?>">
- <?lsmb END ?>
- </form>
- </body>
- </html>
|