Subversion Repositories SmartDukaan

Rev

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

Rev 1992 Rev 2027
Line 34... Line 34...
34
			border: 1px solid #99bbe8;
34
			border: 1px solid #99bbe8;
35
			padding: 5px;
35
			padding: 5px;
36
			background-color: red;
36
			background-color: red;
37
		}
37
		}
38
		
38
		
39
		
-
 
40
		
-
 
41
		
-
 
42
		        .outer {
39
		.outer {
43
            border-left: 1px solid #999;
40
            border-left: 1px solid #999;
44
            border-bottom: 1px solid #999;
41
            border-bottom: 1px solid #999;
45
            cursor: pointer;
42
            cursor: pointer;
46
            cursor: hand;
43
            cursor: hand;
47
        }
44
        }
Line 70... Line 67...
70
        .table td {
67
        .table td {
71
            border-top: 1px solid #fff;
68
            border-top: 1px solid #fff;
72
            border-bottom: 1px solid #fff;
69
            border-bottom: 1px solid #fff;
73
            padding: 2px 0 2px 10px;
70
            padding: 2px 0 2px 10px;
74
        }
71
        }
-
 
72
        
-
 
73
        .floatRight {
-
 
74
        	float: right;
-
 
75
        	left-padding: 5px;
-
 
76
        	margin-left: 50px;
-
 
77
			border: 1px solid #99bbe8;
-
 
78
       	}
75
		
79
		
-
 
80
		.floatLeft {
-
 
81
			float: left;
-
 
82
			border: 1px solid #99bbe8;
-
 
83
		}
76
		
84
		
-
 
85
		.buttonContainer	{
-
 
86
			width: 100%;
-
 
87
			padding-top: 40px;
-
 
88
			padding-left: 370px;
-
 
89
		}
77
		
90
		
78
	</ui:style>
91
	</ui:style>
79
 
92
 
80
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
93
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
81
		<g:center>
94
		<g:center>
-
 
95
        <g:ScrollPanel>
82
            <g:VerticalPanel>
96
            <g:VerticalPanel>
83
    			<g:HorizontalPanel>
97
    			<g:HorizontalPanel>
84
    				<g:cell>
98
    				<g:cell>
85
    					<g:Grid>
99
    					<g:Grid>
86
    						<g:row>
100
    						<g:row>
Line 102... Line 116...
102
    						<g:row>
116
    						<g:row>
103
    							<g:customCell>
117
    							<g:customCell>
104
    								<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
118
    								<g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
105
    							</g:customCell>
119
    							</g:customCell>
106
    							<g:customCell>
120
    							<g:customCell>
107
    								<g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
121
    								<g:TextBox styleName='{style.greenLabel}' ui:field="productGroup"></g:TextBox>
108
    							</g:customCell>
122
    							</g:customCell>
109
    						</g:row>
123
    						</g:row>
110
    						<g:row>
124
    						<g:row>
111
    							<g:customCell>
125
    							<g:customCell>
112
    								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
126
    								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
113
    							</g:customCell>
127
    							</g:customCell>
114
    							<g:customCell>
128
    							<g:customCell>
115
    								<g:Label styleName="{style.greenLabel}" ui:field="brand"></g:Label>
129
    								<g:TextBox styleName="{style.greenLabel}" ui:field="brand"></g:TextBox>
116
    							</g:customCell>
130
    							</g:customCell>
117
    						</g:row>
131
    						</g:row>
118
    						<g:row>
132
    						<g:row>
119
    							<g:customCell>
133
    							<g:customCell>
120
    								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
134
    								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
121
    							</g:customCell>
135
    							</g:customCell>
122
    							<g:customCell>
136
    							<g:customCell>
123
    								<g:Label styleName="{style.greenLabel}" ui:field="modelNumber"></g:Label>
137
    								<g:TextBox styleName="{style.greenLabel}" ui:field="modelNumber"></g:TextBox>
124
    							</g:customCell>
138
    							</g:customCell>
125
    						</g:row>
139
    						</g:row>
126
    						<g:row>
140
    						<g:row>
127
    							<g:customCell>
141
    							<g:customCell>
128
    								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
142
    								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
129
    							</g:customCell>
143
    							</g:customCell>
130
    							<g:customCell>
144
    							<g:customCell>
131
    								<g:Label styleName="{style.greenLabel}" ui:field="modelName"></g:Label>
145
    								<g:TextBox styleName="{style.greenLabel}" ui:field="modelName"></g:TextBox>
132
    							</g:customCell>
146
    							</g:customCell>
133
    						</g:row>
147
    						</g:row>
134
    						<g:row>
148
    						<g:row>
135
    							<g:customCell>
149
    							<g:customCell>
136
    								<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
150
    								<g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
137
    							</g:customCell>
151
    							</g:customCell>
138
    							<g:customCell>
152
    							<g:customCell>
139
    								<g:Label styleName="{style.greenLabel}" ui:field="color"></g:Label>
153
    								<g:TextBox styleName="{style.greenLabel}" ui:field="color"></g:TextBox>
140
    							</g:customCell>
154
    							</g:customCell>
141
    						</g:row>
155
    						</g:row>
142
    					</g:Grid>
156
    					</g:Grid>
143
    				</g:cell>
157
    				</g:cell>
144
    				<g:cell>
158
    				<g:cell>
Line 154... Line 168...
154
    						<g:row>
168
    						<g:row>
155
    							<g:customCell>
169
    							<g:customCell>
156
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
170
    								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
157
    							</g:customCell>
171
    							</g:customCell>
158
    							<g:customCell>
172
    							<g:customCell>
159
    								<g:Label styleName='{style.greenLabel}' ui:field="comments"></g:Label>
173
    								<g:TextBox styleName='{style.greenLabel}' ui:field="comments"></g:TextBox>
160
    							</g:customCell>
174
    							</g:customCell>
161
    						</g:row>
175
    						</g:row>
162
    						<g:row>
176
    						<g:row>
163
    							<g:customCell>
177
    							<g:customCell>
164
    								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
178
    								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
Line 262... Line 276...
262
    						<g:row>
276
    						<g:row>
263
    							<g:customCell>
277
    							<g:customCell>
264
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
278
    								<g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
265
    							</g:customCell>
279
    							</g:customCell>
266
    							<g:customCell>
280
    							<g:customCell>
267
    								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsText"></g:Label>
281
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsText"></g:TextBox>
268
    							</g:customCell>
282
    							</g:customCell>
269
    						</g:row>
283
    						</g:row>
270
    						<g:row>
284
    						<g:row>
271
    							<g:customCell>
285
    							<g:customCell>
272
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
286
    								<g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
273
    							</g:customCell>
287
    							</g:customCell>
274
    							<g:customCell>
288
    							<g:customCell>
275
    								<g:Label styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:Label>
289
    								<g:TextBox styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:TextBox>
276
    							</g:customCell>
290
    							</g:customCell>
277
    						</g:row>
291
    						</g:row>
278
    					</g:Grid>
292
    					</g:Grid>
279
    				</g:cell>
293
    				</g:cell>
280
    			</g:HorizontalPanel>
294
    			</g:HorizontalPanel>
281
                
295
                
282
                <g:HorizontalPanel>
296
                <g:HorizontalPanel>
283
                    <g:VerticalPanel>
297
                    <g:VerticalPanel styleName='{style.floatLeft}'>
284
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
298
                                <g:FlexTable ui:field='headerAvailability' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
285
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
299
                                <g:FlexTable ui:field='availabilityTable' cellSpacing='0' cellPadding='0' />
286
                    </g:VerticalPanel>
300
                    </g:VerticalPanel>
287
                    <g:VerticalPanel>
-
 
288
                    </g:VerticalPanel>
-
 
289
                    <g:VerticalPanel>
301
                    <g:VerticalPanel styleName='{style.floatRight}'>
290
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
302
                                <g:FlexTable ui:field='headerPricing' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
291
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
303
                                <g:FlexTable ui:field='pricingTable' cellSpacing='0' cellPadding='0' />
292
                    </g:VerticalPanel>
304
                    </g:VerticalPanel>
293
                </g:HorizontalPanel>
305
                </g:HorizontalPanel>
294
                <g:VerticalPanel>
306
                <g:VerticalPanel styleName='{style.buttonContainer}'>
295
                    <g:Button ui:field="submit">Update</g:Button>
307
                    <g:Button ui:field="submit">Update</g:Button>
296
                </g:VerticalPanel>
308
                </g:VerticalPanel>
297
            </g:VerticalPanel>
309
            </g:VerticalPanel>
-
 
310
            </g:ScrollPanel>
298
		</g:center>
311
		</g:center>
299
	</g:DockLayoutPanel>
312
	</g:DockLayoutPanel>
300
</ui:UiBinder> 
313
</ui:UiBinder> 
301
314