-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test.html
153 lines (134 loc) · 5.82 KB
/
Test.html
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<style>
.property-list {
display: block;
margin: 0;
list-style: none;
padding: 0;
}
body {
color: #333;
font-family: Arial,sans-serif;
font-size: 14px;
line-height: 1.42857142857143;
}
.property-list.two-cols>.item {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
clear: left;
float: left;
width: 50%;
}
.property-list.two-cols>.item-right {
clear: right;
float: right;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
.property-list>li {
margin: 1px 0 0 0;
padding: 0;
position: relative;
}
.property-list .item {
margin: 1px 0 0 0;
}
.property-list .wrap {
padding: 0 10px 0 150px;
}
.property-list .item .name {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-wrap: break-word;
word-break: break-word;
color: #707070;
display: inline-block;
font-weight: bold;
padding: 2px 5px 2px 0;
padding-right: 5px;
text-align: right;
width: 150px;
}
.property-list .wrap .name {
float: left;
margin-left: -150px;
}
.property-list .item .name, .item-details dl>dt {
text-align: left;
}
</style>
<div class="mod-content">
<ul id="issuedetails" class="property-list two-cols">
<li class="item">
<div class="wrap">
<strong class="name">Type:</strong>
<span id="type-val" class="value">
<img alt="" height="16" src="/secure/viewavatar?size=xsmall&avatarId=12723&avatarType=issuetype" title="Defect - A problem which impairs or prevents the functions of the product." width="16"> Defect
</span>
</div>
</li>
<li class="item item-right">
<div class="wrap">
<strong class="name">Status:</strong>
<span id="status-val" class="value">
<span class=" jira-issue-status-lozenge aui-lozenge jira-issue-status-lozenge-yellow jira-issue-status-lozenge-indeterminate jira-issue-status-lozenge-max-width-medium" data-tooltip="<span class="jira-issue-status-tooltip-title">R&amp;D In Progress</span><br><span class="jira-issue-status-tooltip-desc">R&amp;D is currently working on the ticket.</span>">R&D In Progress</span> </span>
</div>
</li>
<li class="item">
<div class="wrap">
<strong class="name">Priority:</strong>
<span id="priority-val" class="value editable-field inactive" title="Click to edit">
<img alt="" height="16" src="/images/icons/priorities/critical.png" title="2 - Critical - Crashes, loss of data, severe memory leak." width="16"> 2 - Critical
<span class="overlay-icon aui-icon aui-icon-small aui-iconfont-edit"></span></span>
</div>
</li>
<li class="item item-right">
<div class="wrap">
<strong class="name">Resolution:</strong>
<span id="resolution-val" class="value unresolved">
Unresolved
</span>
</div>
</li>
<li class="item">
<div class="wrap">
<strong class="name">Affects Version/s:</strong>
<span id="versions-val" class="value editable-field inactive" title="Click to edit">
<span class="shorten" id="versions-field" style="height: auto;">
<span title="Oak (7.3/10.3) SM7.3/FW10.3 in support to MPO fan-out">Oak (7.3/10.3)</span> </span>
<span class="overlay-icon aui-icon aui-icon-small aui-iconfont-edit"></span></span>
</div>
</li>
<li class="item item-right">
<div class="wrap">
<strong class="name">Fix Version/s:</strong>
<span id="fixfor-val" class="value editable-field inactive" title="Click to edit">
<span class="shorten" id="fixVersions-field" style="height: auto;">
<a href="/browse/SM/fixforversion/15064" title="Oak (7.3/10.3) SM7.3/FW10.3 in support to MPO fan-out">Oak (7.3/10.3)</a> </span>
<span class="overlay-icon aui-icon aui-icon-small aui-iconfont-edit"></span></span>
</div>
</li>
<li class="item">
<div class="wrap">
<strong class="name">Component/s:</strong>
<span id="components-val" class="value editable-field inactive" title="Click to edit">
None
<span class="overlay-icon aui-icon aui-icon-small aui-iconfont-edit"></span></span>
</div>
</li>
<li class="item full-width">
<div class="wrap" id="wrap-labels">
<strong class="name">Labels:</strong>
<div class="labels-wrap value editable-field inactive" title="Click to edit">
<span class="labels" id="labels-103280-value">None</span>
<a class="aui-icon aui-icon-small aui-iconfont-edit edit-labels" id="edit-labels-103280-labels" href="/secure/EditLabels!default.jspa?id=103280&noLink=false" title="Follow link"><span>Labels</span></a>
<span class="overlay-icon aui-icon aui-icon-small aui-iconfont-edit"></span></div>
</div>
</li>
</ul>
</div>