Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8488 amar.kumar 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
4
		<title>Snapdeal Dashboard</title>
5
 
6
		<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
7
		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
8
		<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
9
	</head>
10
	<body>
11
		<span><a href="/Support/reports">Go to Home Page</a></span>
12
		<h2 style = "text-align:center;text-decoration: underline">Snapdeal Dashboard</h3>
13
		#set($errorMsg=$action.getErrorMsg())
14
		#if(!$errorMsg.isEmpty())
15
            <div style="color:red">
16
                $errorMsg
17
            </div>
18
		#end
19
 
20
		<div id = "ebay-links">
21
			<span ><a href = "/Support/snapdeal-order-creator">Order Creator</a> </span><br/>
22
        </div>
23
 
24
    </body>
25
</html>