Subversion Repositories SmartDukaan

Rev

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

Rev 2489 Rev 3524
Line 1... Line 1...
1
<ui:UiBinder
1
<ui:UiBinder
2
	xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
	xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
-
 
4
	xmlns:c="urn:import:com.google.gwt.user.cellview.client"
4
	xmlns:catalog="urn:import:in.shop2020.catalog.dashboard.client">
5
	xmlns:catalog="urn:import:in.shop2020.catalog.dashboard.client">
5
    
6
    
6
	<ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
7
	<ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
7
	
8
	
8
	<ui:style>
9
	<ui:style>
Line 64... Line 65...
64
 
65
 
65
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
66
	<g:DockLayoutPanel styleName='{style.outer}' unit='EM'>
66
        <g:north size="1.5">
67
        <g:north size="1.5">
67
            <g:Label styleName='{style.header}' ui:field='currentlyShowing'></g:Label>
68
            <g:Label styleName='{style.header}' ui:field='currentlyShowing'></g:Label>
68
        </g:north>
69
        </g:north>
69
		<g:north size='2'>
-
 
70
			<g:FlexTable ui:field='header' styleName='{style.header}' cellSpacing='0' cellPadding='0'/>
-
 
71
		</g:north>
-
 
72
 
-
 
73
		<g:center>
70
		<g:center>
74
			<g:ScrollPanel>
71
			<g:ScrollPanel>
75
				<g:FlexTable ui:field='itemDescriptionTable' styleName='{style.table}' cellSpacing='0' cellPadding='0' />
72
	          <c:CellTable addStyleNames='{style.table}' pageSize='15' ui:field='itemDescriptionTable' />
76
			</g:ScrollPanel>
73
			</g:ScrollPanel>
77
		</g:center>
74
		</g:center>
-
 
75
		<g:south size="2.0">
-
 
76
			<c:SimplePager ui:field='pager' location='CENTER'/>
-
 
77
		</g:south>
78
	</g:DockLayoutPanel>
78
	</g:DockLayoutPanel>
79
</ui:UiBinder> 
79
</ui:UiBinder> 
80
80