| 119 |
ghuddy |
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
|
|
2 |
<%
|
|
|
3 |
Option explicit
|
|
|
4 |
Response.Expires = 0 ' always load the page, dont store
|
|
|
5 |
%>
|
|
|
6 |
<%
|
|
|
7 |
'=====================================================
|
|
|
8 |
' ISSUE NOTES
|
|
|
9 |
'=====================================================
|
|
|
10 |
%>
|
|
|
11 |
<!--#include file="common/conf.asp"-->
|
|
|
12 |
<!--#include file="common/globals.asp"-->
|
|
|
13 |
<!--#include file="common/formating.asp"-->
|
|
|
14 |
<!--#include file="common/qstr.asp"-->
|
|
|
15 |
<!--#include file="common/common_subs.asp"-->
|
|
|
16 |
<!--#include file="_tabs.asp"-->
|
|
|
17 |
<!--#include file="common/cq_common_subs.asp"-->
|
|
|
18 |
<!--#include file="common/_popup_window_common.asp"-->
|
|
|
19 |
<%
|
|
|
20 |
'------------ ACCESS CONTROL ------------------
|
|
|
21 |
%>
|
|
|
22 |
<!--#include file="_access_control_general.asp"-->
|
|
|
23 |
<%
|
|
|
24 |
'------------ Variable Definition -------------
|
|
|
25 |
Dim rsCQ
|
|
|
26 |
Dim ddWidth
|
|
|
27 |
Dim parIss_db
|
|
|
28 |
Dim parIss_id
|
|
|
29 |
'------------ Constants Declaration -----------
|
|
|
30 |
'------------ Variable Init -------------------
|
|
|
31 |
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
|
|
|
32 |
Set rsCQ = Server.CreateObject("ADODB.Recordset")
|
|
|
33 |
Call Get_Iss_Parameters ( parIss_db, parIss_id )
|
|
|
34 |
ddWidth = 20
|
|
|
35 |
'----------------------------------------------
|
|
|
36 |
%>
|
|
|
37 |
<%
|
|
|
38 |
Sub Get_Issue_Notes ( NNiss_db, NNiss_id, OOrsCQ )
|
|
|
39 |
Dim SQLstr
|
|
|
40 |
If Cint(NNiss_db) = enumCLEARQUEST_DEVI_ID Then
|
|
|
41 |
SQLstr = _
|
|
|
42 |
" SELECT si.dbid AS iss_id, si.new_num AS iss_num, si.headline AS summary, his.action_timestamp AS change_stamp, his.user_name, "&_
|
|
|
43 |
" his.action_name, his.new_state"&_
|
| 159 |
ghuddy |
44 |
" FROM cq_devi.admin.software_issue si LEFT OUTER JOIN"&_
|
|
|
45 |
" cq_devi.admin.history his ON si.dbid = his.entity_dbid"&_
|
| 119 |
ghuddy |
46 |
" WHERE si.dbid = "& NNiss_id &_
|
|
|
47 |
" ORDER BY his.action_timestamp"
|
| 159 |
ghuddy |
48 |
|
| 119 |
ghuddy |
49 |
OOrsCQ.ActiveConnection = CQ_conn
|
|
|
50 |
OOrsCQ.Source = SQLstr
|
|
|
51 |
OOrsCQ.CursorType = 0
|
|
|
52 |
OOrsCQ.CursorLocation = 2
|
|
|
53 |
OOrsCQ.LockType = 3
|
|
|
54 |
OOrsCQ.Open()
|
| 159 |
ghuddy |
55 |
End Sub
|
| 119 |
ghuddy |
56 |
%>
|
|
|
57 |
<%
|
|
|
58 |
Call Get_Issue_Notes ( parIss_db, parIss_id, rsCQ )
|
|
|
59 |
%>
|
|
|
60 |
<!--#include file="_menu_def.asp"-->
|
|
|
61 |
<html>
|
|
|
62 |
<head>
|
|
|
63 |
<title>Release Manager</title>
|
|
|
64 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
|
|
65 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
66 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
|
|
67 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
|
|
68 |
<script language="JavaScript" src="images/common.js"></script>
|
|
|
69 |
<script language="JavaScript" type="text/JavaScript">
|
|
|
70 |
<!--
|
|
|
71 |
function MM_reloadPage(init) { //reloads the window if Nav4 resized
|
|
|
72 |
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
|
|
|
73 |
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
|
|
|
74 |
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
|
|
|
75 |
}
|
|
|
76 |
MM_reloadPage(true);
|
|
|
77 |
//-->
|
|
|
78 |
</script>
|
|
|
79 |
</head>
|
|
|
80 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
|
|
81 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
| 159 |
ghuddy |
82 |
<tr>
|
| 119 |
ghuddy |
83 |
<td width="1%" background="images/bg_lght_gray.gif"> </td>
|
| 159 |
ghuddy |
84 |
<td width="100%" background="images/bg_lght_gray.gif"><span class="form_field"><br> Issue</span>
|
| 119 |
ghuddy |
85 |
<input name="FRpname" type="text" class="form_item" size="12" value="<%=rsCQ("iss_num")%>" readonly>
|
|
|
86 |
<input name="FRpname2" type="text" class="form_item" size="80" value="<%=rsCQ("summary")%>" readonly> </td>
|
|
|
87 |
</tr>
|
| 159 |
ghuddy |
88 |
<tr>
|
| 119 |
ghuddy |
89 |
<td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="400"></td>
|
|
|
90 |
<td valign="top" background="images/bg_form_lightbluedark.gif">
|
|
|
91 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 159 |
ghuddy |
92 |
<tr>
|
|
|
93 |
<td align="right" background="images/bg_lght_gray.gif"><br>
|
| 119 |
ghuddy |
94 |
<!-- TABS ------------------------------------------->
|
|
|
95 |
<%Call Generate_Tab_Menu ( TABarray4, "History", "blue" )%>
|
|
|
96 |
<!------------------------------------------------------------->
|
|
|
97 |
</td>
|
|
|
98 |
</tr>
|
|
|
99 |
<tr>
|
|
|
100 |
<td background="images/lbox_bg_blue.gif"> </td>
|
|
|
101 |
</tr>
|
|
|
102 |
</table><br>
|
|
|
103 |
<table width="100%" border="0" cellspacing="5" cellpadding="1">
|
| 159 |
ghuddy |
104 |
<tr>
|
| 119 |
ghuddy |
105 |
<td background="images/bg_vtree_h1.gif">
|
| 159 |
ghuddy |
106 |
<div id="LayerHistory" style="height:360px; overflow: auto;">
|
| 119 |
ghuddy |
107 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
|
|
108 |
<tr>
|
| 159 |
ghuddy |
109 |
<td valign="top" bgcolor="#FFFFFF">
|
| 119 |
ghuddy |
110 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
111 |
<tr>
|
| 159 |
ghuddy |
112 |
<td background="images/bg_vtree_footer.gif">
|
| 119 |
ghuddy |
113 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 159 |
ghuddy |
114 |
<tr class="form_field">
|
| 119 |
ghuddy |
115 |
<td width="1%" nowrap background="images/bg_form_lightgray.gif">Change Date</td>
|
|
|
116 |
<td width="100%" nowrap background="images/bg_form_lightgray.gif">User Name</td>
|
|
|
117 |
<td width="1%" nowrap background="images/bg_form_lightgray.gif">Action</td>
|
|
|
118 |
<td width="1%" nowrap background="images/bg_form_lightgray.gif">New State</td>
|
|
|
119 |
</tr>
|
|
|
120 |
<%If Not IsNull(rsCQ("change_stamp")) Then%>
|
|
|
121 |
<%While (NOT rsCQ.BOF) AND (NOT rsCQ.EOF) %>
|
| 159 |
ghuddy |
122 |
<tr class="form_item">
|
| 119 |
ghuddy |
123 |
<td bgcolor="#FFFFFF" nowrap><%=Day(rsCQ("change_stamp")) &"-"& MonthName(Month(rsCQ("change_stamp")), TRUE) &"-"& Year(rsCQ("change_stamp")) &" "& FormatDateTime( rsCQ("change_stamp"), 4 )%></td>
|
|
|
124 |
<td bgcolor="#FFFFFF" nowrap><%=rsCQ("user_name")%></td>
|
|
|
125 |
<td bgcolor="#FFFFFF" nowrap><%=rsCQ("action_name")%></td>
|
|
|
126 |
<td bgcolor="#FFFFFF" nowrap><%=rsCQ("new_state")%></td>
|
|
|
127 |
</tr>
|
|
|
128 |
<%rsCQ.MoveNext
|
|
|
129 |
Wend%>
|
|
|
130 |
<%End If%>
|
|
|
131 |
</table>
|
|
|
132 |
</td>
|
|
|
133 |
</tr>
|
|
|
134 |
</table>
|
|
|
135 |
</td>
|
|
|
136 |
</tr>
|
|
|
137 |
</table>
|
| 159 |
ghuddy |
138 |
</div>
|
| 119 |
ghuddy |
139 |
</td>
|
|
|
140 |
</tr>
|
|
|
141 |
</table><br>
|
|
|
142 |
</td>
|
|
|
143 |
</tr>
|
| 159 |
ghuddy |
144 |
<tr>
|
| 119 |
ghuddy |
145 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
146 |
<td background="images/lbox_bg_blue.gif"> </td>
|
|
|
147 |
</tr>
|
|
|
148 |
</table>
|
|
|
149 |
</body>
|
|
|
150 |
</html>
|
|
|
151 |
|
|
|
152 |
|
|
|
153 |
<!-- DESTRUCTOR ------->
|
| 159 |
ghuddy |
154 |
<!--#include file="common/destructor.asp"-->
|