This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
vmereports-manager-portlet/src/main/java/org/gcube/portlets/user/reportgenerator/client/toursteps/Intro.ui.xml

31 lines
1.0 KiB
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder">
<ui:style>
/* Add CSS here. See the GWT docs on UI Binder for more details */
.important {
font-weight: bold;
}
</ui:style>
<div>
<!-- Add HTML content here. The ui:field attribute binds an element to
a field in the owner class. See the GWT docs on UI Binder for more details. -->
<div style="line-height: 19px; padding: 10px; font-size: 14px; ">
<div style="padding-bottom: 70px;">
<b>gCube Reporting</b>
allows users to create Reports and generate different
export formats
(OpenXML, HTML, PDF) based on results retrieved from the
infrastructure.
</div>
<div style="padding-bottom: 70px;">
gCube Templates are loaded by this
<b>gCube Report Generator</b>
to produce actual reports.
</div>
<div style="padding-bottom: 10px;">
<b>Discover</b>
gCube Reporting features through this quick tour.
</div>
</div>
</div>
</ui:UiBinder>