blob: 8039fbc4a7066dd2433d3d65f3d79674e41ebdb1 [file] [log] [blame]
<!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'
xmlns:r='urn:import:com.google.gwt.requestfactory.client'
xmlns:a='urn:import:com.google.gwt.app.client'>
<ui:style field='mobile' src='mobile.css'/>
<g:HTMLPanel>
<div class='{mobile.bar}'>
<div class='{mobile.title}' ui:field='title'>Expense Reports</div>
</div>
<div class='{mobile.error}' ui:field='error'/>
<r:LoginWidget styleName='{mobile.login}' ui:field="loginWidget"/>
<a:CellListPlacePickerView width='100%' pageSize='100' ui:field='placesBox'/>
<g:SimplePanel width='100%' ui:field='body'/>
</g:HTMLPanel>
</ui:UiBinder>