-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
f79c2a4
commit 788c20d
Showing
14 changed files
with
584 additions
and
108 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
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
13 changes: 6 additions & 7 deletions
13
.../stanford/bmir/protege/web/client/postcoordination/PostCoordinationPortletViewImpl.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,10 +1,9 @@ | ||
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' | ||
xmlns:g='urn:import:com.google.gwt.user.client.ui' | ||
xmlns:custom="urn:import:edu.stanford.bmir.protege.web.client.form.complexcheckbox" | ||
xmlns:text="urn:import:edu.stanford.bmir.protege.web.client.library.text"> | ||
<g:HTMLPanel ui:field="paneContainer"> | ||
<g:HTMLPanel width="100%"> | ||
<g:FlexTable width="97%" height="100%" ui:field="flexTable"/> | ||
xmlns:g='urn:import:com.google.gwt.user.client.ui'> | ||
<g:HTMLPanel ui:field="paneContainer"> | ||
<g:HTMLPanel width="100%"> | ||
<g:FlexTable width="97%" height="100%" ui:field="flexTable"/> | ||
</g:HTMLPanel> | ||
<g:VerticalPanel width="100%" ui:field="scaleValueCardList"/> | ||
</g:HTMLPanel> | ||
</g:HTMLPanel> | ||
</ui:UiBinder> |
Oops, something went wrong.