-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 45 additions & 52 deletions
97
roda-ui/roda-wui/src/main/java/org/roda/wui/client/browse/BrowseAIP.ui.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!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:common="urn:import:org.roda.wui.client.common"> | ||
|
||
<ui:with field='messages' type='config.i18n.client.ClientMessages'/> | ||
|
||
<g:FocusPanel ui:field="keyboardFocus"> | ||
<g:FlowPanel styleName="browse" addStyleNames="skip_padding"> | ||
<common:NavigationToolbar ui:field="navigationToolbar" | ||
header="{messages.catalogueItemTitle}"/> | ||
<g:FlowPanel addStyleNames="row full_width skip_padding" ui:field="center"> | ||
<g:FlowPanel addStyleNames="col_12"> | ||
<!-- STATUS --> | ||
<g:HTML ui:field="aipState"/> | ||
|
||
<!-- IDENTIFICATION --> | ||
<g:FlowPanel addStyleNames="identification"> | ||
<common:TitlePanel ui:field="title"> | ||
<g:FlowPanel addStyleNames="browseItemPanelDisposal" ui:field="disposalPolicy"/> | ||
<g:FlowPanel addStyleNames="browseItemPanelRisksEventsLogs" | ||
ui:field="risksEventsLogs"/> | ||
<g:Label addStyleNames="browseItemId" ui:field="dateCreatedAndModified"/> | ||
</common:TitlePanel> | ||
</g:FlowPanel> | ||
|
||
<g:FlowPanel addStyleNames="cards"> | ||
<!-- DESCRIPTIVE METADATA --> | ||
<g:Button addStyleNames="btn btn-block btn-plus browseNewDescriptiveMetadataButton" | ||
ui:field="newDescriptiveMetadata"> | ||
<ui:text from='{messages.newDescriptiveMetadataTitle}'/> | ||
</g:Button> | ||
<g:FlowPanel addStyleNames="card descriptiveMetadataCard"> | ||
<g:TabPanel ui:field="descriptiveMetadata" | ||
addStyleNames="browseItemMetadata"/> | ||
</g:FlowPanel> | ||
|
||
<!-- REPRESENTATIONS --> | ||
<g:SimplePanel ui:field="representationsCard" addStyleNames="card representationsCard"/> | ||
|
||
<!-- DIPs --> | ||
<g:SimplePanel ui:field="disseminationsCard" addStyleNames="card disseminationsCard"/> | ||
|
||
<!-- AIP CHILDREN --> | ||
<g:SimplePanel ui:field="aipChildrenCard" addStyleNames="card aipChildrenCard"/> | ||
|
||
<!-- ADD NEW --> | ||
<g:SimplePanel ui:field="addRepresentation" addStyleNames="ActionableStyleButtons"/> | ||
<g:SimplePanel ui:field="addChildAip" addStyleNames="ActionableStyleButtons"/> | ||
</g:FlowPanel> | ||
</g:FlowPanel> | ||
</g:FlowPanel> | ||
</g:FlowPanel> | ||
</g:FocusPanel> | ||
xmlns:g="urn:import:com.google.gwt.user.client.ui" | ||
xmlns:common="urn:import:org.roda.wui.client.common"> | ||
|
||
<ui:with field='messages' type='config.i18n.client.ClientMessages' /> | ||
|
||
<g:FocusPanel ui:field="keyboardFocus"> | ||
<g:FlowPanel styleName="browse" addStyleNames="wrapper skip_padding"> | ||
<common:NavigationToolbar ui:field="navigationToolbar" header="{messages.catalogueItemTitle}" /> | ||
<g:FlowPanel addStyleNames="row full_width skip_padding" ui:field="center"> | ||
<g:FlowPanel addStyleNames="col_12 content"> | ||
<!-- STATUS --> | ||
<g:HTML ui:field="aipState" /> | ||
|
||
<!-- IDENTIFICATION --> | ||
<common:TitlePanel ui:field="title"> | ||
<g:FlowPanel addStyleNames="browseItemPanelDisposal" ui:field="disposalPolicy" /> | ||
<g:FlowPanel addStyleNames="browseItemPanelRisksEventsLogs" ui:field="risksEventsLogs" /> | ||
<g:Label addStyleNames="browseItemId" ui:field="dateCreatedAndModified" /> | ||
</common:TitlePanel> | ||
|
||
<!-- DESCRIPTIVE METADATA --> | ||
<g:Button addStyleNames="btn btn-block btn-plus browseNewDescriptiveMetadataButton" ui:field="newDescriptiveMetadata"> | ||
<ui:text from='{messages.newDescriptiveMetadataTitle}' /> | ||
</g:Button> | ||
<g:FlowPanel addStyleNames="card descriptiveMetadataCard"> | ||
<g:TabPanel ui:field="descriptiveMetadata" | ||
addStyleNames="browseItemMetadata" /> | ||
</g:FlowPanel> | ||
|
||
<!-- REPRESENTATIONS --> | ||
<g:SimplePanel ui:field="representationsCard" addStyleNames="card representationsCard"/> | ||
|
||
<!-- DIPs --> | ||
<g:SimplePanel ui:field="disseminationsCard" addStyleNames="card disseminationsCard"/> | ||
|
||
<!-- AIP CHILDREN --> | ||
<g:SimplePanel ui:field="aipChildrenCard" addStyleNames="card aipChildrenCard"/> | ||
|
||
<!-- ADD NEW --> | ||
<g:SimplePanel ui:field="addRepresentation" addStyleNames="ActionableStyleButtons" /> | ||
<g:SimplePanel ui:field="addChildAip" addStyleNames="ActionableStyleButtons" /> | ||
</g:FlowPanel> | ||
</g:FlowPanel> | ||
</g:FlowPanel> | ||
</g:FocusPanel> | ||
</ui:UiBinder> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters