From 36f9d0ef8fa62ba431152d97ab7158db88032586 Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 23 Jan 2017 18:46:23 +0530 Subject: Templates for UI framework Templates for the Accordion, buttons and check boxes Issue-Id : CLIENT-136,CLIENT-137,CLIENT-138,CLIENT-139 Change-Id: Id41da3fda86f22a25b93f827cd5348e424971a26 Signed-off-by: seshukm --- .../framework/browser/templates/accordion.html | 24 ++++++++++++++ .../framework/browser/templates/buttons.html | 37 ++++++++++++++++++++++ .../framework/browser/templates/checkBoxes.html | 24 ++++++++++++++ .../framework/browser/templates/courses.html | 31 ++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 portal-common/src/main/webapp/framework/browser/templates/accordion.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/buttons.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/checkBoxes.html create mode 100644 portal-common/src/main/webapp/framework/browser/templates/courses.html (limited to 'portal-common/src/main/webapp') diff --git a/portal-common/src/main/webapp/framework/browser/templates/accordion.html b/portal-common/src/main/webapp/framework/browser/templates/accordion.html new file mode 100644 index 00000000..b1917866 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/accordion.html @@ -0,0 +1,24 @@ + + +
+

Accordion

+
+
ShortNote
+
{{accordionTipData}}
+
diff --git a/portal-common/src/main/webapp/framework/browser/templates/buttons.html b/portal-common/src/main/webapp/framework/browser/templates/buttons.html new file mode 100644 index 00000000..017c1137 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/buttons.html @@ -0,0 +1,37 @@ + + +

Types of Buttons

+ +
+

Default Buttons

+
+

Visual Buttons

+
+

Different Sized Buttons

+
+

Icon Buttons

+
+ +
+ +
ShortNote
+
{{buttonTipData}}
+ + + diff --git a/portal-common/src/main/webapp/framework/browser/templates/checkBoxes.html b/portal-common/src/main/webapp/framework/browser/templates/checkBoxes.html new file mode 100644 index 00000000..7fd439a0 --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/checkBoxes.html @@ -0,0 +1,24 @@ + + +

Checkboxes

+ +
+ +
ShortNote
+
{{checkboxTipData}}
diff --git a/portal-common/src/main/webapp/framework/browser/templates/courses.html b/portal-common/src/main/webapp/framework/browser/templates/courses.html new file mode 100644 index 00000000..01e47c3e --- /dev/null +++ b/portal-common/src/main/webapp/framework/browser/templates/courses.html @@ -0,0 +1,31 @@ + + +

{{message}}

+ + + + + + +
-- cgit 1.2.3-korg