Rev 2724 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Customer Order Input</title></head><body><noscript><p id="noScript">Please allow <em>Javascript</em>in order to function this website correctly!</p></noscript>#set($messages = $action.getActionMessages())#if($messages && $messages.size() != 0)#foreach($message in $messages)$message <br/>#end#end#set($messages = $action.getActionErrors())#if($messages && $messages.size() != 0)#foreach($message in $messages)$message <br/>#end#end<form id="frmOrderCustomer" name="frmOrderCustomer" method="post" action="order-customer-input"><label><span>Customer Id(Email):</span></label><input type="text" value="" name="email" id="email" /><br/><label><span>Order Id:</span></label><input type="text" value="" name="orderId" id="orderId" /><br/><input type="submit" name="submit" id="submit" value="Submit"/></form></body></html>