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
 
12
		.detail1Div {
13
			border-left: 1px solid #999;
14
			border-bottom: 1px solid #999;
15
			text-align: right;
16
			background-color: #d3d6dd;
17
		}
585 chandransh 18
	</ui:style>
586 chandransh 19
 
20
	<ui:style field='selectionStyle'
21
		type='in.shop2020.hotspot.dashbaord.client.inbox.ItemDetails.SelectionStyle'>
22
			.blueLabel {
23
				color: white;
24
				font: bold 12px tahoma, arial, helvetica, sans-serif;
25
				border: 1px solid #99bbe8;
26
				padding: 5px;
27
				background-color: blue
28
			}
29
 
30
			.greenLabel {
31
				color: black;
32
				font: bold 12px tahoma, arial, helvetica, sans-serif;
33
				border: 1px solid #99bbe8;
34
				padding: 5px;
35
				background-color: #66ff99;
36
			}
37
		</ui:style>
38
 
39
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
40
		<g:center>
41
			<g:HorizontalPanel>
42
				<g:cell>
43
					<g:Grid>
44
						<g:row>
45
							<g:customCell>
46
								<g:Label styleName='{selectionStyle.blueLabel}'>Item id:</g:Label>
47
							</g:customCell>
48
							<g:customCell>
49
								<g:Label styleName='{selectionStyle.greenLabel}'
50
									ui:field="itemId"></g:Label>
51
							</g:customCell>
52
						</g:row>
53
						<g:row>
54
							<g:customCell>
55
								<g:Label styleName='{selectionStyle.blueLabel}'>Brand:</g:Label>
56
							</g:customCell>
57
							<g:customCell>
58
								<g:Label styleName="{selectionStyle.greenLabel}"
59
									ui:field="brand"></g:Label>
60
							</g:customCell>
61
						</g:row>
62
						<g:row>
63
							<g:customCell>
64
								<g:Label styleName='{selectionStyle.blueLabel}'>Model Number:</g:Label>
65
							</g:customCell>
66
							<g:customCell>
67
								<g:Label styleName="{selectionStyle.greenLabel}"
68
									ui:field="modelNumber"></g:Label>
69
							</g:customCell>
70
						</g:row>
71
						<g:row>
72
							<g:customCell>
73
								<g:Label styleName='{selectionStyle.blueLabel}'>Model Name:</g:Label>
74
							</g:customCell>
75
							<g:customCell>
76
								<g:Label styleName="{selectionStyle.greenLabel}"
77
									ui:field="modelName"></g:Label>
78
							</g:customCell>
79
						</g:row>
80
					</g:Grid>
81
				</g:cell>
82
				<g:cell>
83
					<g:Grid>
84
						<g:row>
85
							<g:customCell>
86
								<g:Label styleName='{selectionStyle.blueLabel}'>Category:</g:Label>
87
							</g:customCell>
88
							<g:customCell>
89
								<g:Label styleName='{selectionStyle.greenLabel}'
90
									ui:field="category"></g:Label>
91
							</g:customCell>
92
						</g:row>
93
						<g:row>
94
							<g:customCell>
95
								<g:Label styleName='{selectionStyle.blueLabel}'>Comments:</g:Label>
96
							</g:customCell>
97
							<g:customCell>
98
								<g:Label styleName='{selectionStyle.greenLabel}'
99
									ui:field="comments"></g:Label>
100
							</g:customCell>
101
						</g:row>
102
						<g:row>
103
							<g:customCell>
104
								<g:Label styleName='{selectionStyle.blueLabel}'>Catalog Item ID:</g:Label>
105
							</g:customCell>
106
							<g:customCell>
107
								<g:Label styleName='{selectionStyle.greenLabel}'
108
									ui:field="catalogItemId"></g:Label>
109
							</g:customCell>
110
						</g:row>
111
						<g:row>
112
							<g:customCell>
113
								<g:Label styleName='{selectionStyle.blueLabel}'>Vendor Item ID:</g:Label>
114
							</g:customCell>
115
							<g:customCell>
116
								<g:Label styleName='{selectionStyle.greenLabel}'
117
									ui:field="vendorItemId"></g:Label>
118
							</g:customCell>
119
						</g:row>
120
					</g:Grid>
121
				</g:cell>
122
				<g:cell>
123
					<g:Grid>
124
						<g:row>
125
							<g:customCell>
126
								<g:Label styleName='{selectionStyle.blueLabel}'>MRP:</g:Label>
127
							</g:customCell>
128
							<g:customCell>
129
								<g:Label styleName='{selectionStyle.greenLabel}'
130
									ui:field="mrp"></g:Label>
131
							</g:customCell>
132
						</g:row>
133
						<g:row>
134
							<g:customCell>
135
								<g:Label styleName='{selectionStyle.blueLabel}'>MOP:</g:Label>
136
							</g:customCell>
137
							<g:customCell>
138
								<g:Label styleName='{selectionStyle.greenLabel}'
139
									ui:field="mop"></g:Label>
140
							</g:customCell>
141
						</g:row>
142
						<g:row>
143
							<g:customCell>
144
								<g:Label styleName='{selectionStyle.blueLabel}'>Selling Price:</g:Label>
145
							</g:customCell>
146
							<g:customCell>
147
								<g:Label styleName='{selectionStyle.greenLabel}'
148
									ui:field="sellingPrice"></g:Label>
149
							</g:customCell>
150
						</g:row>
151
						<g:row>
152
							<g:customCell>
153
								<g:Label styleName='{selectionStyle.blueLabel}'>Weight:</g:Label>
154
							</g:customCell>
155
							<g:customCell>
156
								<g:Label styleName='{selectionStyle.greenLabel}'
157
									ui:field="weight"></g:Label>
158
							</g:customCell>
159
						</g:row>
160
					</g:Grid>
161
				</g:cell>
162
			</g:HorizontalPanel>
163
		</g:center>
164
	</g:DockLayoutPanel>
585 chandransh 165
</ui:UiBinder>