Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>Release Date:</th>
129
    <td nowrap class="body_txt">$RELEASE_DATE$</td>
130
    <th nowrap>Released By:</th>
131
    <td nowrap class="body_txt"><a href="mailto:$RELEASOR_EMAIL$" class="txt_linked">$RELEASOR$</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 colspan="6" bgcolor="#E4E9EC"><span class="body_sect">Reason For This Version:</span></td>
156
  </tr>
157
  <!-- SnippetName="Reason_For_This_Version:Header"
158
  <tr> 
159
    <td colspan="6"><span class="body_txt">$REASON_FOR_VERSION$</span></td>
160
  </tr>
161
  EndOfSnippet -->
162
  <!-- SnippetName="Reason_For_This_Version:Columns"
163
  <tr> 
164
    <th width="1%" align="center" nowrap>Fixed</th>
165
    <th width="1%" nowrap>Issue ID</th>
166
    <th width="1%" nowrap>Issue DB</th>
167
    <th width="100%" nowrap>Summary</th>
168
    <th width="1%" nowrap>Issue Type</th>
169
    <th width="1%" nowrap>Priority</th>
170
  </tr>
171
  EndOfSnippet -->
172
  <!-- SnippetName="Reason_For_This_Version:List"
173
    Uses DEVI and TDSE snippets defined at the end of the page.
174
  EndOfSnippet -->
175
</table>
176
<br>
177
<br>
178
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
179
  <tr> 
180
    <td colspan="6" bgcolor="#E4E9EC"><span class="body_sect">Issues:</span><br> 
181
      <span class="body_txt"><br>
182
      This release has the following issue status:</span></td>
183
  </tr>
184
  <!-- SnippetName="Issues:Header"
185
  <tr> 
186
    <td colspan="6" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
187
  </tr>
188
  <tr> 
189
    <td colspan="6"><span class="body_txt_lrg"><strong>$PKG_NAME_AND_VERSION$</strong></span>&nbsp;<br>
190
      <span class="body_txt">$REASON_FOR_RELEASE$</span></td>
191
  </tr>
192
  EndOfSnippet -->
193
  <!-- SnippetName="Issues:Columns"
194
  <tr> 
195
    <th width="1%" align="center" nowrap>Fixed</th>
196
    <th width="1%" nowrap>Issue ID</th>
197
    <th width="1%" nowrap>Issue DB</th>
198
    <th width="100%" nowrap>Summary</th>
199
    <th width="1%" nowrap>Issue Type</th>
200
    <th width="1%" nowrap>Priority</th>
201
  </tr>
202
  EndOfSnippet -->
203
  <!-- SnippetName="Issues:List"
204
    Uses DEVI and TDSE snippets defined at the end of the page.
205
  EndOfSnippet -->
206
    <tr> 
207
    <td colspan="6" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
208
  </tr>
209
</table>
210
<br>
211
<br>
212
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
213
  <tr> 
214
    <td colspan="5" bgcolor="#E4E9EC"><span class="body_sect">Changes Since Last Version:</span><br>
215
	  <!-- SnippetName="Dependency_Changes:Header"
216
	  <span class="body_txt"><br>
217
      This represents the build dependency differences between $CURRENT_PKG_NAME_AND_VERSION$ and <a href="../../../$RELEASE_NOTE_PATH$" class="txt_linked">$PREVIOUS_VERSION$</a></span>
218
	  EndOfSnippet -->
219
	</td>
220
  </tr>
221
  <tr> 
222
    <th width="1%" nowrap>Status</th>
223
	<th width="1%" nowrap>Dependency Name</th>
224
    <th width="1%" nowrap>Current Version</th>
225
    <th width="1%" nowrap>Previous Version</th>
226
    <th width="100%" nowrap>Last Owner</th>
227
  </tr>
228
  <!-- SnippetName="Dependency_Changes:List"
229
  <tr> 
230
    <td nowrap class="body_txt_gray">$STATUS$</td>
231
	<td nowrap class="$CLASS_NAME$">$PKG_NAME$</td>
232
    <td nowrap class="$CLASS_NAME$">$CURRENT_VERSION$</td>
233
    <td nowrap class="$CLASS_NAME$">$PREVIOUS_VERSION$</td>
234
    <td nowrap class="$CLASS_NAME$">$LAST_OWNER$</td>
235
  </tr>
236
  EndOfSnippet -->
237
</table>
238
<br>
239
<br>
240
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
241
  <tr> 
242
    <td colspan="2" bgcolor="#E4E9EC"><span class="body_sect">Build Dependencies:</span><br> <span class="body_txt"><br>
243
      This package was built with the following &quot;dpkg_archive&quot; packages:</span></td>
244
  </tr>
245
  <tr> 
246
    <th width="1%" nowrap>Dependency Name</th>
247
    <th width="100%" nowrap>Version</th>
248
  </tr>
249
  <!-- SnippetName="Build_Dependencies"
250
  <tr> 
251
    <td nowrap class="body_txt">$PKG_NAME$</td>
252
    <td nowrap class="body_txt">$PKG_VERSION$</td>
253
  </tr>
254
  EndOfSnippet -->
255
</table>
256
<br>
257
<br>
258
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
259
  <tr> 
260
    <td colspan="3" bgcolor="#E4E9EC"><span class="body_sect">Runtime Dependencies:</span><br> <span class="body_txt"><br>
261
      This package requires the presence of the following packages on runtime 
262
      to operate correctly:</span></td>
263
  </tr>
264
  <tr> 
265
    <th width="1%" nowrap>Dependency Name</th>
266
    <th width="1%" nowrap>Version</th>
267
    <th width="100%" nowrap>Comments</th>
268
  </tr>
269
  <!-- SnippetName="Runtime_Dependencies"
270
  <tr> 
271
    <td nowrap class="body_txt" valign="top">$PKG_NAME$</td>
272
    <td nowrap class="body_txt" valign="top">$PKG_VERSION$</td>
273
    <td class="body_txt" valign="top">$COMMENTS$</td>
274
  </tr>
275
  EndOfSnippet -->
276
</table>
277
<br>
278
<br>
279
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
280
  <tr> 
281
    <td colspan="4" bgcolor="#E4E9EC"><span class="body_sect">Files:</span><br>
282
      <span class="body_txt"><br>
283
      This release consists of the following files.<br>
284
      NOTE: Checksums are derived using:<br>
285
      win32 CKSUM - located at <strong>http://10.240.0.92/release_manager/scripts/bin/cksum.exe<br>
286
      </strong>Solaris CKSUM - located at <strong>/usr/bin/cksum</strong> provided 
287
      with Solaris 8</span></td>
288
  </tr>
289
  <tr> 
290
  	<th nowrap>File Path</th>
291
    <th nowrap>File Name</th>
292
    <th nowrap>Size (bytes)</th>
293
    <th nowrap>CRC - cksum</th>
294
  </tr>
295
  <!-- SnippetName="Files"
296
  <tr> 
297
  	<td nowrap class="body_txt">$FILE_PATH$</td>
298
    <td nowrap class="body_txt">$FILE_NAME$</td>
299
    <td nowrap class="body_txt">$BYTE_SIZE$</td>
300
    <td nowrap class="body_txt">$CRC_CKSUM$</td>
301
  </tr>
302
   EndOfSnippet -->
303
</table>
304
<br>
305
<br>
306
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
307
  <tr> 
308
    <td colspan="2" bgcolor="#E4E9EC"><span class="body_sect">Installation Instructions:</span><br> 
309
      <span class="body_txt"><br>
310
      Please follow the instructions below when attempting to install this package:</span></td>
311
  </tr>
312
  <tr> 
313
    <th width="1%" nowrap>Step Name</th>
314
    <th width="100%" nowrap>Instruction</th>
315
  </tr>
316
  <tr> 
317
    <td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
318
  </tr>
319
  <tr> 
320
    <td colspan="2" nowrap class="body_txt_lrg"><strong>Platform : Win32</strong></td>
321
  </tr>
322
  <tr> 
323
    <td align="center" class="body_txt">1</td>
324
    <td class="body_txt">Log on to the target Computer as Administrator</td>
325
  </tr>
326
  <tr> 
327
    <td align="center" class="body_txt">2</td>
328
    <td class="body_txt">Ensure the previous package has been uninstalled by using 
329
      the &quot;Add/Remove Programs&quot; option in the Control Panel</td>
330
  </tr>
331
  <tr> 
332
    <td align="center" class="body_txt">3</td>
333
    <td class="body_txt">Copy the installer into the TEMP directory</td>
334
  </tr>
335
  <tr> 
336
    <td align="center" class="body_txt">4</td>
337
    <td class="body_txt">Execute the installer and follow the prompts</td>
338
  </tr>
339
  <tr> 
340
    <td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
341
  </tr>
342
  <tr> 
343
    <td colspan="2" nowrap class="body_txt_lrg"><strong>Platform : Solaris</strong></td>
344
  </tr>
345
  <tr> 
346
    <td align="center" class="body_txt">1</td>
347
    <td class="body_txt">Log on to the target Computer as root user</td>
348
  </tr>
349
  <tr> 
350
    <td align="center" class="body_txt">2</td>
351
    <td class="body_txt">Ensure the previous package has been removed by using:<br>
352
      <span class="body_txt_pre">pkginfo -l &lt;pkg_name&gt;</span><br>
353
      <br>
354
      If the command returns that a package is curently installed you will need 
355
      to remove it by executing:<br>
356
      <span class="body_txt_pre">pkgrm &lt;pkg_name&gt;</span></td>
357
  </tr>
358
  <tr> 
359
    <td align="center" class="body_txt">3</td>
360
    <td><span class="body_txt">Copy the new package into the <span class="body_txt_pre">/tmp</span> 
361
      directory:<br>
362
      </span><span class="body_txt_pre">mv &lt;file_name&gt;.pkg.gz /tmp</span></td>
363
  </tr>
364
  <tr> 
365
    <td align="center" class="body_txt">4</td>
366
    <td><span class="body_txt"> Uncompress the package:<br>
367
      </span><span class="body_txt_pre">gzip -d &lt;file_name&gt;.pkg.gz</span></td>
368
  </tr>
369
  <tr> 
370
    <td align="center" class="body_txt">5</td>
371
    <td class="body_txt">Install the package:<br>
372
      <span class="body_txt_pre">pkgadd -d &lt;file_name&gt;.pkg</span><br>
373
      and follow the prompts.</td>
374
  </tr>
375
  <tr> 
376
    <td colspan="5" nowrap class="body_txt" bgcolor="#E4E9EC"><img src="#" width="1" height="1"></td>
377
  </tr>
378
</table>
379
<br>
380
<br>
381
<table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#999999">
382
  <tr> 
383
    <td class="body_sect" bgcolor="#E4E9EC">Additional Notes:</td>
384
  </tr>
385
  <!-- SnippetName="Additional_Notes:Blank"
386
  <tr> 
387
    <td class="body_txt">&nbsp;</td>
388
  </tr>
389
  EndOfSnippet -->
390
  <!-- SnippetName="Additional_Notes"
391
  <tr> 
392
    <td class="body_txt"><b>$NOTE_TITLE$</b><br>$NOTE_BODY$<br><br>
393
	<span class="body_txt_macro">Last Modified: $MOD_DATE$ by $MOD_USER$</span></td>
394
  </tr>
395
  EndOfSnippet -->
396
</table>
397
<br>
398
<br>
399
<table width="100%" border="0" cellspacing="0" cellpadding="0">
400
  <tr> 
401
    <td colspan="2" align="right"><hr size="1" noshade></td>
402
  </tr>
403
  <tr> 
404
    <td class="body_txt"></td>
405
    <td align="right"><span class="body_txt">ERG Confidental &copy; ERG</span></td>
406
  </tr>
407
</table>
408
<!------------------------------------------------------------ COMMON SNIPPET DEFINITIONS ------------------------------------------------------------------>
409
<!-- SnippetName="Issues:List:DEVI"
410
  <tr> 
411
    <td align="center" nowrap class="body_txt" valign="top">Yes</td>
412
    <td nowrap class="body_txt" valign="top">
413
        <SPAN id="NUM_$TAG_ID$" name="NUM_$TAG_ID$">
414
    	<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>
415
    	</SPAN>
416
    	<SPAN id="NUM_$TAG_ID$_OFF" name="NUM_$TAG_ID$_OFF" style="display:none;">
417
    	<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>
418
    	</SPAN>
419
    </td>    
420
    <td nowrap class="body_txt" valign="top">$ISSUE_DATABASE$</td>
421
    <td class="body_txt" valign="top">$SUMMARY$
422
        <DIV id="NUM_$TAG_ID$_BODY" name="NUM_$TAG_ID$_BODY" style="display:none;">
423
    	  <table width="100%" border="0" cellspacing="5" cellpadding="1">
424
            <tr> 
425
              <td bgcolor="#999999">
426
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
427
                  <tr bgcolor="#F5F5F5"> 
428
                    <td class="body_txt" nowrap><strong>Properties</strong></td>
429
                    <td class="body_txt">&nbsp;</td>
430
                    <td class="body_txt">&nbsp;</td>
431
                    <td class="body_txt">&nbsp;</td>
432
                  </tr>
433
                  <tr bgcolor="#F5F5F5"> 
434
                    <td align="right" class="body_txt" nowrap>Issue Type</td>
435
                    <td><select name="group_id" class="form_item" disabled>
436
                        <option selected>$CQ_ISSUE_TYPE$</option>
437
                        <option>$BOX_WIDTH$</option>
438
                      </select></td>
439
                    <td align="right" class="body_txt" nowrap>Submitter</td>
440
                    <td class="body_txt"><select name="select" class="form_item" disabled>
441
                        <option selected>$CQ_SUBMITTER$</option>
442
                        <option>$BOX_WIDTH$</option>
443
                      </select></td>
444
                  </tr>
445
                  <tr bgcolor="#F5F5F5"> 
446
                    <td align="right" class="body_txt" nowrap>Detected in Version</td>
447
                    <td> <select name="select" class="form_item" disabled>
448
                        <option selected>$CQ_DETECTED_IN_VERSION$</option>
449
                        <option>$BOX_WIDTH$</option>
450
                      </select></td>
451
                    <td align="right" class="body_txt" nowrap>Submited on Date</td>
452
                    <td class="body_txt"><select name="select" class="form_item" disabled>
453
                        <option selected>$CQ_SUBMIT_DATE$</option>
454
                        <option>$BOX_WIDTH$</option>
455
                      </select></td>
456
                  </tr>
457
                  <tr bgcolor="#F5F5F5"> 
458
                    <td align="right" class="body_txt" nowrap>Project</td>
459
                    <td><select name="select" class="form_item" disabled>
460
                        <option selected>$CQ_PROJECT$</option>
461
                        <option>$BOX_WIDTH$</option>
462
                      </select></td>
463
                    <td align="right" class="body_txt" nowrap>Owner</td>
464
                    <td class="body_txt"><select name="select" class="form_item" disabled>
465
                        <option selected>$CQ_OWNER$</option>
466
                        <option>$BOX_WIDTH$</option>
467
                      </select></td>
468
                  </tr>
469
                  <tr bgcolor="#F5F5F5"> 
470
                    <td align="right" class="body_txt" nowrap>Product</td>
471
                    <td><select name="select" class="form_item" disabled>
472
                        <option selected>$CQ_PRODUCT$</option>
473
                        <option>$BOX_WIDTH$</option>
474
                      </select></td>
475
                    <td align="right" class="body_txt" nowrap>Approver</td>
476
                    <td class="body_txt"><select name="select" class="form_item" disabled>
477
                        <option selected>$CQ_APPROVER$</option>
478
                        <option>$BOX_WIDTH$</option>
479
                      </select></td>
480
                  </tr>
481
                  <tr bgcolor="#F5F5F5"> 
482
                    <td align="right" class="body_txt" nowrap>Package</td>
483
                    <td> <select name="select" class="form_item" disabled>
484
                        <option selected>$CQ_PACKAGE$</option>
485
                        <option>$BOX_WIDTH$</option>
486
                      </select></td>
487
                    <td align="right" class="body_txt" nowrap>&nbsp;</td>
488
                    <td class="body_txt">&nbsp;</td>
489
                  </tr>
490
                  <tr bgcolor="#F5F5F5"> 
491
                    <td align="right" class="body_txt" nowrap>Priority</td>
492
                    <td><select name="select" class="form_item" disabled>
493
                        <option selected>$CQ_PRIORITY$</option>
494
                        <option>$BOX_WIDTH$</option>
495
                      </select></td>
496
                    <td align="right" class="body_txt" nowrap>&nbsp;</td>
497
                    <td class="body_txt">&nbsp;</td>
498
                  </tr>
499
                  <tr bgcolor="#F5F5F5"> 
500
                    <td align="right" class="body_txt" nowrap>Status</td>
501
                    <td><select name="select" class="form_item" disabled>
502
                        <option selected>$CQ_STATUS$</option>
503
                        <option>$BOX_WIDTH$</option>
504
                      </select></td>
505
                    <td align="right" class="body_txt" nowrap>&nbsp; </td>
506
                    <td class="body_txt">&nbsp;</td>
507
                  </tr>
508
                </table></td>
509
            </tr>
510
            <tr>
511
              <td bgcolor="#999999">
512
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
513
                  <tr>
514
                    <td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Description</strong><br>$CQ_DESCRIPTION$</td>
515
                  </tr>
516
                </table></td>
517
            </tr>
518
            <tr>
519
              <td bgcolor="#999999">
520
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
521
                  <tr>
522
                    <td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Notes Log</strong><br>$CQ_NOTES_LOG$</td>
523
                  </tr>
524
                </table></td>
525
            </tr>
526
          </table>  
527
	   </DIV>
528
    </td>
529
    <td nowrap class="body_txt" valign="top">$ISSUE_TYPE$</td>
530
    <td nowrap class="body_txt" valign="top">$PRIORITY$</td>
531
  </tr>
532
  EndOfSnippet -->
533
  <!-- SnippetName="Issues:List:TDSE"
534
  <tr> 
535
    <td align="center" nowrap class="body_txt" valign="top">Yes</td>
536
    <td nowrap class="body_txt" valign="top">
537
        <SPAN id="NUM_$TAG_ID$" name="NUM_$TAG_ID$">
538
    	<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>
539
    	</SPAN>
540
    	<SPAN id="NUM_$TAG_ID$_OFF" name="NUM_$TAG_ID$_OFF" style="display:none;">
541
    	<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>
542
    	</SPAN>
543
    </td>    
544
    <td nowrap class="body_txt" valign="top">$ISSUE_DATABASE$</td>
545
    <td class="body_txt" valign="top">$SUMMARY$
546
        <DIV id="NUM_$TAG_ID$_BODY" name="NUM_$TAG_ID$_BODY" style="display:none;">
547
    	  <table width="100%" border="0" cellspacing="5" cellpadding="1">
548
            <tr> 
549
              <td bgcolor="#999999">
550
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
551
                  <tr bgcolor="#F5F5F5"> 
552
                    <td class="body_txt" nowrap><strong>Properties</strong></td>
553
                    <td class="body_txt">&nbsp;</td>
554
                    <td class="body_txt">&nbsp;</td>
555
                    <td class="body_txt">&nbsp;</td>
556
                  </tr>
557
                  <tr bgcolor="#F5F5F5"> 
558
                    <td align="right" class="body_txt" nowrap>Project</td>
559
                    <td><select name="group_id" class="form_item" disabled>
560
                        <option selected>$CQ_PROJECT$</option>
561
                        <option>$BOX_WIDTH$</option>
562
                      </select></td>
563
                    <td align="right" class="body_txt" nowrap>Submitter</td>
564
                    <td class="body_txt"><select name="select" class="form_item" disabled>
565
                        <option selected>$CQ_SUBMITTER$</option>
566
                        <option>$BOX_WIDTH$</option>
567
                      </select></td>
568
                  </tr>
569
                  <tr bgcolor="#F5F5F5"> 
570
                    <td align="right" class="body_txt" nowrap>Product</td>
571
                    <td> <select name="select" class="form_item" disabled>
572
                        <option selected>$CQ_PRODUCT$</option>
573
                        <option>$BOX_WIDTH$</option>
574
                      </select></td>
575
                    <td align="right" class="body_txt" nowrap>Submited on Date</td>
576
                    <td class="body_txt"><select name="select" class="form_item" disabled>
577
                        <option selected>$CQ_SUBMIT_DATE$</option>
578
                        <option>$BOX_WIDTH$</option>
579
                      </select></td>
580
                  </tr>
581
                  <tr bgcolor="#F5F5F5"> 
582
                    <td align="right" class="body_txt" nowrap>Priority</td>
583
                    <td><select name="select" class="form_item" disabled>
584
                        <option selected>$CQ_PRIORITY$</option>
585
                        <option>$BOX_WIDTH$</option>
586
                      </select></td>
587
                    <td align="right" class="body_txt" nowrap>Owner</td>
588
                    <td class="body_txt"><select name="select" class="form_item" disabled>
589
                        <option selected>$CQ_OWNER$</option>
590
                        <option>$BOX_WIDTH$</option>
591
                      </select></td>
592
                  </tr>
593
                  <tr bgcolor="#F5F5F5"> 
594
                    <td align="right" class="body_txt" nowrap>Severity</td>
595
                    <td><select name="select" class="form_item" disabled>
596
                        <option selected>$CQ_SEVERITY$</option>
597
                        <option>$BOX_WIDTH$</option>
598
                      </select></td>
599
                    <td align="right" class="body_txt" nowrap>Client Contact</td>
600
                    <td class="body_txt"><select name="select" class="form_item" disabled>
601
                        <option selected>$CQ_APPROVER$</option>
602
                        <option>$BOX_WIDTH$</option>
603
                      </select></td>
604
                  </tr>
605
                  <tr bgcolor="#F5F5F5"> 
606
                    <td align="right" class="body_txt" nowrap>Status</td>
607
                    <td> <select name="select" class="form_item" disabled>
608
                        <option selected>$CQ_STATUS$</option>
609
                        <option>$BOX_WIDTH$</option>
610
                      </select></td>
611
                    <td align="right" class="body_txt" nowrap>Change Request</td>
612
                    <td class="body_txt"><select name="select" class="form_item" disabled>
613
                        <option selected>$CQ_CHANGE_REQUEST$</option>
614
                        <option>$BOX_WIDTH$</option>
615
                      </select></td>
616
                  </tr>
617
                  <tr bgcolor="#F5F5F5"> 
618
                    <td class="body_txt">&nbsp;</td>
619
                    <td class="body_txt">&nbsp;</td>
620
                    <td align="right" class="body_txt" nowrap>Release ID</td>
621
                    <td><select name="select" class="form_item" disabled>
622
                        <option selected>$CQ_RELEASE_ID$</option>
623
                        <option>$BOX_WIDTH$</option>
624
                      </select></td>
625
                  </tr>
626
                  <tr bgcolor="#F5F5F5"> 
627
                    <td class="body_txt">&nbsp;</td>
628
                    <td class="body_txt">&nbsp;</td>
629
                    <td align="right" class="body_txt" nowrap>Client Reference</td>
630
                    <td><select name="select" class="form_item" disabled>
631
                        <option selected>$CQ_CLIENT_REFERENCE$</option>
632
                        <option>$BOX_WIDTH$</option>
633
                      </select></td>
634
                  </tr>
635
                </table></td>
636
            </tr>
637
            <tr>
638
              <td bgcolor="#999999">
639
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
640
                  <tr>
641
                    <td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Description</strong><br>$CQ_DESCRIPTION$</td>
642
                  </tr>
643
                </table></td>
644
            </tr>
645
            <tr>
646
              <td bgcolor="#999999">
647
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
648
                  <tr>
649
                    <td valign="top" bgcolor="#F5F5F5" class="body_txt"><strong>Notes Log</strong><br>$CQ_NOTES_LOG$</td>
650
                  </tr>
651
                </table></td>
652
            </tr>
653
          </table>  
654
	   </DIV>
655
    </td>
656
    <td nowrap class="body_txt" valign="top">$ISSUE_TYPE$</td>
657
    <td nowrap class="body_txt" valign="top">$PRIORITY$</td>
658
  </tr>
659
  EndOfSnippet -->
660
<!------------------------------------------------------------ END OF COMMON SNIPPET DEFINITIONS -------------------------------------------------------------->
661
</body>
662
</html>