Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
585 chandransh 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
4
	<ui:style>
586 chandransh 5
		.outer {
6
			border-left: 1px solid #999;
7
			border-bottom: 1px solid #999;
8
			cursor: pointer;
9
			cursor: hand;
585 chandransh 10
		}
586 chandransh 11
 
587 chandransh 12
		.blueLabel {
13
			color: white;
14
			font: bold 12px tahoma, arial, helvetica, sans-serif;
15
			border: 1px solid #99bbe8;
16
			padding: 5px;
17
			background-color: blue
586 chandransh 18
		}
587 chandransh 19
 
20
		.greenLabel {
21
			color: black;
22
			font: bold 12px tahoma, arial, helvetica, sans-serif;
23
			border: 1px solid #99bbe8;
24
			padding: 5px;
25
			background-color: #66ff99;
26
		}
585 chandransh 27
	</ui:style>
586 chandransh 28
 
29
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
30
		<g:center>
31
			<g:HorizontalPanel>
32
				<g:cell>
33
					<g:Grid>
34
						<g:row>
35
							<g:customCell>
587 chandransh 36
								<g:Label styleName='{style.blueLabel}'>Item id:</g:Label>
586 chandransh 37
							</g:customCell>
38
							<g:customCell>
587 chandransh 39
								<g:Label styleName='{style.greenLabel}'
586 chandransh 40
									ui:field="itemId"></g:Label>
41
							</g:customCell>
42
						</g:row>
43
						<g:row>
44
							<g:customCell>
587 chandransh 45
								<g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
586 chandransh 46
							</g:customCell>
47
							<g:customCell>
587 chandransh 48
								<g:Label styleName="{style.greenLabel}"
586 chandransh 49
									ui:field="brand"></g:Label>
50
							</g:customCell>
51
						</g:row>
52
						<g:row>
53
							<g:customCell>
587 chandransh 54
								<g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
586 chandransh 55
							</g:customCell>
56
							<g:customCell>
587 chandransh 57
								<g:Label styleName="{style.greenLabel}"
586 chandransh 58
									ui:field="modelNumber"></g:Label>
59
							</g:customCell>
60
						</g:row>
61
						<g:row>
62
							<g:customCell>
587 chandransh 63
								<g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
586 chandransh 64
							</g:customCell>
65
							<g:customCell>
587 chandransh 66
								<g:Label styleName="{style.greenLabel}"
586 chandransh 67
									ui:field="modelName"></g:Label>
68
							</g:customCell>
69
						</g:row>
70
					</g:Grid>
71
				</g:cell>
72
				<g:cell>
73
					<g:Grid>
74
						<g:row>
75
							<g:customCell>
587 chandransh 76
								<g:Label styleName='{style.blueLabel}'>Category:</g:Label>
586 chandransh 77
							</g:customCell>
78
							<g:customCell>
587 chandransh 79
								<g:Label styleName='{style.greenLabel}'
586 chandransh 80
									ui:field="category"></g:Label>
81
							</g:customCell>
82
						</g:row>
83
						<g:row>
84
							<g:customCell>
587 chandransh 85
								<g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
586 chandransh 86
							</g:customCell>
87
							<g:customCell>
587 chandransh 88
								<g:Label styleName='{style.greenLabel}'
586 chandransh 89
									ui:field="comments"></g:Label>
90
							</g:customCell>
91
						</g:row>
92
						<g:row>
93
							<g:customCell>
587 chandransh 94
								<g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
586 chandransh 95
							</g:customCell>
96
							<g:customCell>
587 chandransh 97
								<g:Label styleName='{style.greenLabel}'
586 chandransh 98
									ui:field="catalogItemId"></g:Label>
99
							</g:customCell>
100
						</g:row>
101
						<g:row>
102
							<g:customCell>
587 chandransh 103
								<g:Label styleName='{style.blueLabel}'>Vendor Item ID:</g:Label>
586 chandransh 104
							</g:customCell>
105
							<g:customCell>
587 chandransh 106
								<g:Label styleName='{style.greenLabel}'
586 chandransh 107
									ui:field="vendorItemId"></g:Label>
108
							</g:customCell>
109
						</g:row>
110
					</g:Grid>
111
				</g:cell>
112
				<g:cell>
113
					<g:Grid>
114
						<g:row>
115
							<g:customCell>
587 chandransh 116
								<g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
586 chandransh 117
							</g:customCell>
118
							<g:customCell>
587 chandransh 119
								<g:Label styleName='{style.greenLabel}'
586 chandransh 120
									ui:field="mrp"></g:Label>
121
							</g:customCell>
122
						</g:row>
123
						<g:row>
124
							<g:customCell>
587 chandransh 125
								<g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
586 chandransh 126
							</g:customCell>
127
							<g:customCell>
587 chandransh 128
								<g:Label styleName='{style.greenLabel}'
586 chandransh 129
									ui:field="mop"></g:Label>
130
							</g:customCell>
131
						</g:row>
132
						<g:row>
133
							<g:customCell>
587 chandransh 134
								<g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
586 chandransh 135
							</g:customCell>
136
							<g:customCell>
587 chandransh 137
								<g:Label styleName='{style.greenLabel}'
586 chandransh 138
									ui:field="sellingPrice"></g:Label>
139
							</g:customCell>
140
						</g:row>
141
						<g:row>
142
							<g:customCell>
587 chandransh 143
								<g:Label styleName='{style.blueLabel}'>Weight:</g:Label>
586 chandransh 144
							</g:customCell>
145
							<g:customCell>
587 chandransh 146
								<g:Label styleName='{style.greenLabel}'
586 chandransh 147
									ui:field="weight"></g:Label>
148
							</g:customCell>
149
						</g:row>
150
					</g:Grid>
151
				</g:cell>
587 chandransh 152
				<g:cell>
153
					<g:Grid>
154
						<g:row>
155
							<g:customCell>
156
								<g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
157
							</g:customCell>
158
							<g:customCell>
159
								<g:Label styleName='{style.greenLabel}'
160
									ui:field="addedOn"></g:Label>
161
							</g:customCell>
162
						</g:row>
163
						<g:row>
164
							<g:customCell>
165
								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
166
							</g:customCell>
167
							<g:customCell>
168
								<g:Label styleName='{style.greenLabel}'
169
									ui:field="startDate"></g:Label>
170
							</g:customCell>
171
						</g:row>
172
						<g:row>
173
							<g:customCell>
174
								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
175
							</g:customCell>
176
							<g:customCell>
177
								<g:Label styleName='{style.greenLabel}'
178
									ui:field="retireDate"></g:Label>
179
							</g:customCell>
180
						</g:row>
181
					</g:Grid>
182
				</g:cell>
586 chandransh 183
			</g:HorizontalPanel>
184
		</g:center>
185
	</g:DockLayoutPanel>
585 chandransh 186
</ui:UiBinder>