You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.4 KiB
XML

<!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:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.noBorder {
border: 0px;
}
.marginToError {
margin-left: 180px;
}
</ui:style>
<g:HTMLPanel>
<g:HTMLPanel ui:field="form_unit_fields">
<g:VerticalPanel ui:field="errorPanel" styleName="{style.marginToError}">
</g:VerticalPanel>
<b:Form type="HORIZONTAL">
<b:Fieldset styleName="{style.noBorder}">
<b:ControlGroup ui:field="cg_select_population_type">
<b:ControlLabel for="cl_select_population_type">Batch Type</b:ControlLabel>
<b:Controls>
<b:ListBox name="Select a Population Type..." b:id="field_select_population_type"
ui:field="field_select_population_type" addStyleNames="the_select_custom">
</b:ListBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_select_population">
<b:ControlLabel for="cl_select_population">Level</b:ControlLabel>
<b:Controls>
<b:ListBox name="Select a Population..." b:id="field_select_population"
ui:field="field_select_population" addStyleNames="the_select_custom">
</b:ListBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_select_species">
<b:ControlLabel for="cl_select_species">Species</b:ControlLabel>
<b:Controls>
<b:ListBox name="Select Species..." b:id="field_select_species"
ui:field="field_select_species" addStyleNames="the_select_custom">
</b:ListBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_select_quarter">
<b:ControlLabel for="cl_select_quarter">Quarter</b:ControlLabel>
<b:Controls>
<b:InputAddOn>
<b:ListBox name="Select Quarter..." b:id="field_select_quarter"
ui:field="field_select_quarter" multipleSelect="true"
addStyleNames="the_select_custom">
</b:ListBox>
<b:appendWidget>
<b:CheckBox ui:field="uib_check_all_quarter" title="Select/Unselect All" />
</b:appendWidget>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_select_area">
<b:ControlLabel for="cl_select_area">Area</b:ControlLabel>
<b:Controls>
<b:InputAddOn>
<b:ListBox name="Select Area..." b:id="field_select_area"
ui:field="field_select_area" multipleSelect="true"
addStyleNames="the_select_custom">
</b:ListBox>
<b:appendWidget>
<b:CheckBox ui:field="uib_check_all_area" title="Select/Unselect All"/>
</b:appendWidget>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cg_select_period">
<b:ControlLabel for="cl_select_period">Period</b:ControlLabel>
<b:Controls>
<b:InputAddOn>
<b:ListBox name="Select Period..." b:id="field_select_period"
ui:field="field_select_period" multipleSelect="true"
addStyleNames="the_select_custom">
</b:ListBox>
<b:appendWidget>
<b:CheckBox ui:field="uib_check_all_period" title="Select/Unselect All" />
</b:appendWidget>
</b:InputAddOn>
</b:Controls>
</b:ControlGroup>
</b:Fieldset>
</b:Form>
</g:HTMLPanel>
<!-- <b:Pager left="Older" right="Submit Request" aligned="true" ui:field="pager"
/> -->
</g:HTMLPanel>
</ui:UiBinder>