catalogue-sharing-widget/src/main/java/org/gcube/portlets_widgets/catalogue_sharing_widget/client/ShareCatalogueWidget.ui.xml

53 lines
2.1 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">
<g:HTMLPanel>
<b:Modal ui:field="modalShareLink" title="Item's information"
backdrop="STATIC" keyboard="true" animation="true">
<div>
<b:Well size="LARGE" visible="true" ui:field="loadingIcon">
<b:Icon type="COG" size="FOUR_TIMES" aria-hidden="true"
alignment="CENTER" spin="true" />
</b:Well>
<!-- Alert blocks for info/errors -->
<b:AlertBlock type="ERROR" close="false" animation="true"
visible="false" ui:field="errorBlock"></b:AlertBlock>
<b:Form type="VERTICAL" ui:field="formWithInformation"
visible="false">
<b:Fieldset>
<b:ControlGroup>
<b:ControlLabel for="input01">Item's title:</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="XLARGE" b:id="input01"
placeholder="Item's title" readOnly="true" ui:field="itemTitle"></b:TextBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup>
<b:ControlLabel for="input04">Item's name:</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="XLARGE" b:id="input04"
placeholder="Item's title" readOnly="true" ui:field="itemName"></b:TextBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup>
<b:ControlLabel for="input02">Item's url:</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="XLARGE" b:id="input02"
placeholder="Item's long url" readOnly="true" ui:field="itemLongUrl"></b:TextBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup>
<b:ControlLabel for="input03">Item's short url:</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="XLARGE" b:id="input03"
placeholder="Item's short url" readOnly="true" ui:field="itemShortUrl"></b:TextBox>
</b:Controls>
</b:ControlGroup>
</b:Fieldset>
</b:Form>
</div>
</b:Modal>
</g:HTMLPanel>
</ui:UiBinder>