| 119 |
ghuddy |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<title>ERG Release Notes</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
6 |
<style type="text/css"> <!--
|
|
|
7 |
.body_txt{color:#000000;font:11px tahoma,sans-serif;text-decoration:none;}
|
|
|
8 |
.body_txt_gray{
|
|
|
9 |
color: Gray;
|
|
|
10 |
font: bold 11px tahoma,sans-serif;
|
|
|
11 |
text-decoration:none;
|
|
|
12 |
}
|
|
|
13 |
.body_txt_lrg{color:#000000;font: 14px tahoma,sans-serif;text-decoration:none;}
|
|
|
14 |
.body_txt_small{color:#000000;font: 9px tahoma,sans-serif;text-decoration:none;}
|
|
|
15 |
.body_txt_macro{color: #808080;font:9px tahoma,sans-serif;font-weight: normal;padding-right: 10px;text-decoration:none}
|
|
|
16 |
.body_txt_pre{
|
|
|
17 |
color:#000000;
|
|
|
18 |
font: 12px "Courier New", Courier, monospace;
|
|
|
19 |
text-decoration:none;
|
|
|
20 |
}
|
|
|
21 |
.pkg_removed {
|
|
|
22 |
color:#000000;
|
|
|
23 |
font:11px tahoma,sans-serif;
|
|
|
24 |
text-decoration: line-through;
|
|
|
25 |
}
|
|
|
26 |
.pkg_changed {
|
|
|
27 |
color:#000000;
|
|
|
28 |
font: bold 11px tahoma,sans-serif;
|
|
|
29 |
text-decoration:none;
|
|
|
30 |
}
|
|
|
31 |
.body_sect{ font-family: Arial, sans-serif; font-size: 18px; color: Black; text-decoration: none; }
|
|
|
32 |
.body_ttl {FONT-WEIGHT: bold; FONT-SIZE: 26px; COLOR: Black; FONT-FAMILY: Arial, sans-serif; }
|
|
|
33 |
.body_ttl_w {
|
|
|
34 |
FONT-WEIGHT: bold;
|
|
|
35 |
FONT-SIZE: 26px;
|
|
|
36 |
COLOR: White;
|
|
|
37 |
FONT-FAMILY: Arial, sans-serif;
|
|
|
38 |
padding-left : 10px;
|
|
|
39 |
padding-right : 10px;
|
|
|
40 |
}
|
|
|
41 |
.body_sttl { FONT-SIZE: 18; COLOR: #003366; FONT-FAMILY: Arial, sans-serif; }
|
|
|
42 |
.txt_linked { font-family: tahoma,sans-serif; font-size: 11px; color: #0066FF; text-decoration: underline; font : normal; }
|
|
|
43 |
.form_item { font-family: tahoma,sans-serif; font-size: 11px; color: Black; text-decoration: none; font : normal normal; }
|
|
|
44 |
TH{
|
|
|
45 |
color:#000000;
|
|
|
46 |
font:11px tahoma,sans-serif;
|
|
|
47 |
font-weight:bold;
|
|
|
48 |
padding-right: 3px;
|
|
|
49 |
text-decoration:none;
|
|
|
50 |
background : #F5F5F5;
|
|
|
51 |
padding-left : 3px;
|
|
|
52 |
text-align : left;
|
|
|
53 |
}
|
|
|
54 |
-->
|
|
|
55 |
</style>
|
|
|
56 |
<script language="JavaScript" type="text/javascript">
|
|
|
57 |
<!--
|
|
|
58 |
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|
|
59 |
window.open(theURL,winName,features);
|
|
|
60 |
}
|
|
|
61 |
|
|
|
62 |
function MM_findObj(n, d) { //v4.0
|
|
|
63 |
var p,i,x;
|
|
|
64 |
if(!d) d=document;
|
|
|
65 |
if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
|
|
66 |
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
|
|
|
67 |
}
|
|
|
68 |
if(!(x=d[n])&&d.all) x=d.all[n];
|
|
|
69 |
for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
|
|
70 |
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
|
|
71 |
if(!x && document.getElementById) x=document.getElementById(n);
|
|
|
72 |
return x;
|
|
|
73 |
}
|
|
|
74 |
|
|
|
75 |
function DisplayROW() {
|
|
|
76 |
var i, args, row_name, visibility;
|
|
|
77 |
|
|
|
78 |
args=DisplayROW.arguments;
|
|
|
79 |
|
|
|
80 |
for (i=0; i<(args.length); i+=2) {
|
|
|
81 |
row_name=args[i];
|
|
|
82 |
visibility=args[i+1];
|
|
|
83 |
MM_findObj(row_name).style.display = visibility;
|
|
|
84 |
}
|
|
|
85 |
|
|
|
86 |
}
|
|
|
87 |
-->
|
|
|
88 |
</script>
|
|
|
89 |
</head>
|
|
|
90 |
|
|
|
91 |
<body>
|
|
|
92 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
93 |
<tr>
|
|
|
94 |
<td width="50%" align="right" bgcolor="#002E54" class="body_ttl_w">RELEASE NOTES</td>
|
|
|
95 |
<td width="1" align="center" bgcolor="#002544"></td>
|
|
|
96 |
<td width="50%" align="left" bgcolor="#002544" class="body_ttl_w">ERG Transit Systems</td>
|
|
|
97 |
</tr>
|
|
|
98 |
</table>
|
|
|
99 |
<br>
|
|
|
100 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
101 |
<!-- SnippetName="Title"
|
|
|
102 |
<tr>
|
|
|
103 |
<td align="center" class="body_sttl"><strong>$PKG_TITLE$</strong></td>
|
|
|
104 |
</tr>
|
|
|
105 |
EndOfSnippet -->
|
|
|
106 |
</table>
|
|
|
107 |
<br>
|
|
|
108 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
109 |
<tr>
|
|
|
110 |
<td colspan="4" bgcolor="#E4E9EC"><span class="body_sect">Identification:</span><br>
|
|
|
111 |
<span class="body_txt"><br>
|
|
|
112 |
This release can be uniquely identified by:</span></td>
|
|
|
113 |
</tr>
|
|
|
114 |
<!-- SnippetName="Identification"
|
|
|
115 |
<tr>
|
|
|
116 |
<th width="15%" nowrap>Name:</th>
|
|
|
117 |
<td width="35%" nowrap class="body_txt">$PKG_NAME$</td>
|
|
|
118 |
<th width="15%" nowrap>Label:</th>
|
|
|
119 |
<td width="35%" nowrap class="body_txt">$LABEL$</td>
|
|
|
120 |
</tr>
|
|
|
121 |
<tr>
|
|
|
122 |
<th nowrap>Version:</th>
|
|
|
123 |
<td nowrap class="body_txt">$PKG_VERSION$</td>
|
|
|
124 |
<th nowrap>Source Path:</th>
|
|
|
125 |
<td nowrap class="body_txt">$SOURCE_PATH$</td>
|
|
|
126 |
</tr>
|
|
|
127 |
<tr>
|
|
|
128 |
<th nowrap>Released:</th>
|
|
|
129 |
<td nowrap class="body_txt">$RELEASE_DATE$ by <a href="mailto:$RELEASOR_EMAIL$" class="txt_linked">$RELEASOR$</a></td>
|
|
|
130 |
<th nowrap>Owner:</th>
|
|
|
131 |
<td nowrap class="body_txt"><a href="mailto:$OWNER_EMAIL$" class="txt_linked">$OWNER$</a></td>
|
|
|
132 |
</tr>
|
|
|
133 |
EndOfSnippet -->
|
|
|
134 |
</table>
|
|
|
135 |
<br>
|
|
|
136 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
137 |
<tr>
|
|
|
138 |
<td colspan="2" bgcolor="#E4E9EC" class="body_sect">Package Information:</td>
|
|
|
139 |
</tr>
|
|
|
140 |
<!-- SnippetName="Package_Information"
|
|
|
141 |
<tr>
|
|
|
142 |
<th width="1%" nowrap>Short Description</th>
|
|
|
143 |
<td width="100%" class="body_txt">$SHORT_DESCRIPTION$</td>
|
|
|
144 |
</tr>
|
|
|
145 |
<tr>
|
|
|
146 |
<th>Overview</th>
|
|
|
147 |
<td class="body_txt">$LONG_DESCRIPTION$</td>
|
|
|
148 |
</tr>
|
|
|
149 |
EndOfSnippet -->
|
|
|
150 |
</table>
|
|
|
151 |
<br>
|
|
|
152 |
<br>
|
|
|
153 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
154 |
<tr>
|
|
|
155 |
<td bgcolor="#E4E9EC" class="body_sect">Reason For This Version:</td>
|
|
|
156 |
</tr>
|
|
|
157 |
<!-- SnippetName="Reason_For_This_Version"
|
|
|
158 |
<tr>
|
|
|
159 |
<td class="body_txt">$REASON$</td>
|
|
|
160 |
</tr>
|
|
|
161 |
EndOfSnippet -->
|
|
|
162 |
</table>
|
|
|
163 |
<br>
|
|
|
164 |
<br>
|
|
|
165 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
166 |
<tr bgcolor="#E4E9EC">
|
|
|
167 |
<td colspan="5"><span class="body_sect">Issues:</span><br> <span class="body_txt"><br>
|
|
|
168 |
This release has the following issue status:</span></td>
|
|
|
169 |
</tr>
|
|
|
170 |
<tr>
|
|
|
171 |
<th width="1%" nowrap>Issue ID</th>
|
|
|
172 |
<th width="1%" nowrap>Issue DB</th>
|
|
|
173 |
<th width="100%" nowrap>Summary</th>
|
|
|
174 |
<th width="1%" nowrap>Issue Type</th>
|
|
|
175 |
<th width="1%" nowrap>Priority</th>
|
|
|
176 |
</tr>
|
|
|
177 |
<tr>
|
|
|
178 |
<td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
|
|
|
179 |
</tr>
|
|
|
180 |
<!-- SnippetName="JIRA_Issues:List"
|
|
|
181 |
Uses JIRA snippets defined at the end of the page.
|
|
|
182 |
EndOfSnippet -->
|
|
|
183 |
<tr>
|
|
|
184 |
<td colspan="5" nowrap class="body_txt_lrg"><strong>Fixed Issues:</strong></td>
|
|
|
185 |
</tr>
|
|
|
186 |
<!-- SnippetName="Fixed_Issues:List"
|
|
|
187 |
Uses DEVI and TDSE snippets defined at the end of the page.
|
|
|
188 |
EndOfSnippet -->
|
|
|
189 |
<tr>
|
|
|
190 |
<td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
|
|
|
191 |
</tr>
|
|
|
192 |
<tr>
|
|
|
193 |
<td colspan="5" nowrap class="body_txt_lrg"><strong>Outstanding Issues:</strong></td>
|
|
|
194 |
</tr>
|
|
|
195 |
<!-- SnippetName="Outstanding_Issues:List"
|
|
|
196 |
Uses DEVI and TDSE snippets defined at the end of the page.
|
|
|
197 |
EndOfSnippet -->
|
|
|
198 |
<tr>
|
|
|
199 |
<td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
|
|
|
200 |
</tr>
|
|
|
201 |
</table>
|
|
|
202 |
<br>
|
|
|
203 |
<br>
|
|
|
204 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
205 |
<tr>
|
|
|
206 |
<td colspan="2" bgcolor="#E4E9EC"><span class="body_sect">Build Dependencies:</span><br> <span class="body_txt"><br>
|
|
|
207 |
This package was built with the following "dpkg_archive" packages:</span></td>
|
|
|
208 |
</tr>
|
|
|
209 |
<tr>
|
|
|
210 |
<th width="1%" nowrap>Dependency Name</th>
|
|
|
211 |
<th width="100%" nowrap>Version</th>
|
|
|
212 |
</tr>
|
|
|
213 |
<!-- SnippetName="Build_Dependencies"
|
|
|
214 |
<tr>
|
|
|
215 |
<td nowrap class="body_txt">$PKG_NAME$</td>
|
|
|
216 |
<td nowrap class="body_txt"><a href="../../../$RELEASE_NOTE_PATH$" class="txt_linked">$PKG_VERSION$</a></td>
|
|
|
217 |
</tr>
|
|
|
218 |
EndOfSnippet -->
|
|
|
219 |
</table>
|
|
|
220 |
<br>
|
|
|
221 |
<br>
|
|
|
222 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
223 |
<tr>
|
|
|
224 |
<td colspan="3" bgcolor="#E4E9EC"><span class="body_sect">Runtime Dependencies:</span><br> <span class="body_txt"><br>
|
|
|
225 |
This package requires the presence of the following packages on runtime
|
|
|
226 |
to operate correctly:</span></td>
|
|
|
227 |
</tr>
|
|
|
228 |
<tr>
|
|
|
229 |
<th width="1%" nowrap>Dependency Name</th>
|
|
|
230 |
<th width="1%" nowrap>Version</th>
|
|
|
231 |
<th width="100%" nowrap>Comments</th>
|
|
|
232 |
</tr>
|
|
|
233 |
<!-- SnippetName="Runtime_Dependencies"
|
|
|
234 |
<tr>
|
|
|
235 |
<td nowrap class="body_txt" valign="top">$PKG_NAME$</td>
|
|
|
236 |
<td nowrap class="body_txt" valign="top">$PKG_VERSION$</td>
|
|
|
237 |
<td class="body_txt" valign="top">$COMMENTS$</td>
|
|
|
238 |
</tr>
|
|
|
239 |
EndOfSnippet -->
|
|
|
240 |
</table>
|
|
|
241 |
<br>
|
|
|
242 |
<br>
|
|
|
243 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
244 |
<tr>
|
|
|
245 |
<td colspan="5" bgcolor="#E4E9EC"><span class="body_sect">Files:</span><br> <span class="body_txt"><br>
|
|
|
246 |
This release consists of the following files.<br>
|
|
|
247 |
NOTE: Checksums are derived using:<br>
|
| 189 |
brianf |
248 |
a ) CKSUM - located at <strong>http://bms:8002/ManagerSuite/release_manager/scripts/bin/cksum.exe</strong><br>
|
|
|
249 |
b ) MODCRC - located at <strong>http://bms:8002/ManagerSuite/release_manager/scripts/bin/modcrc.exe</strong></span></td>
|
| 119 |
ghuddy |
250 |
</tr>
|
|
|
251 |
<tr>
|
|
|
252 |
<th nowrap>File Path</th>
|
|
|
253 |
<th nowrap>File Name</th>
|
|
|
254 |
<th nowrap>Size (bytes)</th>
|
|
|
255 |
<th nowrap>CRC - cksum</th>
|
|
|
256 |
<th nowrap>CRC - modcrc</th>
|
|
|
257 |
</tr>
|
|
|
258 |
<!-- SnippetName="Files"
|
|
|
259 |
<tr>
|
|
|
260 |
<td nowrap class="body_txt">$FILE_PATH$</td>
|
|
|
261 |
<td nowrap class="body_txt">$FILE_NAME$</td>
|
|
|
262 |
<td nowrap class="body_txt">$BYTE_SIZE$</td>
|
|
|
263 |
<td nowrap class="body_txt">$CRC_CKSUM$</td>
|
|
|
264 |
<td nowrap class="body_txt">$CRC_MODCRC$</td>
|
|
|
265 |
</tr>
|
|
|
266 |
EndOfSnippet -->
|
|
|
267 |
</table>
|
|
|
268 |
<br>
|
|
|
269 |
<br>
|
|
|
270 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
271 |
<tr>
|
|
|
272 |
<td colspan="4" bgcolor="#E4E9EC"><span class="body_sect">Unit Tests:</span></td>
|
|
|
273 |
</tr>
|
|
|
274 |
<tr>
|
|
|
275 |
<th width="1%" nowrap>Test</th>
|
|
|
276 |
<th width="100%" nowrap>Test Summary</th>
|
|
|
277 |
<th width="1%" nowrap align="center">Passed # / Total</th>
|
|
|
278 |
<th width="1%" nowrap>Test Completed</th>
|
|
|
279 |
</tr>
|
|
|
280 |
<!-- SnippetName="Unit_Tests"
|
|
|
281 |
<tr>
|
|
|
282 |
<td nowrap class="body_txt" valign="top">$TEST_NAME$</td>
|
|
|
283 |
<td class="body_txt" valign="top">$TEST_SUMMARY$</td>
|
|
|
284 |
<td nowrap class="body_txt" valign="top" align="center">$TEST_PASSED$</td>
|
|
|
285 |
<td nowrap class="body_txt" valign="top">$TEST_COMPLETED$</td>
|
|
|
286 |
</tr>
|
|
|
287 |
EndOfSnippet -->
|
|
|
288 |
</table>
|
|
|
289 |
<br>
|
|
|
290 |
<br>
|
|
|
291 |
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
|
|
|
292 |
<tr>
|
|
|
293 |
<td class="body_sect" bgcolor="#E4E9EC">Additional Notes:</td>
|
|
|
294 |
</tr>
|
|
|
295 |
<!-- SnippetName="Additional_Notes:Blank"
|
|
|
296 |
<tr>
|
|
|
297 |
<td class="body_txt"> </td>
|
|
|
298 |
</tr>
|
|
|
299 |
EndOfSnippet -->
|
|
|
300 |
<!-- SnippetName="Additional_Notes"
|
|
|
301 |
<tr>
|
|
|
302 |
<td class="body_txt"><b>$NOTE_TITLE$</b><br>$NOTE_BODY$<br><br>
|
|
|
303 |
<span class="body_txt_macro">Last Modified: $MOD_DATE$ by $MOD_USER$</span></td>
|
|
|
304 |
</tr>
|
|
|
305 |
EndOfSnippet -->
|
|
|
306 |
</table>
|
|
|
307 |
<br>
|
|
|
308 |
<br>
|
|
|
309 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
310 |
<tr>
|
|
|
311 |
<td colspan="2" align="right"><hr size="1" noshade></td>
|
|
|
312 |
</tr>
|
|
|
313 |
<tr>
|
|
|
314 |
<td class="body_txt"></td>
|
|
|
315 |
<td align="right"><span class="body_txt">ERG Confidental © ERG</span></td>
|
|
|
316 |
</tr>
|
|
|
317 |
</table>
|
|
|
318 |
<!------------------------------------------------------------ COMMON SNIPPET DEFINITIONS ------------------------------------------------------------------>
|
|
|
319 |
<!-- SnippetName="Issues:List:JIRA"
|
|
|
320 |
<tr>
|
| 1338 |
dpurdie |
321 |
<td nowrap class="body_txt" valign="top"><a href="<%=JIRA_URL%>/browse/$ISSUE_NUMBER$" target="_blank" class="txt_linked">$ISSUE_NUMBER$</a></td>
|
| 119 |
ghuddy |
322 |
<td nowrap class="body_txt" valign="top">$ISSUE_DATABASE$</td>
|
|
|
323 |
<td class="body_txt" valign="top">$SUMMARY$
|
|
|
324 |
<DIV id="NUM_$TAG_ID$_BODY" name="NUM_$TAG_ID$_BODY" style="display:none;">
|
|
|
325 |
<table width="100%" border="0" cellspacing="5" cellpadding="1">
|
|
|
326 |
<tr>
|
|
|
327 |
<td bgcolor="#999999">
|
|
|
328 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
329 |
<tr bgcolor="#F5F5F5">
|
|
|
330 |
<td class="body_txt" nowrap><strong>Properties</strong></td>
|
|
|
331 |
<td class="body_txt"> </td>
|
|
|
332 |
<td class="body_txt"> </td>
|
|
|
333 |
<td class="body_txt"> </td>
|
|
|
334 |
</tr>
|
|
|
335 |
<tr bgcolor="#F5F5F5">
|
|
|
336 |
<td align="right" class="body_txt" nowrap>Issue Type</td>
|
|
|
337 |
<td><select name="group_id" class="form_item" disabled>
|
|
|
338 |
<option selected>$CQ_ISSUE_TYPE$</option>
|
|
|
339 |
<option>$BOX_WIDTH$</option>
|
|
|
340 |
</select></td>
|
|
|
341 |
<td align="right" class="body_txt" nowrap>Submitter</td>
|
|
|
342 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
343 |
<option selected>$CQ_SUBMITTER$</option>
|
|
|
344 |
<option>$BOX_WIDTH$</option>
|
|
|
345 |
</select></td>
|
|
|
346 |
</tr>
|
|
|
347 |
<tr bgcolor="#F5F5F5">
|
|
|
348 |
<td align="right" class="body_txt" nowrap>Detected in Version</td>
|
|
|
349 |
<td> <select name="select" class="form_item" disabled>
|
|
|
350 |
<option selected>$CQ_DETECTED_IN_VERSION$</option>
|
|
|
351 |
<option>$BOX_WIDTH$</option>
|
|
|
352 |
</select></td>
|
|
|
353 |
<td align="right" class="body_txt" nowrap>Submited on Date</td>
|
|
|
354 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
355 |
<option selected>$CQ_SUBMIT_DATE$</option>
|
|
|
356 |
<option>$BOX_WIDTH$</option>
|
|
|
357 |
</select></td>
|
|
|
358 |
</tr>
|
|
|
359 |
<tr bgcolor="#F5F5F5">
|
|
|
360 |
<td align="right" class="body_txt" nowrap>Project</td>
|
|
|
361 |
<td><select name="select" class="form_item" disabled>
|
|
|
362 |
<option selected>$CQ_PROJECT$</option>
|
|
|
363 |
<option>$BOX_WIDTH$</option>
|
|
|
364 |
</select></td>
|
|
|
365 |
<td align="right" class="body_txt" nowrap>Owner</td>
|
|
|
366 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
367 |
<option selected>$CQ_OWNER$</option>
|
|
|
368 |
<option>$BOX_WIDTH$</option>
|
|
|
369 |
</select></td>
|
|
|
370 |
</tr>
|
|
|
371 |
<tr bgcolor="#F5F5F5">
|
|
|
372 |
<td align="right" class="body_txt" nowrap>Product</td>
|
|
|
373 |
<td><select name="select" class="form_item" disabled>
|
|
|
374 |
<option selected>$CQ_PRODUCT$</option>
|
|
|
375 |
<option>$BOX_WIDTH$</option>
|
|
|
376 |
</select></td>
|
|
|
377 |
<td align="right" class="body_txt" nowrap>Approver</td>
|
|
|
378 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
379 |
<option selected>$CQ_APPROVER$</option>
|
|
|
380 |
<option>$BOX_WIDTH$</option>
|
|
|
381 |
</select></td>
|
|
|
382 |
</tr>
|
|
|
383 |
<tr bgcolor="#F5F5F5">
|
|
|
384 |
<td align="right" class="body_txt" nowrap>Package</td>
|
|
|
385 |
<td> <select name="select" class="form_item" disabled>
|
|
|
386 |
<option selected>$CQ_PACKAGE$</option>
|
|
|
387 |
<option>$BOX_WIDTH$</option>
|
|
|
388 |
</select></td>
|
|
|
389 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
390 |
<td class="body_txt"> </td>
|
|
|
391 |
</tr>
|
|
|
392 |
<tr bgcolor="#F5F5F5">
|
|
|
393 |
<td align="right" class="body_txt" nowrap>Priority</td>
|
|
|
394 |
<td><select name="select" class="form_item" disabled>
|
|
|
395 |
<option selected>$CQ_PRIORITY$</option>
|
|
|
396 |
<option>$BOX_WIDTH$</option>
|
|
|
397 |
</select></td>
|
|
|
398 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
399 |
<td class="body_txt"> </td>
|
|
|
400 |
</tr>
|
|
|
401 |
<tr bgcolor="#F5F5F5">
|
|
|
402 |
<td align="right" class="body_txt" nowrap>Status</td>
|
|
|
403 |
<td><select name="select" class="form_item" disabled>
|
|
|
404 |
<option selected>$CQ_STATUS$</option>
|
|
|
405 |
<option>$BOX_WIDTH$</option>
|
|
|
406 |
</select></td>
|
|
|
407 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
408 |
<td class="body_txt"> </td>
|
|
|
409 |
</tr>
|
|
|
410 |
</table></td>
|
|
|
411 |
</tr>
|
|
|
412 |
<tr>
|
|
|
413 |
<td bgcolor="#999999">
|
|
|
414 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
415 |
<tr>
|
|
|
416 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Description</strong><br>$CQ_DESCRIPTION$</td>
|
|
|
417 |
</tr>
|
|
|
418 |
</table></td>
|
|
|
419 |
</tr>
|
|
|
420 |
<tr>
|
|
|
421 |
<td bgcolor="#999999">
|
|
|
422 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
423 |
<tr>
|
|
|
424 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Notes Log</strong><br>$CQ_NOTES_LOG$</td>
|
|
|
425 |
</tr>
|
|
|
426 |
</table></td>
|
|
|
427 |
</tr>
|
|
|
428 |
</table>
|
|
|
429 |
</DIV>
|
|
|
430 |
</td>
|
|
|
431 |
<td nowrap class="body_txt" valign="top">$ISSUE_TYPE$</td>
|
|
|
432 |
<td nowrap class="body_txt" valign="top">$PRIORITY$</td>
|
|
|
433 |
</tr>
|
|
|
434 |
EndOfSnippet -->
|
|
|
435 |
|
|
|
436 |
<!-- SnippetName="Issues:List:DEVI"
|
|
|
437 |
<tr>
|
|
|
438 |
<td nowrap class="body_txt" valign="top">
|
|
|
439 |
<SPAN id="NUM_$TAG_ID$" name="NUM_$TAG_ID$">
|
|
|
440 |
<a href="javascript:;" onclick="DisplayROW('NUM_$TAG_ID$_OFF','block','NUM_$TAG_ID$','none','NUM_$TAG_ID$_BODY','block')" class="txt_linked">$ISSUE_NUMBER$</a>
|
|
|
441 |
</SPAN>
|
|
|
442 |
<SPAN id="NUM_$TAG_ID$_OFF" name="NUM_$TAG_ID$_OFF" style="display:none;">
|
|
|
443 |
<a href="javascript:;" onclick="DisplayROW('NUM_$TAG_ID$_OFF','none','NUM_$TAG_ID$','block','NUM_$TAG_ID$_BODY','none')" class="txt_linked">$ISSUE_NUMBER$</a>
|
|
|
444 |
</SPAN>
|
|
|
445 |
</td>
|
|
|
446 |
<td nowrap class="body_txt" valign="top">$ISSUE_DATABASE$</td>
|
|
|
447 |
<td class="body_txt" valign="top">$SUMMARY$
|
|
|
448 |
<DIV id="NUM_$TAG_ID$_BODY" name="NUM_$TAG_ID$_BODY" style="display:none;">
|
|
|
449 |
<table width="100%" border="0" cellspacing="5" cellpadding="1">
|
|
|
450 |
<tr>
|
|
|
451 |
<td bgcolor="#999999">
|
|
|
452 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
453 |
<tr bgcolor="#F5F5F5">
|
|
|
454 |
<td class="body_txt" nowrap><strong>Properties</strong></td>
|
|
|
455 |
<td class="body_txt"> </td>
|
|
|
456 |
<td class="body_txt"> </td>
|
|
|
457 |
<td class="body_txt"> </td>
|
|
|
458 |
</tr>
|
|
|
459 |
<tr bgcolor="#F5F5F5">
|
|
|
460 |
<td align="right" class="body_txt" nowrap>Issue Type</td>
|
|
|
461 |
<td><select name="group_id" class="form_item" disabled>
|
|
|
462 |
<option selected>$CQ_ISSUE_TYPE$</option>
|
|
|
463 |
<option>$BOX_WIDTH$</option>
|
|
|
464 |
</select></td>
|
|
|
465 |
<td align="right" class="body_txt" nowrap>Submitter</td>
|
|
|
466 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
467 |
<option selected>$CQ_SUBMITTER$</option>
|
|
|
468 |
<option>$BOX_WIDTH$</option>
|
|
|
469 |
</select></td>
|
|
|
470 |
</tr>
|
|
|
471 |
<tr bgcolor="#F5F5F5">
|
|
|
472 |
<td align="right" class="body_txt" nowrap>Detected in Version</td>
|
|
|
473 |
<td> <select name="select" class="form_item" disabled>
|
|
|
474 |
<option selected>$CQ_DETECTED_IN_VERSION$</option>
|
|
|
475 |
<option>$BOX_WIDTH$</option>
|
|
|
476 |
</select></td>
|
|
|
477 |
<td align="right" class="body_txt" nowrap>Submited on Date</td>
|
|
|
478 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
479 |
<option selected>$CQ_SUBMIT_DATE$</option>
|
|
|
480 |
<option>$BOX_WIDTH$</option>
|
|
|
481 |
</select></td>
|
|
|
482 |
</tr>
|
|
|
483 |
<tr bgcolor="#F5F5F5">
|
|
|
484 |
<td align="right" class="body_txt" nowrap>Project</td>
|
|
|
485 |
<td><select name="select" class="form_item" disabled>
|
|
|
486 |
<option selected>$CQ_PROJECT$</option>
|
|
|
487 |
<option>$BOX_WIDTH$</option>
|
|
|
488 |
</select></td>
|
|
|
489 |
<td align="right" class="body_txt" nowrap>Owner</td>
|
|
|
490 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
491 |
<option selected>$CQ_OWNER$</option>
|
|
|
492 |
<option>$BOX_WIDTH$</option>
|
|
|
493 |
</select></td>
|
|
|
494 |
</tr>
|
|
|
495 |
<tr bgcolor="#F5F5F5">
|
|
|
496 |
<td align="right" class="body_txt" nowrap>Product</td>
|
|
|
497 |
<td><select name="select" class="form_item" disabled>
|
|
|
498 |
<option selected>$CQ_PRODUCT$</option>
|
|
|
499 |
<option>$BOX_WIDTH$</option>
|
|
|
500 |
</select></td>
|
|
|
501 |
<td align="right" class="body_txt" nowrap>Approver</td>
|
|
|
502 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
503 |
<option selected>$CQ_APPROVER$</option>
|
|
|
504 |
<option>$BOX_WIDTH$</option>
|
|
|
505 |
</select></td>
|
|
|
506 |
</tr>
|
|
|
507 |
<tr bgcolor="#F5F5F5">
|
|
|
508 |
<td align="right" class="body_txt" nowrap>Package</td>
|
|
|
509 |
<td> <select name="select" class="form_item" disabled>
|
|
|
510 |
<option selected>$CQ_PACKAGE$</option>
|
|
|
511 |
<option>$BOX_WIDTH$</option>
|
|
|
512 |
</select></td>
|
|
|
513 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
514 |
<td class="body_txt"> </td>
|
|
|
515 |
</tr>
|
|
|
516 |
<tr bgcolor="#F5F5F5">
|
|
|
517 |
<td align="right" class="body_txt" nowrap>Priority</td>
|
|
|
518 |
<td><select name="select" class="form_item" disabled>
|
|
|
519 |
<option selected>$CQ_PRIORITY$</option>
|
|
|
520 |
<option>$BOX_WIDTH$</option>
|
|
|
521 |
</select></td>
|
|
|
522 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
523 |
<td class="body_txt"> </td>
|
|
|
524 |
</tr>
|
|
|
525 |
<tr bgcolor="#F5F5F5">
|
|
|
526 |
<td align="right" class="body_txt" nowrap>Status</td>
|
|
|
527 |
<td><select name="select" class="form_item" disabled>
|
|
|
528 |
<option selected>$CQ_STATUS$</option>
|
|
|
529 |
<option>$BOX_WIDTH$</option>
|
|
|
530 |
</select></td>
|
|
|
531 |
<td align="right" class="body_txt" nowrap> </td>
|
|
|
532 |
<td class="body_txt"> </td>
|
|
|
533 |
</tr>
|
|
|
534 |
</table></td>
|
|
|
535 |
</tr>
|
|
|
536 |
<tr>
|
|
|
537 |
<td bgcolor="#999999">
|
|
|
538 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
539 |
<tr>
|
|
|
540 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Description</strong><br>$CQ_DESCRIPTION$</td>
|
|
|
541 |
</tr>
|
|
|
542 |
</table></td>
|
|
|
543 |
</tr>
|
|
|
544 |
<tr>
|
|
|
545 |
<td bgcolor="#999999">
|
|
|
546 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
547 |
<tr>
|
|
|
548 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Notes Log</strong><br>$CQ_NOTES_LOG$</td>
|
|
|
549 |
</tr>
|
|
|
550 |
</table></td>
|
|
|
551 |
</tr>
|
|
|
552 |
</table>
|
|
|
553 |
</DIV>
|
|
|
554 |
</td>
|
|
|
555 |
<td nowrap class="body_txt" valign="top">$ISSUE_TYPE$</td>
|
|
|
556 |
<td nowrap class="body_txt" valign="top">$PRIORITY$</td>
|
|
|
557 |
</tr>
|
|
|
558 |
EndOfSnippet -->
|
|
|
559 |
<!-- SnippetName="Issues:List:TDSE"
|
|
|
560 |
<tr>
|
|
|
561 |
<td nowrap class="body_txt" valign="top">
|
|
|
562 |
<SPAN id="NUM_$TAG_ID$" name="NUM_$TAG_ID$">
|
|
|
563 |
<a href="javascript:;" onclick="DisplayROW('NUM_$TAG_ID$_OFF','block','NUM_$TAG_ID$','none','NUM_$TAG_ID$_BODY','block')" class="txt_linked">$ISSUE_NUMBER$</a>
|
|
|
564 |
</SPAN>
|
|
|
565 |
<SPAN id="NUM_$TAG_ID$_OFF" name="NUM_$TAG_ID$_OFF" style="display:none;">
|
|
|
566 |
<a href="javascript:;" onclick="DisplayROW('NUM_$TAG_ID$_OFF','none','NUM_$TAG_ID$','block','NUM_$TAG_ID$_BODY','none')" class="txt_linked">$ISSUE_NUMBER$</a>
|
|
|
567 |
</SPAN>
|
|
|
568 |
</td>
|
|
|
569 |
<td nowrap class="body_txt" valign="top">$ISSUE_DATABASE$</td>
|
|
|
570 |
<td class="body_txt" valign="top">$SUMMARY$
|
|
|
571 |
<DIV id="NUM_$TAG_ID$_BODY" name="NUM_$TAG_ID$_BODY" style="display:none;">
|
|
|
572 |
<table width="100%" border="0" cellspacing="5" cellpadding="1">
|
|
|
573 |
<tr>
|
|
|
574 |
<td bgcolor="#999999">
|
|
|
575 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
576 |
<tr bgcolor="#F5F5F5">
|
|
|
577 |
<td class="body_txt" nowrap><strong>Properties</strong></td>
|
|
|
578 |
<td class="body_txt"> </td>
|
|
|
579 |
<td class="body_txt"> </td>
|
|
|
580 |
<td class="body_txt"> </td>
|
|
|
581 |
</tr>
|
|
|
582 |
<tr bgcolor="#F5F5F5">
|
|
|
583 |
<td align="right" class="body_txt" nowrap>Project</td>
|
|
|
584 |
<td><select name="group_id" class="form_item" disabled>
|
|
|
585 |
<option selected>$CQ_PROJECT$</option>
|
|
|
586 |
<option>$BOX_WIDTH$</option>
|
|
|
587 |
</select></td>
|
|
|
588 |
<td align="right" class="body_txt" nowrap>Submitter</td>
|
|
|
589 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
590 |
<option selected>$CQ_SUBMITTER$</option>
|
|
|
591 |
<option>$BOX_WIDTH$</option>
|
|
|
592 |
</select></td>
|
|
|
593 |
</tr>
|
|
|
594 |
<tr bgcolor="#F5F5F5">
|
|
|
595 |
<td align="right" class="body_txt" nowrap>Product</td>
|
|
|
596 |
<td> <select name="select" class="form_item" disabled>
|
|
|
597 |
<option selected>$CQ_PRODUCT$</option>
|
|
|
598 |
<option>$BOX_WIDTH$</option>
|
|
|
599 |
</select></td>
|
|
|
600 |
<td align="right" class="body_txt" nowrap>Submited on Date</td>
|
|
|
601 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
602 |
<option selected>$CQ_SUBMIT_DATE$</option>
|
|
|
603 |
<option>$BOX_WIDTH$</option>
|
|
|
604 |
</select></td>
|
|
|
605 |
</tr>
|
|
|
606 |
<tr bgcolor="#F5F5F5">
|
|
|
607 |
<td align="right" class="body_txt" nowrap>Priority</td>
|
|
|
608 |
<td><select name="select" class="form_item" disabled>
|
|
|
609 |
<option selected>$CQ_PRIORITY$</option>
|
|
|
610 |
<option>$BOX_WIDTH$</option>
|
|
|
611 |
</select></td>
|
|
|
612 |
<td align="right" class="body_txt" nowrap>Owner</td>
|
|
|
613 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
614 |
<option selected>$CQ_OWNER$</option>
|
|
|
615 |
<option>$BOX_WIDTH$</option>
|
|
|
616 |
</select></td>
|
|
|
617 |
</tr>
|
|
|
618 |
<tr bgcolor="#F5F5F5">
|
|
|
619 |
<td align="right" class="body_txt" nowrap>Severity</td>
|
|
|
620 |
<td><select name="select" class="form_item" disabled>
|
|
|
621 |
<option selected>$CQ_SEVERITY$</option>
|
|
|
622 |
<option>$BOX_WIDTH$</option>
|
|
|
623 |
</select></td>
|
|
|
624 |
<td align="right" class="body_txt" nowrap>Client Contact</td>
|
|
|
625 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
626 |
<option selected>$CQ_APPROVER$</option>
|
|
|
627 |
<option>$BOX_WIDTH$</option>
|
|
|
628 |
</select></td>
|
|
|
629 |
</tr>
|
|
|
630 |
<tr bgcolor="#F5F5F5">
|
|
|
631 |
<td align="right" class="body_txt" nowrap>Status</td>
|
|
|
632 |
<td> <select name="select" class="form_item" disabled>
|
|
|
633 |
<option selected>$CQ_STATUS$</option>
|
|
|
634 |
<option>$BOX_WIDTH$</option>
|
|
|
635 |
</select></td>
|
|
|
636 |
<td align="right" class="body_txt" nowrap>Change Request</td>
|
|
|
637 |
<td class="body_txt"><select name="select" class="form_item" disabled>
|
|
|
638 |
<option selected>$CQ_CHANGE_REQUEST$</option>
|
|
|
639 |
<option>$BOX_WIDTH$</option>
|
|
|
640 |
</select></td>
|
|
|
641 |
</tr>
|
|
|
642 |
<tr bgcolor="#F5F5F5">
|
|
|
643 |
<td class="body_txt"> </td>
|
|
|
644 |
<td class="body_txt"> </td>
|
|
|
645 |
<td align="right" class="body_txt" nowrap>Release ID</td>
|
|
|
646 |
<td><select name="select" class="form_item" disabled>
|
|
|
647 |
<option selected>$CQ_RELEASE_ID$</option>
|
|
|
648 |
<option>$BOX_WIDTH$</option>
|
|
|
649 |
</select></td>
|
|
|
650 |
</tr>
|
|
|
651 |
<tr bgcolor="#F5F5F5">
|
|
|
652 |
<td class="body_txt"> </td>
|
|
|
653 |
<td class="body_txt"> </td>
|
|
|
654 |
<td align="right" class="body_txt" nowrap>Client Reference</td>
|
|
|
655 |
<td><select name="select" class="form_item" disabled>
|
|
|
656 |
<option selected>$CQ_CLIENT_REFERENCE$</option>
|
|
|
657 |
<option>$BOX_WIDTH$</option>
|
|
|
658 |
</select></td>
|
|
|
659 |
</tr>
|
|
|
660 |
</table></td>
|
|
|
661 |
</tr>
|
|
|
662 |
<tr>
|
|
|
663 |
<td bgcolor="#999999">
|
|
|
664 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
665 |
<tr>
|
|
|
666 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Description</strong><br>$CQ_DESCRIPTION$</td>
|
|
|
667 |
</tr>
|
|
|
668 |
</table></td>
|
|
|
669 |
</tr>
|
|
|
670 |
<tr>
|
|
|
671 |
<td bgcolor="#999999">
|
|
|
672 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
|
|
673 |
<tr>
|
|
|
674 |
<td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Notes Log</strong><br>$CQ_NOTES_LOG$</td>
|
|
|
675 |
</tr>
|
|
|
676 |
</table></td>
|
|
|
677 |
</tr>
|
|
|
678 |
</table>
|
|
|
679 |
</DIV>
|
|
|
680 |
</td>
|
|
|
681 |
<td nowrap class="body_txt" valign="top">$ISSUE_TYPE$</td>
|
|
|
682 |
<td nowrap class="body_txt" valign="top">$PRIORITY$</td>
|
|
|
683 |
</tr>
|
|
|
684 |
EndOfSnippet -->
|
|
|
685 |
<!------------------------------------------------------------ END OF COMMON SNIPPET DEFINITIONS -------------------------------------------------------------->
|
|
|
686 |
</body>
|
|
|
687 |
</html>
|