Subversion Repositories SmartDukaan

Rev

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

Rev 10484 Rev 11671
Line 7... Line 7...
7
 
7
 
8
	<ui:style
8
	<ui:style
9
		type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
9
		type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
10
		.outer {
10
		.outer {
11
		border-left: 1px solid #999;
11
		border-left: 1px solid #999;
12
		border-bottom: 1px solid #999;
12
		border-bottom: 1px solid
-
 
13
		#999;
13
		cursor: pointer;
14
		cursor: pointer;
14
		cursor: hand;
15
		cursor: hand;
15
		}
16
		}
16
 
17
 
17
		.blueLabel {
18
		.blueLabel {
18
		color: white;
19
		color: white;
-
 
20
		font: bold
19
		font: bold 12px tahoma, arial, helvetica, sans-serif;
21
		12px tahoma, arial, helvetica, sans-serif;
20
		border: 1px solid #99bbe8;
22
		border: 1px solid #99bbe8;
21
		padding: 5px;
23
		padding: 5px;
22
		background-color: blue
24
		background-color: blue
23
		}
25
		}
24
 
26
 
25
		.greenLabel {
27
		.greenLabel {
26
		width: 100px;
28
		width: 100px;
-
 
29
		color:
27
		color: black;
30
		black;
28
		font: bold 12px tahoma, arial, helvetica, sans-serif;
31
		font: bold 12px tahoma, arial, helvetica, sans-serif;
-
 
32
		border: 1px
29
		border: 1px solid #99bbe8;
33
		solid #99bbe8;
30
		padding: 5px;
34
		padding: 5px;
31
		background-color: #66ff99;
35
		background-color: #66ff99;
32
		}
36
		}
33
 
37
 
34
		.fieldChanged {
38
		.fieldChanged {
Line 40... Line 44...
40
		}
44
		}
41
 
45
 
42
		.outer {
46
		.outer {
43
		border-left: 1px solid #999;
47
		border-left: 1px solid #999;
44
		border-bottom: 1px solid #999;
48
		border-bottom: 1px solid #999;
-
 
49
		cursor:
45
		cursor: pointer;
50
		pointer;
46
		cursor: hand;
51
		cursor: hand;
47
		}
52
		}
48
 
53
 
49
		@sprite .header {
54
		@sprite .header {
50
		gwt-image: 'gradient';
55
		gwt-image: 'gradient';
51
		background-color: #d3d6dd;
56
		background-color: #d3d6dd;
52
		table-layout: fixed;
57
		table-layout: fixed;
53
		width: 100%;
58
		width: 100%;
54
		height: 100%;
59
		height:
-
 
60
		100%;
55
		}
61
		}
56
 
62
 
57
		.header td {
63
		.header td {
58
		font-weight: bold;
64
		font-weight: bold;
59
		text-shadow: #fff 0 2px 2px;
65
		text-shadow: #fff 0 2px 2px;
60
		padding: 2px 0 1px 10px;
66
		padding: 2px 0 1px 10px;
61
		border-top: 1px solid #999;
67
		border-top: 1px solid #999;
62
		border-bottom: 1px solid #999;
68
		border-bottom: 1px
-
 
69
		solid #999;
63
		}
70
		}
64
 
71
 
65
		.table {
72
		.table {
66
		table-layout: fixed;
73
		table-layout: fixed;
67
		width: 100%;
74
		width: 100%;
68
		}
75
		}
69
 
76
 
70
		.table td {
77
		.table td {
71
		border-top: 1px solid #fff;
78
		border-top: 1px solid #fff;
72
		border-bottom: 1px solid #fff;
79
		border-bottom: 1px solid #fff;
73
		padding: 2px 0 2px 10px;
80
		padding: 2px
-
 
81
		0 2px 10px;
74
		}
82
		}
75
		.numeric-box{
83
		.numeric-box{
76
		width: 80px;
84
		width: 80px;
77
		text-align: right;
85
		text-align: right;
78
		color: black;
86
		color: black;
79
		font: bold 12px tahoma, arial, helvetica, sans-serif;
87
		font: bold 12px tahoma, arial, helvetica, sans-serif;
80
		border: 1px solid #99bbe8;
88
		border: 1px solid
-
 
89
		#99bbe8;
81
		padding: 5px;
90
		padding: 5px;
82
		background-color: #66ff99;
91
		background-color: #66ff99;
83
		}
92
		}
84
 
93
 
85
		.vendorTable {
94
		.vendorTable {
-
 
95
		float:
86
		float: right;
96
		right;
87
		border: 1px solid #99bbe8;
97
		border: 1px solid #99bbe8;
88
		padding-top:10px
98
		padding-top:10px
89
		}
99
		}
90
 
100
 
91
		.inventoryTable {
101
		.inventoryTable {
Line 180... Line 190...
180
								<g:row>
190
								<g:row>
181
									<g:customCell>
191
									<g:customCell>
182
										<g:Label styleName='{style.blueLabel}'>ASIN:</g:Label>
192
										<g:Label styleName='{style.blueLabel}'>ASIN:</g:Label>
183
									</g:customCell>
193
									</g:customCell>
184
									<g:customCell>
194
									<g:customCell>
185
										<g:TextBox ui:field="asin"></g:TextBox>
195
										<g:TextBox styleName='{style.greenLabel}' ui:field="asin"></g:TextBox>
186
									</g:customCell>
196
									</g:customCell>
187
								</g:row>
197
								</g:row>
188
								<g:row>
198
								<g:row>
189
									<g:customCell>
199
									<g:customCell>
190
										<g:Label styleName='{style.blueLabel}'>Website N-Day Sale:</g:Label>
200
										<g:Label styleName='{style.blueLabel}'>Website N-Day Sale:</g:Label>
191
									</g:customCell>
201
									</g:customCell>
192
									<g:customCell>
202
									<g:customCell>
193
										<g:TextBox styleName='{style.greenLabel}' ui:field="websiteLastNdaySale"></g:TextBox>
203
										<g:TextBox styleName='{style.greenLabel}' ui:field="websiteLastNdaySale"></g:TextBox>
194
									</g:customCell>
204
									</g:customCell>
195
								</g:row>
205
								</g:row>
-
 
206
								<g:row>
-
 
207
									<g:customCell>
-
 
208
										<g:Label styleName='{style.blueLabel}'>Deal Price:</g:Label>
-
 
209
									</g:customCell>
-
 
210
									<g:customCell>
-
 
211
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealPrice"></g:TextBox>
-
 
212
									</g:customCell>
-
 
213
								</g:row>
-
 
214
								<g:row>
-
 
215
									<g:customCell>
-
 
216
										<g:Label styleName='{style.blueLabel}'>Deal Start Date</g:Label>
-
 
217
									</g:customCell>
-
 
218
									<g:customCell>
-
 
219
										<dp:DateBox styleName='{style.greenLabel}'
-
 
220
											ui:field="dealStartDate" enabled="true"></dp:DateBox>
-
 
221
									</g:customCell>
-
 
222
								</g:row>
-
 
223
								<g:row>
-
 
224
									<g:customCell>
-
 
225
										<g:Label styleName='{style.blueLabel}'>Deal Freebie Option</g:Label>
-
 
226
									</g:customCell>
-
 
227
									<g:customCell>
-
 
228
										<g:ListBox ui:field="dealFreebieOption"></g:ListBox>
-
 
229
									</g:customCell>
-
 
230
								</g:row>
196
							</g:Grid>
231
							</g:Grid>
197
						</g:cell>
232
						</g:cell>
198
						<g:cell>
233
						<g:cell>
199
							<g:Grid>
234
							<g:Grid>
200
								<g:row>
235
								<g:row>
Line 266... Line 301...
266
									</g:customCell>
301
									</g:customCell>
267
									<g:customCell>
302
									<g:customCell>
268
										<g:TextBox styleName='{style.greenLabel}' ui:field="amazonLastNdaySale"></g:TextBox>
303
										<g:TextBox styleName='{style.greenLabel}' ui:field="amazonLastNdaySale"></g:TextBox>
269
									</g:customCell>
304
									</g:customCell>
270
								</g:row>
305
								</g:row>
-
 
306
								<g:row>
-
 
307
									<g:customCell>
-
 
308
										<g:Label styleName='{style.blueLabel}'>Deal Freebie Item ID:</g:Label>
-
 
309
									</g:customCell>
-
 
310
									<g:customCell>
-
 
311
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealFreebieItemId"></g:TextBox>
-
 
312
									</g:customCell>
-
 
313
								</g:row>
-
 
314
								<g:row>
-
 
315
									<g:customCell>
-
 
316
										<g:Label styleName='{style.blueLabel}'>Deal End Date</g:Label>
-
 
317
									</g:customCell>
-
 
318
									<g:customCell>
-
 
319
										<dp:DateBox styleName='{style.greenLabel}'
-
 
320
											ui:field="dealEndDate" enabled="true"></dp:DateBox>
-
 
321
									</g:customCell>
-
 
322
								</g:row>
271
							</g:Grid>
323
							</g:Grid>
272
						</g:cell>
324
						</g:cell>
273
						<g:cell>
325
						<g:cell>
274
							<g:Grid>
326
							<g:Grid>
275
								<g:row>
327
								<g:row>
Line 350... Line 402...
350
									</g:customCell>
402
									</g:customCell>
351
									<g:customCell>
403
									<g:customCell>
352
										<g:TextBox styleName='{style.greenLabel}' ui:field="ebayLastNdaySale"></g:TextBox>
404
										<g:TextBox styleName='{style.greenLabel}' ui:field="ebayLastNdaySale"></g:TextBox>
353
									</g:customCell>
405
									</g:customCell>
354
								</g:row>
406
								</g:row>
-
 
407
								<g:row>
-
 
408
									<g:customCell>
-
 
409
										<g:Label styleName='{style.blueLabel}'>Deal Text</g:Label>
-
 
410
									</g:customCell>
-
 
411
									<g:customCell>
-
 
412
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealText"></g:TextBox>
-
 
413
									</g:customCell>
-
 
414
								</g:row>
-
 
415
								<g:row>
-
 
416
									<g:customCell>
-
 
417
										<g:Label styleName='{style.blueLabel}'>Is Deal available on COD</g:Label>
-
 
418
									</g:customCell>
-
 
419
									<g:customCell>
-
 
420
										<g:CheckBox ui:field="isCodOnDeal"></g:CheckBox>
-
 
421
									</g:customCell>
-
 
422
								</g:row>
355
							</g:Grid>
423
							</g:Grid>
356
						</g:cell>
424
						</g:cell>
357
						<g:cell>
425
						<g:cell>
358
							<g:Grid>
426
							<g:Grid>
359
								<g:row>
427
								<g:row>
Line 427... Line 495...
427
									</g:customCell>
495
									</g:customCell>
428
									<g:customCell>
496
									<g:customCell>
429
										<g:TextBox styleName='{style.greenLabel}' ui:field="snapdealLastNdaySale"></g:TextBox>
497
										<g:TextBox styleName='{style.greenLabel}' ui:field="snapdealLastNdaySale"></g:TextBox>
430
									</g:customCell>
498
									</g:customCell>
431
								</g:row>
499
								</g:row>
-
 
500
								<g:row>
-
 
501
									<g:customCell>
-
 
502
										<g:Label styleName='{style.blueLabel}'>Deal Rank</g:Label>
-
 
503
									</g:customCell>
-
 
504
									<g:customCell>
-
 
505
										<g:TextBox styleName='{style.greenLabel}' ui:field="dealRank"></g:TextBox>
-
 
506
									</g:customCell>
-
 
507
								</g:row>
-
 
508
									<g:row>
-
 
509
									<g:customCell>
-
 
510
										<g:Label styleName='{style.blueLabel}'>Is Deal Active</g:Label>
-
 
511
									</g:customCell>
-
 
512
									<g:customCell>
-
 
513
										<g:CheckBox ui:field="isDealActive"></g:CheckBox>
-
 
514
									</g:customCell>
-
 
515
								</g:row>
432
							</g:Grid>
516
							</g:Grid>
433
						</g:cell>
517
						</g:cell>
434
						<g:cell>
518
						<g:cell>
435
							<g:Grid>
519
							<g:Grid>
436
								<g:row>
520
								<g:row>
Line 511... Line 595...
511
									</g:customCell>
595
									</g:customCell>
512
									<g:customCell>
596
									<g:customCell>
513
										<g:TextBox styleName='{style.greenLabel}' ui:field="flipkartLastNdaySale"></g:TextBox>
597
										<g:TextBox styleName='{style.greenLabel}' ui:field="flipkartLastNdaySale"></g:TextBox>
514
									</g:customCell>
598
									</g:customCell>
515
								</g:row>
599
								</g:row>
516
 
600
								<g:row>
-
 
601
									<g:customCell>
-
 
602
										<g:Label styleName='{style.blueLabel}'>Deal Text Option</g:Label>
-
 
603
									</g:customCell>
-
 
604
									<g:customCell>
-
 
605
										<g:ListBox ui:field="dealTextOption"></g:ListBox>
-
 
606
									</g:customCell>
-
 
607
								</g:row>
517
							</g:Grid>
608
							</g:Grid>
518
						</g:cell>
609
						</g:cell>
519
					</g:HorizontalPanel>
610
					</g:HorizontalPanel>
520
 
611
 
521
					<g:VerticalPanel>
612
					<g:VerticalPanel>