aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/ui/rich/web/Layout.ui.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/ui/rich/web/Layout.ui.xml')
-rw-r--r--src/esieequest/ui/rich/web/Layout.ui.xml89
1 files changed, 89 insertions, 0 deletions
diff --git a/src/esieequest/ui/rich/web/Layout.ui.xml b/src/esieequest/ui/rich/web/Layout.ui.xml
new file mode 100644
index 0000000..b48688b
--- /dev/null
+++ b/src/esieequest/ui/rich/web/Layout.ui.xml
@@ -0,0 +1,89 @@
1<!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 <g:DockLayoutPanel unit="EM">
5 <g:north size="2.0">
6 <g:DockLayoutPanel unit="EM" addStyleNames="toolbar">
7 <g:west size="6.0">
8 <g:Button ui:field="newButton" />
9 </g:west>
10 <g:west size="6.0">
11 <g:Button ui:field="soundButton" />
12 </g:west>
13 <g:center>
14 <g:Label horizontalAlignment="ALIGN_CENTER" ui:field="questLabel" />
15 </g:center>
16 <g:east size="6.0">
17 <g:Button ui:field="saveButton" enabled="false" />
18 </g:east>
19 <g:east size="6.0">
20 <g:Button ui:field="loadButton" />
21 </g:east>
22 </g:DockLayoutPanel>
23 </g:north>
24 <g:center>
25 <g:DockLayoutPanel unit="EM">
26 <g:center size="1.0">
27 <g:Frame width="100%" height="100%" ui:field="illustrationFrame" />
28 </g:center>
29 </g:DockLayoutPanel>
30 </g:center>
31 <g:south size="7.8">
32 <g:DockLayoutPanel unit="EM">
33 <g:center>
34 <g:DockLayoutPanel unit="EM" addStyleNames="console">
35 <g:center>
36 <g:TabLayoutPanel barHeight="0" barUnit="EM"
37 width="" height="" animationVertical="true" animationDuration="125"
38 ui:field="bottomPanel">
39 <g:tab>
40 <g:header></g:header>
41 <g:Label ui:field="displayLabel" />
42 </g:tab>
43 <g:tab>
44 <g:header></g:header>
45 <g:FlowPanel ui:field="inventoryPanel"></g:FlowPanel>
46 </g:tab>
47 </g:TabLayoutPanel>
48 </g:center>
49 <g:south size="2.0">
50 <g:TextBox ui:field="inputField" enabled="false" />
51 </g:south>
52 </g:DockLayoutPanel>
53 </g:center>
54 <g:east size="11.7">
55 <g:Grid addStyleNames="controls">
56 <g:row>
57 <g:customCell>
58 <g:Button addStyleNames="fa fa-briefcase" ui:field="inventoryButton"
59 enabled="false" />
60 </g:customCell>
61 <g:customCell>
62 <g:Button addStyleNames="fa fa-chevron-up" ui:field="forwardButton"
63 enabled="false" />
64 </g:customCell>
65 <g:customCell>
66 <g:Button addStyleNames="fa fa-caret-square-o-up"
67 ui:field="actionButton" enabled="false" />
68 </g:customCell>
69 </g:row>
70 <g:row>
71 <g:customCell>
72 <g:Button addStyleNames="fa fa-reply" ui:field="leftButton"
73 enabled="false" />
74 </g:customCell>
75 <g:customCell>
76 <g:Button addStyleNames="fa fa-chevron-down" ui:field="backButton"
77 enabled="false" />
78 </g:customCell>
79 <g:customCell>
80 <g:Button addStyleNames="fa fa-share" ui:field="rightButton"
81 enabled="false" />
82 </g:customCell>
83 </g:row>
84 </g:Grid>
85 </g:east>
86 </g:DockLayoutPanel>
87 </g:south>
88 </g:DockLayoutPanel>
89</ui:UiBinder> \ No newline at end of file