summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/browser/templates/label.html
blob: 412821212d95371564f0828dfa0abcd270ca7116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!--<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>&ltspan class="labelHeader"&gtOPEN-O&lt/span&gt</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>&ltspan class="labelTitle"&gtOPEN-O&lt/span&gt</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>&ltspan class="message"&gtOPEN-O&lt/span&gt</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>&ltspan class="labelstyle"&gtOPEN-O&lt/span&gt</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>&ltspan class="shortnoteText"&gtOPEN-O&lt/span&gt</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>
-->