From 12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 Mon Sep 17 00:00:00 2001
From: Pacien TRAN-GIRARD
Date: Mon, 3 Mar 2014 19:27:27 +0100
Subject: Add web interface and clean project dir
---
war/WEB-INF/web.xml | 13 +++++++++++++
war/esieequest.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
war/esieequest.html | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 103 insertions(+)
create mode 100644 war/WEB-INF/web.xml
create mode 100644 war/esieequest.css
create mode 100644 war/esieequest.html
(limited to 'war')
diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml
new file mode 100644
index 0000000..8c2676a
--- /dev/null
+++ b/war/WEB-INF/web.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+ esieequest.html
+
+
+
diff --git a/war/esieequest.css b/war/esieequest.css
new file mode 100644
index 0000000..043fd86
--- /dev/null
+++ b/war/esieequest.css
@@ -0,0 +1,53 @@
+/** Add css rules here for your application. */
+
+body {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+button {
+ border: 1px solid #ccc !important;
+}
+
+.toolbar div.gwt-Label {
+ margin-top: 0.35em;
+}
+
+.toolbar button {
+ width: 100%;
+ height: 100%;
+}
+
+.controls button {
+ width: 3.5em;
+ height: 3.5em;
+}
+
+.gwt-Frame {
+ border: none !important;
+}
+
+.console {
+ margin-left: 4px;
+ margin-right: 1px;
+ margin-top: 3px;
+ margin-bottom: 2px;
+}
+
+.console .gwt-TabLayoutPanelContentContainer {
+ margin-bottom: 2px;
+ border: 1px solid #ccc !important;
+}
+
+.console .gwt-TabLayoutPanelContent {
+ border: none !important;
+}
+
+.gwt-TextBox {
+ width: calc(100% - 5px);
+ border: 1px solid #ccc;
+}
diff --git a/war/esieequest.html b/war/esieequest.html
new file mode 100644
index 0000000..f96990d
--- /dev/null
+++ b/war/esieequest.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+ ESIEEquest Web View
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3