From d80f661757a86abdb2a4fec137cc34aed6250e17 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Thu, 2 Feb 2017 10:29:38 +0530 Subject: OPEN-O GUI Framework for container sample code of OPEN-O GUI Framework for container. Issue-Id : CLIENT-128 Change-Id: I9fe1bd1546aad06a5c2846913f0b2aeb36c386dd Signed-off-by: Seshu-Kumar-M --- .../webapp/usage guide/browser/templates/home.html | 154 +++++++++++++++++++++ .../webapp/usage guide/browser/templates/list.html | 47 +++++++ .../usage guide/browser/templates/login.html | 40 ++++++ .../usage guide/browser/templates/management.html | 130 +++++++++++++++++ .../browser/templates/notification.html | 30 ++++ .../browser/templates/radioButtons.html | 28 ++++ .../usage guide/browser/templates/register.html | 47 +++++++ .../usage guide/browser/templates/table.html | 48 +++++++ .../webapp/usage guide/browser/templates/tabs.html | 27 ++++ .../usage guide/browser/templates/textarea.html | 121 ++++++++++++++++ .../webapp/usage guide/browser/templates/tree.html | 25 ++++ 11 files changed, 697 insertions(+) create mode 100644 common/src/main/webapp/usage guide/browser/templates/home.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/list.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/login.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/management.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/notification.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/radioButtons.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/register.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/table.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/tabs.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/textarea.html create mode 100644 common/src/main/webapp/usage guide/browser/templates/tree.html diff --git a/common/src/main/webapp/usage guide/browser/templates/home.html b/common/src/main/webapp/usage guide/browser/templates/home.html new file mode 100644 index 00000000..796c82e1 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/home.html @@ -0,0 +1,154 @@ + + +
+
+
+
+ + +
+
+ + +
+
+
+
\ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templates/list.html b/common/src/main/webapp/usage guide/browser/templates/list.html new file mode 100644 index 00000000..1051a6ac --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/list.html @@ -0,0 +1,47 @@ + + +
+

{{message}}

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

Login

+ +
+
+
+ +
+ +
+ +
+ +
+ + {{ error }} +
+ Register + +
+
+
\ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templates/management.html b/common/src/main/webapp/usage guide/browser/templates/management.html new file mode 100644 index 00000000..5afca760 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/management.html @@ -0,0 +1,130 @@ + + +

{{message}}

+

+
+ + +
+
+
+ + + + + + + + + + +
+ + + {{provinceData.province_name}} + + {{provinceData.ip}} + + {{provinceData.port}} + + + +
+ + + + +
+ + + + + +
+
Usage
+
{{provinceTipData}}
+
diff --git a/common/src/main/webapp/usage guide/browser/templates/notification.html b/common/src/main/webapp/usage guide/browser/templates/notification.html new file mode 100644 index 00000000..86d640ca --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/notification.html @@ -0,0 +1,30 @@ + + +

{{message}}

+ +
+ + + + +
+
Usage
+
{{notificationTipData}}
+
+
diff --git a/common/src/main/webapp/usage guide/browser/templates/radioButtons.html b/common/src/main/webapp/usage guide/browser/templates/radioButtons.html new file mode 100644 index 00000000..d0ae5331 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/radioButtons.html @@ -0,0 +1,28 @@ + + + +

Radio Buttons

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

Register

+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ Login + +
+
+
\ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templates/table.html b/common/src/main/webapp/usage guide/browser/templates/table.html new file mode 100644 index 00000000..592b66d5 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/table.html @@ -0,0 +1,48 @@ + + +
+

{{message}}

+ +
+ +

Basic Table (with hover)

+
+ +

Stripped Table (Condensed & with border)

+
+ +

Search Table

+
+ + + + + +
+ {{siteData.countryName}} + + {{siteData.language}} +
+
+
+
+
Usage
+
{{tableTipData}}
+
+
diff --git a/common/src/main/webapp/usage guide/browser/templates/tabs.html b/common/src/main/webapp/usage guide/browser/templates/tabs.html new file mode 100644 index 00000000..1be3b968 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/tabs.html @@ -0,0 +1,27 @@ + + +
+

{{message}}

+
+ +
+
Usage
+
{{tabTipData}}
+
+
\ No newline at end of file diff --git a/common/src/main/webapp/usage guide/browser/templates/textarea.html b/common/src/main/webapp/usage guide/browser/templates/textarea.html new file mode 100644 index 00000000..b305b275 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/textarea.html @@ -0,0 +1,121 @@ + + +

Text Area

+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ + +
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+ +
+
+
Usage
+
{{toolTipData}}
+
+ + diff --git a/common/src/main/webapp/usage guide/browser/templates/tree.html b/common/src/main/webapp/usage guide/browser/templates/tree.html new file mode 100644 index 00000000..fd2e8579 --- /dev/null +++ b/common/src/main/webapp/usage guide/browser/templates/tree.html @@ -0,0 +1,25 @@ + + +

{{message}}

+
+ +
+
Usage
+
{{treeTip}}
+
-- cgit 1.2.3-korg