diff options
author | lizi <li.zi30@zte.com.cn> | 2017-09-28 19:16:20 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-09-28 19:16:20 +0800 |
commit | b2a98df1fcee69ccfbab37774a9bc3152529242f (patch) | |
tree | c50c298e0d6ee20658b386da54ae01623f5bc95a /common/src/main/webapp/usageguide/browser/templates/label.html | |
parent | 9d0d1b611f53e3f51f8bf158bfad6eb76e84d945 (diff) |
Remove the unused thirdpary code from esr-gui.
Change-Id: I9f7d7234df60c7c33abef2efff051ae433e73c8c
Issue-ID: AAI-402
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'common/src/main/webapp/usageguide/browser/templates/label.html')
-rw-r--r-- | common/src/main/webapp/usageguide/browser/templates/label.html | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/common/src/main/webapp/usageguide/browser/templates/label.html b/common/src/main/webapp/usageguide/browser/templates/label.html deleted file mode 100644 index 4128212..0000000 --- a/common/src/main/webapp/usageguide/browser/templates/label.html +++ /dev/null @@ -1,94 +0,0 @@ -
-
-<!--<h4>Header</h4>-->
-<div id="headerArea" class="header" ><!--ng-init="init()"-->
- <!--<label class="titlestyle">Note</label>-->
- <span class="labelHeader">OPEN-O</span>
-</div>
-
-<div class="titlestyle">
- Info: This Header is using labelHeader as CSS
-</div>
-<br>
-<div>Use <b>labelHeader</b> class of open-ostye.css for all the message information</div>
-<br>
-<pre><code><span class="labelHeader">OPEN-O</span></code></pre>
-
-<br>
-<br>
-
-<div class="header" ><!--ng-init="init()"-->
- <span class="labelTitle">OPEN-O</span>
-</div>
-
-<div class="titlestyle">
- Info: This Title is using labelTitle as CSS
-</div>
-<br>
-<div>Use <b>labelTitle</b> class of open-ostye.css for all the message information</div>
-<br>
-<pre><code><span class="labelTitle">OPEN-O</span></code></pre>
-<br>
-<br>
-
-<!--<h5>Message</h5>-->
-<div id="messageArea" ><!--ng-init="init()"-->
- <span class="message">OPEN-O</span>
-</div>
-<div class="titlestyle">
- Info: This Message is using titlestyle as CSS
-</div>
-<br>
-<div>Use <b>message</b> class of open-ostye.css for all the message information</div>
-<br>
-<pre><code><span class="message">OPEN-O</span></code></pre>
-<br>
-<br>
-
-<!--<h5>Lables</h5>-->
-<div id="labelArea" ><!--ng-init="init()"-->
- <span class="labelstyle">OPEN-O</span>
-</div>
-<div class="titlestyle">
- Info: This label is using labelstyle as CSS
-</div>
-<br>
-<div>Use <b>labelstyle</b> class of open-ostye.css for all the message information</div>
-<br>
-<pre><code><span class="labelstyle">OPEN-O</span></code></pre>
-<br>
-<br>
-
-<!--<h5>Note</h5>-->
-<div id="noteArea" ><!--ng-init="init()"-->
- <span class="shortnoteText">OPEN-O</span>
-</div>
-<div class="titlestyle">
- Info: This Note is using shortnoteText as CSS
-</div>
-<br>
-<div>Use <b>shortnoteText</b> class of open-ostye.css for all the message information</div>
-<br>
-<pre><code><span class="shortnoteText">OPEN-O</span></code></pre>
-<br>
-<br>
-
-<!--
-<h2>Notes</h2>
-<div class="danger">
- <p><strong>Danger!</strong> Some text...</p>
-</div>
-
-<div class="success">
- <p><strong>Success!</strong> Some text...</p>
-</div>
-
-<div class="info">
- <p><strong>Info!</strong> Some text...</p>
-</div>
-
-<div class="warning">
- <p><strong>Warning!</strong> Some text...</p>
-</div>
--->
-
|