Add navigation buttons to related list tables.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / ui / DocumentSelectionViewImpl.ui.xml
1 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2 <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3         xmlns:g="urn:import:com.google.gwt.user.client.ui">
4         <ui:style>
5
6                 .title {
7                 font-size: 2em;
8                 font-weight: bold;
9                 color: #777777;
10                 margin: 40px 0px 20px;
11                 text-align: center;
12                 }
13
14                 .links {
15                 font-size: 2em;
16                 font-weight: bold;
17                 color: #777777;
18                 }
19
20                 .info {
21                 font-size: 1em;
22                 font-weight: bold;
23                 color: #777777;
24                 margin: 20px 0px 40px;
25                 }
26
27         </ui:style>
28
29         <g:HTMLPanel>
30
31                 <div class="{style.title}">
32                         <img style="vertical-align:middle;" src="glom.png" />
33                         Online Glom
34                 </div>
35
36                 <div>
37                         <g:VerticalPanel addStyleNames="{style.links}" ui:field="documentLinks" verticalAlignment="ALIGN_MIDDLE" spacing="10" />
38                 </div>
39
40                 <div class="{style.info}">
41                         You can build and run Online Glom by following
42                         <a href="http://www.glom.org/wiki/index.php?title=Development/OnlineGlom">these instructions</a>
43                         .
44                 </div>
45
46         </g:HTMLPanel>
47 </ui:UiBinder>