summaryrefslogtreecommitdiffstats
path: root/alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html
diff options
context:
space:
mode:
authorLiYi <li.yi101@zte.com.cn>2017-03-08 10:22:45 +0800
committer6092002077 <li.yi101@zte.com.cn>2017-03-08 10:22:45 +0800
commit70ee0f5383360a48d1c74d246b5f518e6e4e7b31 (patch)
tree8f42437796f7fbb0bcd74b2e587a5584fd6f83fe /alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html
parentbaa263fde716cb009df080dcd0c6a5dc4070e266 (diff)
Add common component
add fileUpload plugin css,js and png picture Issue-ID:CLIENT-164 Change-Id: I565ef385dea8e3930a633758396a87e9b0260fc0 Signed-off-by: YILI <li.yi101@zte.com.cn>
Diffstat (limited to 'alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html')
-rw-r--r--alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html b/alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html
new file mode 100644
index 00000000..b80d2e46
--- /dev/null
+++ b/alarm-analysis/src/main/webapp/public/framework/browser/templates/buttons.html
@@ -0,0 +1,38 @@
+<!--
+
+ Copyright 2016-2017, Huawei Technologies Co., Ltd.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+<h4>Types of Buttons</h4>
+
+<div id="buttonArea" ng-init="init()">
+ <h3> Default Buttons</h3>
+ <div id="defaultButtonArea"></div>
+ <h3>Visual Buttons</h3>
+ <div id="visualButtonArea"></div>
+ <h3>Different Sized Buttons</h3>
+ <div id="sizeButtonArea"></div>
+ <h3>Icon Buttons</h3>
+ <div id="iconButtonArea"></div>
+
+</div>
+<div class="shortnote">
+ <div class="shortnoteHeader">ShortNote</div>
+ <div class="shortnoteText">{{buttonTipData}}</div>
+</div>
+
+
+