data-miner-manager-tester/src/main/java/org/gcube/portlets/user/dataminermanagertester/client/application/menu/MenuView.ui.xml

41 lines
1.9 KiB
XML
Executable File

<!-- @Author Giancarlo Panichi -->
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:m="urn:import:gwt.material.design.client.ui" xmlns:ma="urn:import:gwt.material.design.addins.client"
xmlns:m.html="urn:import:gwt.material.design.client.ui.html">
<ui:with field="tokens"
type="org.gcube.portlets.user.dataminermanagertester.client.place.NameTokens" />
<ui:with field="res"
type="org.gcube.portlets.user.dataminermanagertester.client.resources.AppResources" />
<m:MaterialPanel>
<m:MaterialHeader ui:field="header">
<m:MaterialNavBar ui:field="navBar" activates="sidenav">
<m:MaterialNavBrand paddingLeft="60" text="DataMiner Tester" />
<m:MaterialNavSection float="RIGHT">
</m:MaterialNavSection>
</m:MaterialNavBar>
</m:MaterialHeader>
<m:MaterialSideNavPush ui:field="sideNav" m:id="sidenav"
width="280" withHeader="true" showOnAttach="true">
<!-- <ma:sideprofile.MaterialSideProfile url="{res.sideNavProfileBackground.getSafeUri.asString}">
<m:MaterialImage url="{res.panda.getSafeUri.asString}" /> <m:MaterialLabel
text="PandA" textColor="WHITE" /> <m:MaterialLink text="panda@isti.cnr.it"
activates="dropProfile" textColor="WHITE" /> </ma:sideprofile.MaterialSideProfile> -->
<!--
<m:MaterialLink text="Home" iconType="LABEL_OUTLINE"
targetHistoryToken="{tokens.getHome}" /> -->
<m:MaterialLink text="Test" iconType="LABEL_OUTLINE"
targetHistoryToken="{tokens.getTest}" />
<m:MaterialLink text="Batch" iconType="LABEL_OUTLINE"
targetHistoryToken="{tokens.getBatch}" />
<m:MaterialLink text="Diff" iconType="LABEL_OUTLINE"
targetHistoryToken="{tokens.getDiff}" />
<m:MaterialLink text="Help" iconType="LABEL_OUTLINE"
targetHistoryToken="{tokens.getHelp}" />
</m:MaterialSideNavPush>
</m:MaterialPanel>
</ui:UiBinder>