--- /dev/null
+<!--\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
--- /dev/null
+<!--\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
--- /dev/null
+<!--\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
--- /dev/null
+<!--\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