Subversion Repositories SmartDukaan

Rev

Rev 5376 | Rev 6524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5376 Rev 6322
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
3
	<head>
4
		<title>Saholic COD Reconciliation</title>
4
		<title>Saholic COD Reconciliation</title>
-
 
5
		
-
 
6
		<link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
-
 
7
		<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
-
 
8
		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
-
 
9
		<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
-
 
10
        <script type = "text/javascript" src = "js/pincode.js"></script>
5
	</head>
11
	</head>
6
	<body>
12
	<body>
7
		<h3>Saholic COD Reconciliation</h3>
13
		<h3>Saholic COD Reconciliation</h3>
8
		#set($errorMsg=$action.getErrorMsg())
14
		#set($errorMsg=$action.getErrorMsg())
9
		#if(!$errorMsg.isEmpty())
15
		#if(!$errorMsg.isEmpty())
Line 44... Line 50...
44
					<td>&nbsp;</td>
50
					<td>&nbsp;</td>
45
					<td><input type="submit" value="Process Settlement"/></td>
51
					<td><input type="submit" value="Process Settlement"/></td>
46
				</tr>
52
				</tr>
47
            </table>
53
            </table>
48
		</form>
54
		</form>
-
 
55
		
-
 
56
		<br />
-
 
57
		<br />
-
 
58
		<br />
-
 
59
		<br />
-
 
60
		
-
 
61
		<span id = "addPincodeLink" class = "link"> Add Pincode </span>
-
 
62
		<br />
-
 
63
		<span id = "updatePincodeLink" class = "link"> Update/Disable Pincode </span>
-
 
64
		
-
 
65
		<div id = 'updatePincode' class = "hidden">
-
 
66
			<form id = 'updatePincodeForm'>
-
 
67
                <span> Select Provider : </span>
-
 
68
				<select id = 'provider' name = 'provider'>
-
 
69
                    <option value = '1'>BlueDart</option>
-
 
70
                    <option value = '2'>Aramex</option>
-
 
71
					<option value = '3'>Delhivery</option>
-
 
72
                </select>
-
 
73
				<br>
-
 
74
				<span> Enter Pincode : </span>
-
 
75
				<input type = 'text' id = 'pincode' name = 'pincode'>
-
 
76
				<br>
-
 
77
				<span> COD </span>
-
 
78
				<input type = 'checkbox' id = 'cod' name = 'cod'>
-
 
79
				<span> Prepaid </span>
-
 
80
				<input type = 'checkbox' id = 'exp' name = 'exp'>
-
 
81
				<br><br>
-
 
82
                <button type = "submit">Submit</button>
-
 
83
            </form>
-
 
84
        </div>
-
 
85
		
-
 
86
		<div id = 'addPincode' class = "hidden">
-
 
87
			<form id = 'addPincodeForm'>
-
 
88
                <span> Select Provider : </span>
-
 
89
				<select id = 'provider' name = 'provider'>
-
 
90
                    <option value = '1'>BlueDart</option>
-
 
91
                    <option value = '2'>Aramex</option>
-
 
92
					<option value = '3'>Delhivery</option>
-
 
93
                </select>
-
 
94
				<br>
-
 
95
				<span> Enter Pincode : </span>
-
 
96
				<input type = 'text' id = 'pincode' name = 'pincode'>
-
 
97
				<br>
-
 
98
				<span> Enter Dest Code : </span>
-
 
99
				<input type = 'text' id = 'destCode' name = 'destCode'>
-
 
100
				<br>
-
 
101
				<span> COD </span>
-
 
102
				<input type = 'checkbox' id = 'cod' name = 'cod'>
-
 
103
				<span> Prepaid </span>
-
 
104
				<input type = 'checkbox' id = 'exp' name = 'exp'>
-
 
105
				<span> Self Station </span>
-
 
106
				<input type = 'checkbox' id = 'stationType' name = 'stationType'>
-
 
107
				<br><br>
-
 
108
				<button type = "submit">Submit</button>
-
 
109
            </form>
-
 
110
        </div>
-
 
111
		
-
 
112
		
49
	</body>
113
	</body>
50
</html>
114
</html>
51
115