<!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="input"> <?lsmb text("Batch Number") ?> </div> <div class="value"> <input name="batch_number" type="text" value="<?lsmb batch_number ?>"/> </div> <div class="labelledinput"> <div class="label"> <?lsmb text("Description") ?> </div> <div class="input"> <input name="description" type="text" value="<?lsmb batchnumber ?>"/> </div> </div> <div class="labelledinput"> <div class="label"> <?lsmb text("Batch Date") ?> </div> <div class="input"> <input type=text class=date name="batch_date" value="<?lsmb batch_date ?>" /> </div> </div> <div id="buttons"> <button value="create_vouchers" type="submit" class="submit" name="action"> <?lsmb text('Continue') ?></button> </div> <?lsmb FOREACH item = hidden ?> <input type=hidden name="<?lsmb item.name ?>" value="<?lsmb item.value ?>"> <?lsmb END ?> </form> </body> </html>