From cbb77f0a144724c3a2fe76fd9252e77b27f3eac4 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 4 Dec 2014 11:53:05 -0800 Subject: [PATCH] [Layout] Initial layout templates Bring over and perform initial transition of templates for the Layout view. WTD-535. --- platform/features/layout/bundle.json | 15 ++++++++++++++ .../features/layout/res/templates/frame.html | 20 +++++++++++++++++++ .../features/layout/res/templates/layout.html | 9 +++++++++ 3 files changed, 44 insertions(+) create mode 100644 platform/features/layout/res/templates/frame.html create mode 100644 platform/features/layout/res/templates/layout.html diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index aec8ef65f5..7b918b3c26 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -2,6 +2,21 @@ "name": "Layout components.", "description": "Plug in adding Layout capabiltiies.", "extensions": { + "views": [ + { + "key": "layout", + "name": "Layout", + "glyph": "L", + "type": "layout", + "templateUrl": "templates/layout.html" + } + ], + "representations": [ + { + "key": "frame", + "templateUrl": "templates/frame.html" + } + ], "types": [ { "key": "layout", diff --git a/platform/features/layout/res/templates/frame.html b/platform/features/layout/res/templates/frame.html new file mode 100644 index 0000000000..8140c3e1d0 --- /dev/null +++ b/platform/features/layout/res/templates/frame.html @@ -0,0 +1,20 @@ +
+
+
+ + +
+
+ + +
+
+
+ + +
+
\ No newline at end of file diff --git a/platform/features/layout/res/templates/layout.html b/platform/features/layout/res/templates/layout.html new file mode 100644 index 0000000000..e4a33abdcc --- /dev/null +++ b/platform/features/layout/res/templates/layout.html @@ -0,0 +1,9 @@ +
+ + + + + + +
\ No newline at end of file