Subversion Repositories SmartDukaan

Rev

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

Rev 1962 Rev 1992
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
-
 
4
    
-
 
5
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
4
	<ui:style>
6
    
-
 
7
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
5
		.outer {
8
		.outer {
6
			border-left: 1px solid #999;
9
			border-left: 1px solid #999;
7
			border-bottom: 1px solid #999;
10
			border-bottom: 1px solid #999;
8
			cursor: pointer;
11
			cursor: pointer;
9
			cursor: hand;
12
			cursor: hand;
Line 22... Line 25...
22
			font: bold 12px tahoma, arial, helvetica, sans-serif;
25
			font: bold 12px tahoma, arial, helvetica, sans-serif;
23
			border: 1px solid #99bbe8;
26
			border: 1px solid #99bbe8;
24
			padding: 5px;
27
			padding: 5px;
25
			background-color: #66ff99;
28
			background-color: #66ff99;
26
		}
29
		}
-
 
30
		
-
 
31
		.fieldChanged {
-
 
32
			color: white;
-
 
33
			font: bold 12px tahoma, arial, helvetica, sans-serif;
-
 
34
			border: 1px solid #99bbe8;
-
 
35
			padding: 5px;
-
 
36
			background-color: red;
-
 
37
		}
-
 
38
		
-
 
39
		
-
 
40
		
-
 
41
		
-
 
42
		        .outer {
-
 
43
            border-left: 1px solid #999;
-
 
44
            border-bottom: 1px solid #999;
-
 
45
            cursor: pointer;
-
 
46
            cursor: hand;
-
 
47
        }
-
 
48
        
-
 
49
        @sprite .header {
-
 
50
            gwt-image: 'gradient';
-
 
51
            background-color: #d3d6dd;
-
 
52
            table-layout: fixed;
-
 
53
            width: 100%;
-
 
54
            height: 100%;
-
 
55
        }
-
 
56
        
-
 
57
        .header td {
-
 
58
            font-weight: bold;
-
 
59
            text-shadow: #fff 0 2px 2px;
-
 
60
            padding: 2px 0 1px 10px;
-
 
61
            border-top: 1px solid #999;
-
 
62
            border-bottom: 1px solid #999;
-
 
63
        }
-
 
64
        
-
 
65
        .table {
-
 
66
            table-layout: fixed;
-
 
67
            width: 100%;
-
 
68
        }
-
 
69
        
-
 
70
        .table td {
-
 
71
            border-top: 1px solid #fff;
-
 
72
            border-bottom: 1px solid #fff;
-
 
73
            padding: 2px 0 2px 10px;
-
 
74
        }
-
 
75
		
-
 
76
		
-
 
77
		
27
	</ui:style>
78
	</ui:style>
28
 
79
 
29
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
80
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
30
		<g:center>
81
		<g:center>
31
			<g:HorizontalPanel>
82
            <g:VerticalPanel>
32
				<g:cell>
83
    			<g:HorizontalPanel>
33
					<g:Grid>
84
    				<g:cell>
34
						<g:row>
85
    					<g:Grid>
35
							<g:customCell>
86
    						<g:row>
36
								<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
87
    							<g:customCell>
37
							</g:customCell>
88
    								<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
38
							<g:customCell>
89
    							</g:customCell>
39
								<g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
90
    							<g:customCell>
40
							</g:customCell>
91
    								<g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
41
						</g:row>
92
    							</g:customCell>
42
						<g:row>
93
    						</g:row>
43
							<g:customCell>
94
                            <g:row>
44
								<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
95
                                <g:customCell>
45
							</g:customCell>
96
                                    <g:Label styleName='{style.blueLabel}'>Item Status:</g:Label>
46
							<g:customCell>
97
                                </g:customCell>
47
								<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
98
                                <g:customCell>
48
							</g:customCell>
99
                                    <g:Label styleName='{style.greenLabel}' ui:field="itemStatus"></g:Label>
49
						</g:row>
100
                                </g:customCell>
50
						<g:row>
101
                            </g:row>
51
							<g:customCell>
102
    						<g:row>
52
								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
103
    							<g:customCell>
53
							</g:customCell>
104
    								<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
54
							<g:customCell>
105
    							</g:customCell>
55
								<g:Label styleName="{style.greenLabel}" ui:field="brand"></g:Label>
106
    							<g:customCell>
56
							</g:customCell>
107
    								<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
57
						</g:row>
108
    							</g:customCell>
58
						<g:row>
109
    						</g:row>
59
							<g:customCell>
110
    						<g:row>
60
								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
111
    							<g:customCell>
61
							</g:customCell>
112
    								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
62
							<g:customCell>
113
    							</g:customCell>
63
								<g:Label styleName="{style.greenLabel}" ui:field="modelNumber"></g:Label>
114
    							<g:customCell>
64
							</g:customCell>
115
    								<g:Label styleName="{style.greenLabel}" ui:field="brand"></g:Label>
65
						</g:row>
116
    							</g:customCell>
66
						<g:row>
117
    						</g:row>
67
							<g:customCell>
118
    						<g:row>
68
								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
119
    							<g:customCell>
69
							</g:customCell>
120
    								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
70
							<g:customCell>
121
    							</g:customCell>
71
								<g:Label styleName="{style.greenLabel}" ui:field="modelName"></g:Label>
122
    							<g:customCell>
72
							</g:customCell>
123
    								<g:Label styleName="{style.greenLabel}" ui:field="modelNumber"></g:Label>
73
						</g:row>
124
    							</g:customCell>
74
						<g:row>
125
    						</g:row>
75
							<g:customCell>
126
    						<g:row>
76
								<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
127
    							<g:customCell>
77
							</g:customCell>
128
    								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
78
							<g:customCell>
129
    							</g:customCell>
79
								<g:Label styleName="{style.greenLabel}" ui:field="color"></g:Label>
130
    							<g:customCell>
80
							</g:customCell>
131
    								<g:Label styleName="{style.greenLabel}" ui:field="modelName"></g:Label>
81
						</g:row>
132
    							</g:customCell>
82
					</g:Grid>
133
    						</g:row>
83
				</g:cell>
134
    						<g:row>
84
				<g:cell>
135
    							<g:customCell>
85
					<g:Grid>
136
    								<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
86
						<g:row>
137
    							</g:customCell>
87
							<g:customCell>
138
    							<g:customCell>
88
								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
139
    								<g:Label styleName="{style.greenLabel}" ui:field="color"></g:Label>
89
							</g:customCell>
140
    							</g:customCell>
90
							<g:customCell>
141
    						</g:row>
91
								<g:Label styleName='{style.greenLabel}' ui:field="category"></g:Label>
142
    					</g:Grid>
92
							</g:customCell>
143
    				</g:cell>
93
						</g:row>
144
    				<g:cell>
94
						<g:row>
145
    					<g:Grid>
95
							<g:customCell>
146
    						<g:row>
96
								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
147
    							<g:customCell>
97
							</g:customCell>
148
    								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
98
							<g:customCell>
149
    							</g:customCell>
99
								<g:Label styleName='{style.greenLabel}' ui:field="comments"></g:Label>
150
    							<g:customCell>
100
							</g:customCell>
151
    								<g:Label styleName='{style.greenLabel}' ui:field="category"></g:Label>
101
						</g:row>
152
    							</g:customCell>
102
						<g:row>
153
    						</g:row>
103
							<g:customCell>
154
    						<g:row>
104
								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
155
    							<g:customCell>
105
							</g:customCell>
156
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
106
							<g:customCell>
157
    							</g:customCell>
107
								<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
158
    							<g:customCell>
108
							</g:customCell>
159
    								<g:Label styleName='{style.greenLabel}' ui:field="comments"></g:Label>
109
						</g:row>
160
    							</g:customCell>
110
					</g:Grid>
161
    						</g:row>
111
				</g:cell>
162
    						<g:row>
112
				<g:cell>
163
    							<g:customCell>
113
					<g:Grid>
164
    								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
114
						<g:row>
165
    							</g:customCell>
115
							<g:customCell>
166
    							<g:customCell>
116
								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
167
    								<g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
117
							</g:customCell>
168
    							</g:customCell>
118
							<g:customCell>
169
    						</g:row>
119
								<g:Label styleName='{style.greenLabel}' ui:field="mrp"></g:Label>
170
    					</g:Grid>
120
							</g:customCell>
171
    				</g:cell>
121
						</g:row>
172
    				<g:cell>
122
						<g:row>
173
    					<g:Grid>
123
							<g:customCell>
174
    						<g:row>
124
								<g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
175
    							<g:customCell>
125
							</g:customCell>
176
    								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
126
							<g:customCell>
177
    							</g:customCell>
127
								<g:Label styleName='{style.greenLabel}' ui:field="mop"></g:Label>
178
    							<g:customCell>
128
							</g:customCell>
179
    								<g:TextBox styleName='{style.greenLabel}' ui:field="mrp"></g:TextBox>
129
						</g:row>
180
    							</g:customCell>
130
						<g:row>
181
    						</g:row>
131
							<g:customCell>
182
    						<!-- <g:row>
132
								<g:Label styleName='{style.blueLabel}'>Dealer Price:</g:Label>
183
    							<g:customCell>
133
							</g:customCell>
184
    								<g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
134
							<g:customCell>
185
    							</g:customCell>
135
								<g:Label styleName='{style.greenLabel}' ui:field="dealerPrice"></g:Label>
186
    							<g:customCell>
136
							</g:customCell>
187
    								<g:TextBox styleName='{style.greenLabel}' ui:field="mop"></g:TextBox>
137
						</g:row>
188
    							</g:customCell>
138
						<g:row>
189
    						</g:row> -->
139
							<g:customCell>
190
    						<!-- <g:row>
140
								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
191
    							<g:customCell>
141
							</g:customCell>
192
    								<g:Label styleName='{style.blueLabel}'>Dealer Price:</g:Label>
142
							<g:customCell>
193
    							</g:customCell>
143
								<g:TextBox ui:field="sellingPrice"></g:TextBox>
194
    							<g:customCell>
144
							</g:customCell>
195
    								<g:TextBox styleName='{style.greenLabel}' ui:field="dealerPrice"></g:TextBox>
145
						</g:row>
196
    							</g:customCell>
146
						<g:row>
197
    						</g:row> -->
147
							<g:customCell>
198
    						<g:row>
148
								<g:Label styleName='{style.blueLabel}'>Weight:</g:Label>
199
    							<g:customCell>
149
							</g:customCell>
200
    								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
150
							<g:customCell>
201
    							</g:customCell>
151
								<g:Label styleName='{style.greenLabel}' ui:field="weight"></g:Label>
202
    							<g:customCell>
152
							</g:customCell>
203
    								<g:TextBox styleName='{style.greenLabel}' ui:field="sellingPrice"></g:TextBox>
153
						</g:row>
204
    							</g:customCell>
154
					</g:Grid>
205
    						</g:row>
155
				</g:cell>
206
                            <!-- <g:row>
156
				<g:cell>
207
                                <g:customCell>
157
					<g:Grid>
208
                                    <g:Label styleName='{style.blueLabel}'>Transfer Price:</g:Label>
158
						<g:row>
209
                                </g:customCell>
159
							<g:customCell>
210
                                <g:customCell>
160
								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
211
                                    <g:TextBox styleName='{style.greenLabel}' ui:field="transferPrice"></g:TextBox>
161
							</g:customCell>
212
                                </g:customCell>
162
							<g:customCell>
213
                            </g:row> -->
163
								<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
214
    						<g:row>
164
							</g:customCell>
215
    							<g:customCell>
165
						</g:row>
216
    								<g:Label styleName='{style.blueLabel}'>Weight:</g:Label>
166
						<g:row>
217
    							</g:customCell>
167
							<g:customCell>
218
    							<g:customCell>
168
								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
219
    								<g:TextBox styleName='{style.greenLabel}' ui:field="weight"></g:TextBox>
169
							</g:customCell>
220
    							</g:customCell>
170
							<g:customCell>
221
    						</g:row>
171
								<g:Label styleName='{style.greenLabel}' ui:field="startDate"></g:Label>
222
    					</g:Grid>
172
							</g:customCell>
223
    				</g:cell>
173
						</g:row>
224
    				<g:cell>
174
						<g:row>
225
    					<g:Grid>
175
							<g:customCell>
226
    						<g:row>
176
								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
227
    							<g:customCell>
177
							</g:customCell>
228
    								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
178
							<g:customCell>
229
    							</g:customCell>
179
								<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
230
    							<g:customCell>
180
							</g:customCell>
231
    								<g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
181
						</g:row>
232
    							</g:customCell>
182
						<g:row>
233
    						</g:row>
183
							<g:customCell>
234
    						<g:row>
184
								<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
235
    							<g:customCell>
185
							</g:customCell>
236
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
186
							<g:customCell>
237
    							</g:customCell>
187
								<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
238
    							<g:customCell>
188
							</g:customCell>
239
    								<g:Label styleName='{style.greenLabel}' ui:field="startDate"></g:Label>
189
						</g:row>
240
    							</g:customCell>
190
					</g:Grid>
241
    						</g:row>
191
				</g:cell>
242
    						<g:row>
192
				<g:cell>
243
    							<g:customCell>
193
					<g:Grid>
244
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
194
						<g:row>
245
    							</g:customCell>
195
							<g:customCell>
246
    							<g:customCell>
196
								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
247
    								<g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
197
							</g:customCell>
248
    							</g:customCell>
198
							<g:customCell>
249
    						</g:row>
199
								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsText"></g:Label>
250
    						<g:row>
200
							</g:customCell>
251
    							<g:customCell>
201
						</g:row>
252
    								<g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
202
						<g:row>
253
    							</g:customCell>
203
							<g:customCell>
254
    							<g:customCell>
204
								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
255
    								<g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
205
							</g:customCell>
256
    							</g:customCell>
206
							<g:customCell>
257
    						</g:row>
207
								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:Label>
258
    					</g:Grid>
208
							</g:customCell>
259
    				</g:cell>
209
						</g:row>
260
    				<g:cell>
210
					</g:Grid>
261
    					<g:Grid>
211
				</g:cell>
262
    						<g:row>
212
                 <g:Button ui:field="submit">Update</g:Button>
263
    							<g:customCell>
213
			</g:HorizontalPanel>
264
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
-
 
265
    							</g:customCell>
-
 
266
    							<g:customCell>
-
 
267
    								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsText"></g:Label>
-
 
268
    							</g:customCell>
-
 
269
    						</g:row>
-
 
270
    						<g:row>
-
 
271
    							<g:customCell>
-
 
272
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
-
 
273
    							</g:customCell>
-
 
274
    							<g:customCell>
-
 
275
    								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:Label>
-
 
276
    							</g:customCell>
-
 
277
    						</g:row>
-
 
278
    					</g:Grid>
-
 
279
    				</g:cell>
-
 
280
    			</g:HorizontalPanel>
-
 
281
                
-
 
282
                <g:HorizontalPanel>
-
 
283
                    <g:VerticalPanel>
-
 
284
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
-
 
285
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
-
 
286
                    </g:VerticalPanel>
-
 
287
                    <g:VerticalPanel>
-
 
288
                    </g:VerticalPanel>
-
 
289
                    <g:VerticalPanel>
-
 
290
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
-
 
291
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
-
 
292
                    </g:VerticalPanel>
-
 
293
                </g:HorizontalPanel>
-
 
294
                <g:VerticalPanel>
-
 
295
                    <g:Button ui:field="submit">Update</g:Button>
-
 
296
                </g:VerticalPanel>
-
 
297
            </g:VerticalPanel>
214
		</g:center>
298
		</g:center>
215
	</g:DockLayoutPanel>
299
	</g:DockLayoutPanel>
216
</ui:UiBinder> 
300
</ui:UiBinder> 
217
301