Rev 3096 | 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><link rel="stylesheet" href="/crm/css/common.css" type="text/css" /></head><body><!-- main--><div id="topbar"><span id="header">Saholic CRM</span><form id="frmOrderCustomer" name="frmOrderCustomer" method="post" action=""><label><span>Customer Id(Email):</span></label><input type="text" value="" name="email" id="email" /><label><span>Order Id:</span></label><input type="text" value="" name="orderId" id="orderId"/><input type="submit" name="submit" id="submit" value="Submit"/></form></div><div id="middle"><span>Please enter user id(email) or order id.</span>#set($messages = $action.getActionMessages())#if($messages && $messages.size() != 0)#foreach($message in $messages)<br/>$message#end#end#set($messages = $action.getActionErrors())#if($messages && $messages.size() != 0)#foreach($message in $messages)<span class="error"><br/>$message</span>#end#end</div><div id="footer"></div></body></html>