Framework UI templates
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 23 Jan 2017 13:24:52 +0000 (18:54 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 23 Jan 2017 13:24:52 +0000 (18:54 +0530)
radioButton, tabs, vertical tabs, text box, tree.html.

Issue-Id : CLIENT-125, CLIENT-126, CLIENT-127

Change-Id: Ib99da16e659a7d42f544fb937726e7517015964f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
portal-common/src/main/webapp/framework/browser/templates/radioButtons.html [new file with mode: 0644]
portal-common/src/main/webapp/framework/browser/templates/tabs.html [new file with mode: 0644]
portal-common/src/main/webapp/framework/browser/templates/textarea.html [new file with mode: 0644]
portal-common/src/main/webapp/framework/browser/templates/tree.html [new file with mode: 0644]

diff --git a/portal-common/src/main/webapp/framework/browser/templates/radioButtons.html b/portal-common/src/main/webapp/framework/browser/templates/radioButtons.html
new file mode 100644 (file)
index 0000000..f80bd99
--- /dev/null
@@ -0,0 +1,25 @@
+<!--\r
+\r
+    Copyright 2016-2017, Huawei Technologies Co., Ltd.\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
+\r
+<h4>Radio Buttons</h4>\r
+\r
+<div id="radioBtnArea"  ng-init="init()"></div>\r
+<div class="shortnoteHeader">ShortNote</div>\r
+<div class="shortnoteText">{{radioTipData}}</div>\r
+\r
+\r
diff --git a/portal-common/src/main/webapp/framework/browser/templates/tabs.html b/portal-common/src/main/webapp/framework/browser/templates/tabs.html
new file mode 100644 (file)
index 0000000..a271918
--- /dev/null
@@ -0,0 +1,27 @@
+<!--\r
+\r
+    Copyright 2016-2017, Huawei Technologies Co., Ltd.\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
+\r
+<div class="container col-sm-12 col-md-12 col-lg-12">\r
+    <h4>{{message}}</h4>\r
+    <div id="tabArea" ng-init="init()"></div>\r
+\r
+    <div class="col-sm-12 col-md-12 col-lg-12">\r
+        <div class="shortnoteHeader">ShortNote</div>\r
+        <div class="shortnoteText">{{tabTipData}}</div>\r
+    </div>\r
+</div>
\ No newline at end of file
diff --git a/portal-common/src/main/webapp/framework/browser/templates/textarea.html b/portal-common/src/main/webapp/framework/browser/templates/textarea.html
new file mode 100644 (file)
index 0000000..8c01e6d
--- /dev/null
@@ -0,0 +1,119 @@
+<!--\r
+\r
+    Copyright 2016-2017, Huawei Technologies Co., Ltd.\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
+\r
+<h4>Text Area</h4>\r
+<body>\r
+<div name="myForm"  class="css-form" method="post">\r
+    <div class="form-group row">\r
+        <label for="fname" class="col-xs-2 col-form-label">Text</label>\r
+        <div class="col-xs-10">\r
+           <div id="fname"></div>\r
+\r
+        </div>\r
+    </div>\r
+\r
+    <div class="form-group row">\r
+        <label for="email" class="col-xs-2 col-form-label">Email</label>\r
+        <div class="col-xs-10">\r
+            <div id="email" ></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="url" class="col-xs-2 col-form-label">URL</label>\r
+        <div class="col-xs-10">\r
+            <div id="url"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="password" class="col-xs-2 col-form-label">Password</label>\r
+        <div class="col-xs-10">\r
+            <div id="password"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="numeric" class="col-xs-2 col-form-label">Numeric</label>\r
+        <div class="col-xs-10">\r
+            <div id="numeric"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="dot" class="col-xs-2 col-form-label">Date and time</label>\r
+        <div class="col-xs-10">\r
+        <div id="dot"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="dateinput" class="col-xs-2 col-form-label">Date</label>\r
+        <div class="col-xs-10">\r
+            <div id="dateinput"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="monthinput" class="col-xs-2 col-form-label">Month</label>\r
+        <div class="col-xs-10">\r
+            <div id="monthinput"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="weekinput" class="col-xs-2 col-form-label">Week</label>\r
+        <div class="col-xs-10">\r
+            <div id="weekinput"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="timeinput" class="col-xs-2 col-form-label">Time</label>\r
+        <div class="col-xs-10">\r
+        <div id="timeinput"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="ipv4" class="col-xs-2 col-form-label">IPV4 Address</label>\r
+        <div class="col-xs-10">\r
+        <div id="ipv4"></div>\r
+        </div>\r
+    </div>\r
+    <div class="form-group row">\r
+        <label for="ipv6" class="col-xs-2 col-form-label">IPV6 Address</label>\r
+        <div class="col-xs-10">\r
+            <div id="ipv6"></div>\r
+        </div>\r
+    </div>\r
+\r
+\r
+    <div class="form-group row">\r
+        <label for="textarea" class="col-xs-2 col-form-label">Text Area</label>\r
+        <div class="col-xs-10">\r
+            <div id="textarea"></div>\r
+\r
+        </div>\r
+    </div>\r
+\r
+    <div class="form-group row">\r
+        <label for="note" class="col-xs-2 col-form-label">Note</label>\r
+        <div class="col-xs-10">\r
+            <div id="note">\r
+            </div>\r
+\r
+        </div>\r
+    </div>\r
+\r
+</div>\r
+<div class="shortnoteHeader">ShortNote</div>\r
+<div class="shortnoteText">{{toolTipData}}</div>\r
+</body>\r
+\r
diff --git a/portal-common/src/main/webapp/framework/browser/templates/tree.html b/portal-common/src/main/webapp/framework/browser/templates/tree.html
new file mode 100644 (file)
index 0000000..dd8f96b
--- /dev/null
@@ -0,0 +1,22 @@
+<!--\r
+\r
+    Copyright 2016-2017, Huawei Technologies Co., Ltd.\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
+\r
+<h4>{{message}}</h4>\r
+<div id="tree1" class="ztree" ng-init="init()"></div><!-- ng-if="treeLoaded()"-->\r
+<div class="shortnoteHeader">ShortNote</div>\r
+<div class="shortnoteText">{{treeTip}}</div>\r