From f16e261142e6a3612eadfcc271167ef64e498a5a Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 24 Jan 2017 10:47:27 +0530 Subject: Templates for the Container, widgets and messages Unified Framework for the OPEN-O GUI. Issue-ID : CLIENT-11 and its sub stories Change-Id: I33cb89400a516db6bfe3604585bd3f7326aad090 Signed-off-by: seshukm --- .../webapp/framework/browser/templates/home.html | 154 +++++++++++++++++++++ .../webapp/framework/browser/templates/list.html | 47 +++++++ .../webapp/framework/browser/templates/login.html | 40 ++++++ .../framework/browser/templates/notification.html | 28 ++++ .../framework/browser/templates/register.html | 47 +++++++ .../webapp/framework/browser/templates/table.html | 39 ++++++ .../framework/browser/templates/verticalTab.html | 28 ++++ 7 files changed, 383 insertions(+) create mode 100644 portal-common/src/main/webapp/framework/browser/templates/home.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/list.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/login.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/notification.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/register.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/table.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/verticalTab.html (limited to 'portal-common/src') diff --git a/portal-common/src/main/webapp/framework/browser/templates/home.html b/portal-common/src/main/webapp/framework/browser/templates/home.html new file mode 100644 index 00000000..527cb574 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/home.html @@ -0,0 +1,154 @@ +/* + + Copyright 2016-2017, Huawei Technologies Co., Ltd. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +*/ + +
+
+
+
+ + +
+
+ + +
+
+
+
\ No newline at end of file diff --git a/portal-common/src/main/webapp/framework/browser/templates/list.html b/portal-common/src/main/webapp/framework/browser/templates/list.html new file mode 100644 index 00000000..421e0d63 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/list.html @@ -0,0 +1,47 @@ + + +
+

{{message}}

+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+ + +
+
ShortNote
+
{{listTipData}}
+
+
+ diff --git a/portal-common/src/main/webapp/framework/browser/templates/login.html b/portal-common/src/main/webapp/framework/browser/templates/login.html new file mode 100644 index 00000000..026b670d --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/login.html @@ -0,0 +1,40 @@ + + +
+

Login

+ +
+
+
+ +
+ +
+ +
+ +
+ + {{ error }} +
+ Register + +
+
+
\ No newline at end of file diff --git a/portal-common/src/main/webapp/framework/browser/templates/notification.html b/portal-common/src/main/webapp/framework/browser/templates/notification.html new file mode 100644 index 00000000..8bbcf137 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/notification.html @@ -0,0 +1,28 @@ + + +

{{message}}

+ +
+ + + + +
ShortNote
+
{{notificationTipData}}
+
diff --git a/portal-common/src/main/webapp/framework/browser/templates/register.html b/portal-common/src/main/webapp/framework/browser/templates/register.html new file mode 100644 index 00000000..ff934267 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/register.html @@ -0,0 +1,47 @@ + + +
+

Register

+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ Login + +
+
+
\ No newline at end of file diff --git a/portal-common/src/main/webapp/framework/browser/templates/table.html b/portal-common/src/main/webapp/framework/browser/templates/table.html new file mode 100644 index 00000000..d218ab1c --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/table.html @@ -0,0 +1,39 @@ + + +
+

{{message}}

+ +
+

Basic Table (with hover)

+
+ +

Stripped Table (Condensed & with border)

+
+ +

Search Table

+
+ + + +
+
+
ShortNote
+
{{tableTipData}}
+
+
diff --git a/portal-common/src/main/webapp/framework/browser/templates/verticalTab.html b/portal-common/src/main/webapp/framework/browser/templates/verticalTab.html new file mode 100644 index 00000000..01241648 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/verticalTab.html @@ -0,0 +1,28 @@ + + +
+

{{message}}

+ +
+ +
+
ShortNote
+
{{vtabTipdata}}
+
+
\ No newline at end of file -- cgit 1.2.3-korg