Rev 585 | Rev 587 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"><ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"xmlns:g="urn:import:com.google.gwt.user.client.ui"><ui:style>.outer {border-left: 1px solid #999;border-bottom: 1px solid #999;cursor: pointer;cursor: hand;}.detail1Div {border-left: 1px solid #999;border-bottom: 1px solid #999;text-align: right;background-color: #d3d6dd;}</ui:style><ui:style field='selectionStyle'type='in.shop2020.hotspot.dashbaord.client.inbox.ItemDetails.SelectionStyle'>.blueLabel {color: white;font: bold 12px tahoma, arial, helvetica, sans-serif;border: 1px solid #99bbe8;padding: 5px;background-color: blue}.greenLabel {color: black;font: bold 12px tahoma, arial, helvetica, sans-serif;border: 1px solid #99bbe8;padding: 5px;background-color: #66ff99;}</ui:style><g:DockLayoutPanel styleName='{style.outer}' unit='EM'><g:center><g:HorizontalPanel><g:cell><g:Grid><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Item id:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="itemId"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Brand:</g:Label></g:customCell><g:customCell><g:Label styleName="{selectionStyle.greenLabel}"ui:field="brand"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Model Number:</g:Label></g:customCell><g:customCell><g:Label styleName="{selectionStyle.greenLabel}"ui:field="modelNumber"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Model Name:</g:Label></g:customCell><g:customCell><g:Label styleName="{selectionStyle.greenLabel}"ui:field="modelName"></g:Label></g:customCell></g:row></g:Grid></g:cell><g:cell><g:Grid><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Category:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="category"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Comments:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="comments"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Catalog Item ID:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="catalogItemId"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Vendor Item ID:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="vendorItemId"></g:Label></g:customCell></g:row></g:Grid></g:cell><g:cell><g:Grid><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>MRP:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="mrp"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>MOP:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="mop"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Selling Price:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="sellingPrice"></g:Label></g:customCell></g:row><g:row><g:customCell><g:Label styleName='{selectionStyle.blueLabel}'>Weight:</g:Label></g:customCell><g:customCell><g:Label styleName='{selectionStyle.greenLabel}'ui:field="weight"></g:Label></g:customCell></g:row></g:Grid></g:cell></g:HorizontalPanel></g:center></g:DockLayoutPanel></ui:UiBinder>