blob: d6d3df3ba53d450f300df05a2b80e837b96923f6 [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'>
<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"/>
<g:ValuePicker width='100%' pageSize='100' ui:field='placesBox'/>
<g:SimplePanel width='100%' ui:field='body'/>
</g:HTMLPanel>
</ui:UiBinder>