Rev 2830 | 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" /><script type="text/javascript" src="js/jquery.js"></script><script type="text/javascript" src="js/jquery.dataTables.min.js"></script><script type="text/javascript" src="js/jquery.validate.js"></script><script type="text/javascript" src="js/jquery.truncate.min.js"></script><script type="text/javascript" src="js/common.js"></script><script type="text/javascript" src="js/events.js"></script><title>Saholic CRM</title><link rel="stylesheet" href="/crm/css/common.css" type="text/css" /><link rel="stylesheet" href="/crm/css/demo_table.css" type="text/css" /></head><body><!-- main--><div id="topbar"><div id="topbar-left"><h2 >Saholic CRM</h2><form method="post" action=""><label><span>Customer Id(Email):</span></label><input type="text" name="email" id="email" /><label><span>Mobile No:</span></label><input type="text" size="10" name="mobileNumber" id="mobileNumber"/><label><span>Order Id:</span></label><input type="text" name="orderId" size="5" id="orderId"/><!--<label><span>Ticket Id:</span></label><input type="text" name="ticketId" size="4" id="ticketId"/>--><input type="submit" name="submit" id="submit" value="Submit"/></form></div><div id="topbar-right"><label >Welcome $action.getAgentName()</label><br /><a href="/crm/change-password.html">Change Password</a><br /><a href="/crm/login!logout">Logout</a></div></div><div id="middle"><!-- sidebar--><div id="sidebar"><span>User:<a alt="Show User Details" title="Show User Details" href="#" userId="$action.getUser().getUserId()" class="show-user-details">$action.getUser().getName()</a></span><br/><span>Email: $action.getUser().getEmail()</span><br/><span>Last Login: <br/>$action.getLastLogin()</span><br/><br/><span>Orders:<a alt="Show Orders" title="Show orders" href="#" userId="$action.getUser().getUserId()" class="show-orders">$action.getOrderCount()</a></span><br/><span>Completed Orders: $action.getCompletedOrderCount()</span><br/><span>Open Orders: $action.getOpenOrderCount()</span><br/><span>Failed Orders: $action.getFailedOrderCount()</span><br/><br/><span>Cart :<a alt="Show Cart" title="Show Cart" href="#" userId="$action.getUser().getUserId()" cartId="$action.getUser().getActiveCartId()" class="show-cart">$action.getCartItems()</a> $action.getCouponCode()</span><br/><br/><span>Ticket History:<a alt="Show Tickets" title="Show tickets" href="#" userId="$action.getUser().getUserId()" class="show-tickets">$action.getTicketCount()</a></span><br/><span>Open tickets: $action.getOpenTicketCount()</span><br/><span>Closed tickets: $action.getClosedTicketCount()</span><br/><a class="create-ticket" userId="$action.getUser().getUserId()" href="#">Create new Ticket</a><br /><br /><a alt="Activity" title="Activity" href="#" userId="$action.getUser().getUserId()" class="show-activity">Activity</a><br /><a href="#" class="create-activity" userId="$action.getUser().getUserId()">Create new Activity</a><br /><span>User Communications:#if ($action.getUserCommunicationCount() > 0)<a alt="Show User Communications" title="Show User Communications" href="#" userId="$action.getUser().getUserId()" class="show-user-communication">$action.getUserCommunicationCount()</a>#else$action.getUserCommunicationCount()#end</span></div><!-- infopane--><div id="infopane"></div></div><div id="footer"></div><script type="text/javascript" charset="utf-8">$(function(){#if($action.getOrderId() <= 0)loadUserPane('infopane', $action.getUser().getUserId());#elseloadOrderPane('infopane', $action.getUser().getUserId(), $action.getOrderId());#end});</script></body></html>