blob: a0d61d1fda5092b58b181989c1be5550a9abfdd2 [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:a='urn:import:com.google.gwt.app.client'
xmlns:r='urn:import:com.google.web.bindery.requestfactory.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>