Subversion Repositories SmartDukaan

Rev

Rev 1344 | 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;
                }
                
                .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='{style.blueLabel}'>Item id:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="itemId"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Product Group:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="productGroup"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Brand:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName="{style.greenLabel}" ui:field="brand"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Model Number:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName="{style.greenLabel}" ui:field="modelNumber"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Model Name:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName="{style.greenLabel}" ui:field="modelName"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Colour:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName="{style.greenLabel}" ui:field="color"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                        </g:Grid>
                                </g:cell>
                                <g:cell>
                                        <g:Grid>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Category:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="category"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Comments:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="comments"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Catalog Item ID:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="catalogItemId"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                        </g:Grid>
                                </g:cell>
                                <g:cell>
                                        <g:Grid>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>MRP:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="mrp"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>MOP:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="mop"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Dealer Price:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="dealerPrice"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Selling Price:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="sellingPrice"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Weight:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="weight"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                        </g:Grid>
                                </g:cell>
                                <g:cell>
                                        <g:Grid>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Added On:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="addedOn"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="startDate"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="retireDate"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Updated On:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="updatedOn"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                        </g:Grid>
                                </g:cell>
                                <g:cell>
                                        <g:Grid>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Best Deals Text:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="bestDealsText"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                                <g:row>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.blueLabel}'>Best Deals Value:</g:Label>
                                                        </g:customCell>
                                                        <g:customCell>
                                                                <g:Label styleName='{style.greenLabel}' ui:field="bestDealsValue"></g:Label>
                                                        </g:customCell>
                                                </g:row>
                                        </g:Grid>
                                </g:cell>
                        </g:HorizontalPanel>
                </g:center>
        </g:DockLayoutPanel>
</ui:UiBinder>