| 8182 |
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>Ebay 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">Ebay 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/ebay-ps-order-creator"> Power Ship Order Creator</a> </span><br/>
|
|
|
22 |
<span ><a href = "/Support/ebay-ps-order-update"> Power Ship Order Updater</a> </span><br/>
|
|
|
23 |
<span ><a href = "/Support/ebay-normal-order-creator"> Our Shipping Order Creator</a> </span><br/>
|
|
|
24 |
<span ><a href = "/Support/ebay-listing-uploader"> Ebay Listing Uploader</a> </span><br/>
|
|
|
25 |
<span ><a href = "/Support/ebay-subsidy-uploader"> Ebay Subsidy Uploader</a> </span><br/>
|
|
|
26 |
<span ><a href = "/Support/ebay-color-change"> Change Order Color</a> </span><br/>
|
| 8303 |
amar.kumar |
27 |
<span ><a href = "/Support/ebay-awb-uploader"> Upload Airway Bill Numbers</a> </span><br/>
|
| 8241 |
amar.kumar |
28 |
<span ><a href = "/Support/ebay-bluedart-paisapay-uploader"> Ebay Bluedart Paisa Pay Reference Uploader</a> </span><br/>
|
| 8182 |
amar.kumar |
29 |
</div>
|
|
|
30 |
|
|
|
31 |
</body>
|
|
|
32 |
</html>
|