From e641b1ab688e84034af7b5b434685076ad8323ab Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 23 Jan 2017 18:43:28 +0530 Subject: Templates for the UI framework code for the UI framework container and index Issue-Id : CLIENT-136 Change-Id: I959077c3de9e0681595a889da1bfa2072e0bd86b Signed-off-by: seshukm --- .../src/main/webapp/framework/browser/index.html | 52 +++ .../main/webapp/framework/browser/template.html | 351 +++++++++++++++++++++ 2 files changed, 403 insertions(+) create mode 100644 portal-common/src/main/webapp/framework/browser/index.html create mode 100644 portal-common/src/main/webapp/framework/browser/template.html (limited to 'portal-common/src/main/webapp') diff --git a/portal-common/src/main/webapp/framework/browser/index.html b/portal-common/src/main/webapp/framework/browser/index.html new file mode 100644 index 00000000..889232ae --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/index.html @@ -0,0 +1,52 @@ + + + + + + + + + POC + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/portal-common/src/main/webapp/framework/browser/template.html b/portal-common/src/main/webapp/framework/browser/template.html new file mode 100644 index 00000000..d54f2010 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/template.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg