Subversion Repositories DevTools

Rev

Rev 121 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 121 Rev 123
Line 492... Line 492...
492
               <span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
492
               <span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
493
            <%End If%>
493
            <%End If%>
494
         </td>
494
         </td>
495
      </tr>
495
      </tr>
496
      <tr>
496
      <tr>
497
         <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top"><b>Build Standard:</b>
497
         <td nowrap background="images/bg_form_lightbluedark.gif" class="sublbox_txt" valign="top">
-
 
498
            <b>Build Standard:</b>
498
            <%If pkgInfoHash.Item ("dlocked") <> "A" AND pkgInfoHash.Item ("dlocked") <> "Y" AND criticalSectionIsEditable Then%>
499
            <%If pkgInfoHash.Item ("dlocked") <> "A" AND pkgInfoHash.Item ("dlocked") <> "Y" AND criticalSectionIsEditable Then%>
499
               <a href='javascript:;' onClick="MM_openBrWindow('_wform_build_standard.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','BuildStandard','resizable=yes,width=400,height=300')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
500
               <a href='javascript:;' onClick="MM_openBrWindow('_wform_build_standard.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','BuildStandard','resizable=yes,width=400,height=300')" class="txt_linked">
-
 
501
                  <img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
-
 
502
               </a>
500
            <%Else%>
503
            <%Else%>
501
               <img src="images/i_edit_disable.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
504
               <img src="images/i_edit_disable.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
502
            <%End If%>
505
            <%End If%>
503
         </td>
506
         </td>
504
         <%
507
         <%
Line 1091... Line 1094...
1091
         </table>
1094
         </table>
1092
      </fieldset>
1095
      </fieldset>
1093
      <br><br>
1096
      <br><br>
1094
   <%End If%>
1097
   <%End If%>
1095
<!-- FIXED ISSUES ----------------------------------------------------------------------------------------------------------------------->
1098
<!-- FIXED ISSUES ----------------------------------------------------------------------------------------------------------------------->
-
 
1099
   <fieldset class="fset">
-
 
1100
      <legend class="body_colb">
1096
   <fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">Issues</legend>
1101
         <img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">
-
 
1102
         Issues
-
 
1103
      </legend>
1097
      <p class="body_colb"><a name="ISSUES"></a></p>
1104
      <p class="body_colb"><a name="ISSUES"></a></p>
1098
      <table width="100%" border="0" cellpadding="2" cellspacing="1">
1105
      <table width="100%" border="0" cellpadding="2" cellspacing="1">
1099
         <tr>
1106
         <tr>
1100
            <td valign="top" class="body_colb">JIRA Issues</td>
1107
            <td valign="top" class="body_colb">JIRA Issues</td>
1101
            <td align="right" valign="top">
1108
            <td align="right" valign="top">
1102
               <%If pageIsEditable Then%>
1109
               <%If pageIsEditable Then%>
1103
                  <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_jira_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&skip_open=true','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">Import JIRA issues <img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1110
                  <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_jira_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&skip_open=true','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">
-
 
1111
                     Import JIRA issues
-
 
1112
                     <img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
-
 
1113
                  </a>
1104
               <%End If%>
1114
               <%End If%>
1105
            </td>
1115
            </td>
1106
 
1116
 
1107
            <%retVal = Get_JIRA_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_FIXED )
1117
            <%retVal = Get_JIRA_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_FIXED )
1108
            If (retVal > 0) Then
1118
            If (retVal > 0) Then
1109
               retVal = Get_JIRA_Issues ( SQLstr, rsCQ )
1119
               retVal = Get_JIRA_Issues ( SQLstr, rsCQ )
1110
               If (retVal = 0 And rsCQ.RecordCount > 0) Then%>
1120
               If (retVal = 0 AND rsCQ.RecordCount > 0) Then%>
1111
 
1121
 
1112
                  <table width="100%" border="0" cellspacing="1" cellpadding="3">
1122
                  <table width="100%" border="0" cellspacing="1" cellpadding="3">
1113
                     <tr>
1123
                     <tr>
1114
                        <td background="images/bg_form_lightbluedark.gif" nowrap width="1" class="form_field" align="center">Fixed</td>
1124
                        <td background="images/bg_form_lightbluedark.gif" nowrap width="1" class="form_field" align="center">Fixed</td>
1115
                        <td background="images/bg_form_lightbluedark.gif" nowrap width="1" class="form_field">Issue&nbsp;Id&nbsp;</td>
1125
                        <td background="images/bg_form_lightbluedark.gif" nowrap width="1" class="form_field">Issue&nbsp;Id&nbsp;</td>
Line 1123... Line 1133...
1123
                     </tr>
1133
                     </tr>
1124
                     <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1134
                     <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1125
                        <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1135
                        <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1126
                           <tr>
1136
                           <tr>
1127
                              <%If rsCQ("resolution") = 1 Then %>
1137
                              <%If rsCQ("resolution") = 1 Then %>
1128
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif"><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
1138
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif">
-
 
1139
                                    <img src="images/i_tick_black.gif" width="7" height="7" vspace="2">
-
 
1140
                                 </td>
1129
                              <%Else%>
1141
                              <%Else%>
1130
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif"></td>
1142
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif"></td>
1131
                              <%End If%>
1143
                              <%End If%>
-
 
1144
                              <td background="images/bg_form_lightgray.gif" nowrap class="form_item">
1132
                              <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><a href="http://auperajir01:8080/browse/<%=rsCQ("iss_num")%>" target="_blank" class="txt_linked"><%=rsCQ("iss_num")%></a></td>
1145
                                 <a href="http://auperajir01:8080/browse/<%=rsCQ("iss_num")%>" target="_blank" class="txt_linked">
-
 
1146
                                    <%=rsCQ("iss_num")%>
-
 
1147
                                 </a>
-
 
1148
                              </td>
1133
                              <td background="images/bg_form_lightgray.gif" class="form_item">JIRA</td>
1149
                              <td background="images/bg_form_lightgray.gif" class="form_item">JIRA</td>
1134
                              <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1150
                              <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1135
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issuetype")%></td>
1151
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issuetype")%></td>
1136
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1152
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1137
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("state")%></td>
1153
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("state")%></td>
1138
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"></td>
1154
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"></td>
1139
                              <%If NOT pageIsEditable Then%>
1155
                              <%If NOT pageIsEditable Then%>
-
 
1156
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1140
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0"></td>
1157
                                    <img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
-
 
1158
                                 </td>
1141
                              <%Else%>
1159
                              <%Else%>
-
 
1160
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1142
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="_remove_jira_issue.asp?iss_link=<%=rsCQ("iss_num")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list"></a></td>
1161
                                    <a href="_remove_jira_issue.asp?iss_link=<%=rsCQ("iss_num")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');">
-
 
1162
                                       <img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
-
 
1163
                                    </a>
-
 
1164
                                 </td>
1143
                              <%End If%>
1165
                              <%End If%>
1144
                           </tr>
1166
                           </tr>
1145
                           <%rsCQ.MoveNext
1167
                           <%rsCQ.MoveNext
1146
                        WEnd
1168
                        WEnd
1147
                        rsCQ.Close()%>
1169
                        rsCQ.Close()%>
Line 1167... Line 1189...
1167
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
1189
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
1168
               <tr>
1190
               <tr>
1169
                  <td valign="top" class="body_colb">Fixed Issues</td>
1191
                  <td valign="top" class="body_colb">Fixed Issues</td>
1170
                  <td align="right" valign="top">
1192
                  <td align="right" valign="top">
1171
                     <%If pageIsEditable Then%>
1193
                     <%If pageIsEditable Then%>
1172
                        <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&skip_open=true','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">Import Fixed Issues from ClearQuest<img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1194
                        <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&skip_open=true','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">
-
 
1195
                           Import Fixed Issues from ClearQuest
-
 
1196
                           <img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
-
 
1197
                        </a>
1173
                     <%End If%>
1198
                     <%End If%>
1174
                  </td>
1199
                  </td>
1175
               </tr>
1200
               </tr>
1176
            </table>
1201
            </table>
1177
 
1202
 
Line 1193... Line 1218...
1193
                     </tr>
1218
                     </tr>
1194
                     <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1219
                     <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1195
                        <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1220
                        <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1196
                           <tr>
1221
                           <tr>
1197
                              <td align="center" nowrap background="images/bg_form_lightbluedark.gif"><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
1222
                              <td align="center" nowrap background="images/bg_form_lightbluedark.gif"><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
1198
                              <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueDetails','resizable=yes,width=580,height=500')" class="txt_linked"><%=rsCQ("iss_num")%></a></td>
1223
                              <td background="images/bg_form_lightgray.gif" nowrap class="form_item">
1199
                              <td background="images/bg_form_lightgray.gif" class="form_item"><%If rsCQ("iss_db") = enumCLEARQUEST_DEVI_ID Then%>DEVI<%ElseIf rsCQ("iss_db") = enumCLEARQUEST_TDSE_ID Then%>TDSE<%ElseIf rsCQ("iss_db") = enumCLEARQUEST_VT5DM_ID Then%>VT5DM<%Else%>VTSUP<%End If%></td>
1224
                                 <a href="javascript:;" onClick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueDetails','resizable=yes,width=580,height=500')" class="txt_linked">
-
 
1225
                                    <%=rsCQ("iss_num")%>
-
 
1226
                                 </a>
-
 
1227
                              </td>
-
 
1228
                              <td background="images/bg_form_lightgray.gif" class="form_item">
-
 
1229
                                 <%If rsCQ("iss_db") = enumCLEARQUEST_DEVI_ID Then%>
-
 
1230
                                    DEVI
-
 
1231
                                 <%ElseIf rsCQ("iss_db") = enumCLEARQUEST_TDSE_ID Then%>
-
 
1232
                                    TDSE
-
 
1233
                                 <%ElseIf rsCQ("iss_db") = enumCLEARQUEST_VT5DM_ID Then%>
-
 
1234
                                    VT5DM
-
 
1235
                                 <%Else%>
-
 
1236
                                    VTSUP
-
 
1237
                                 <%End If%>
-
 
1238
                              </td>
1200
                              <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1239
                              <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1201
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issue_type")%></td>
1240
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issue_type")%></td>
1202
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1241
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1203
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("Status")%></td>
1242
                              <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("Status")%></td>
1204
                              <%If sectionIsEditable AND pageIsEditable Then%>
1243
                              <%If sectionIsEditable AND pageIsEditable Then%>
1205
                                 <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1244
                                 <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1206
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></a></td>
1245
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1246
                                       <a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')">
-
 
1247
                                          <img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
-
 
1248
                                       </a>
-
 
1249
                                    </td>
1207
                                 <%Else%>
1250
                                 <%Else%>
1208
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')"><img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note"></a></td>
1251
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1252
                                       <a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')">
-
 
1253
                                          <img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note">
-
 
1254
                                       </a>
-
 
1255
                                    </td>
1209
                                 <%End If%>
1256
                                 <%End If%>
1210
                              <%Else%>
1257
                              <%Else%>
1211
                                 <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1258
                                 <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
-
 
1259
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1212
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></td>
1260
                                       <img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
-
 
1261
                                    </td>
1213
                                 <%Else%>
1262
                                 <%Else%>
1214
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_note_off.gif" width="11" height="12" border="0"></td>
1263
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1264
                                       <img src="images/i_note_off.gif" width="11" height="12" border="0">
-
 
1265
                                    </td>
1215
                                 <%End If%>
1266
                                 <%End If%>
1216
                              <%End If%>
1267
                              <%End If%>
1217
                              <%If NOT pageIsEditable Then%>
1268
                              <%If NOT pageIsEditable Then%>
-
 
1269
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1218
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0"></td>
1270
                                    <img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
-
 
1271
                                 </td>
1219
                              <%Else%>
1272
                              <%Else%>
-
 
1273
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1220
                                 <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list"></a></td>
1274
                                    <a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');">
-
 
1275
                                       <img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
-
 
1276
                                    </a>
-
 
1277
                                 </td>
1221
                              <%End If%>
1278
                              <%End If%>
1222
                           </tr>
1279
                           </tr>
1223
                           <%rsCQ.MoveNext
1280
                           <%rsCQ.MoveNext
1224
                        WEnd
1281
                        WEnd
1225
                        rsCQ.Close()%>
1282
                        rsCQ.Close()%>
Line 1245... Line 1302...
1245
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
1302
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
1246
               <tr>
1303
               <tr>
1247
                  <td valign="top" class="body_colb">Outstanding Issues</td>
1304
                  <td valign="top" class="body_colb">Outstanding Issues</td>
1248
                  <td align="right" valign="top">
1305
                  <td align="right" valign="top">
1249
                     <%If pageIsEditable Then%>
1306
                     <%If pageIsEditable Then%>
1250
                        <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">Import Outstanding Issues from ClearQuest<img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle"></a>
1307
                        <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','FindIssue','scrollbars=yes,resizable=yes,width=750,height=600')" class="txt_linked">
-
 
1308
                           Import Outstanding Issues from ClearQuest
-
 
1309
                           <img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align="absmiddle">
-
 
1310
                        </a>
1251
                     <%End If%>
1311
                     <%End If%>
1252
                  </td>
1312
                  </td>
1253
               </tr>
1313
               </tr>
1254
            </table>
1314
            </table>
1255
 
1315
 
Line 1274... Line 1334...
1274
                        </tr>
1334
                        </tr>
1275
                        <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1335
                        <%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
1276
                           <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1336
                           <%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
1277
                              <tr>
1337
                              <tr>
1278
                                 <%If pageIsEditable Then%>
1338
                                 <%If pageIsEditable Then%>
-
 
1339
                                    <td align="center" nowrap background="images/bg_form_lightbluedark.gif">
1279
                                    <td align="center" nowrap background="images/bg_form_lightbluedark.gif"><input type="checkbox" name="FRfixed" value="<%=rsCQ("iss_db") &"."& rsCQ("iss_id")%>"></td>
1340
                                       <input type="checkbox" name="FRfixed" value="<%=rsCQ("iss_db") &"."& rsCQ("iss_id")%>">
-
 
1341
                                    </td>
1280
                                 <%End If%>
1342
                                 <%End If%>
1281
                                 <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueDetails','resizable=yes,width=580,height=500')" class="txt_linked"><%=rsCQ("iss_num")%></a></td>
1343
                                 <td background="images/bg_form_lightgray.gif" nowrap class="form_item">
1282
                                 <td background="images/bg_form_lightgray.gif" class="form_item"><%If rsCQ("iss_db") = enumCLEARQUEST_DEVI_ID Then%>DEVI<%ElseIf rsCQ("iss_db") = enumCLEARQUEST_TDSE_ID Then%>TDSE<%ElseIf rsCQ("iss_db") = enumCLEARQUEST_VT5DM_ID Then%>VT5DM<%Else%>VTSUP<%End If%></td>
1344
                                    <a href="javascript:;" onClick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueDetails','resizable=yes,width=580,height=500')" class="txt_linked">
-
 
1345
                                       <%=rsCQ("iss_num")%>
-
 
1346
                                    </a>
-
 
1347
                                 </td>
-
 
1348
                                 <td background="images/bg_form_lightgray.gif" class="form_item">
-
 
1349
                                    <%If rsCQ("iss_db") = enumCLEARQUEST_DEVI_ID Then%>
-
 
1350
                                       DEVI
-
 
1351
                                    <%ElseIf rsCQ("iss_db") = enumCLEARQUEST_TDSE_ID Then%>
-
 
1352
                                       TDSE
-
 
1353
                                    <%ElseIf rsCQ("iss_db") = enumCLEARQUEST_VT5DM_ID Then%>
-
 
1354
                                       VT5DM
-
 
1355
                                    <%Else%>
-
 
1356
                                       VTSUP
-
 
1357
                                    <%End If%>
-
 
1358
                                 </td>
1283
                                 <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1359
                                 <td background="images/bg_form_lightgray.gif" class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
1284
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issue_type")%></td>
1360
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("issue_type")%></td>
1285
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1361
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("priority")%></td>
1286
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("Status")%></td>
1362
                                 <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsCQ("Status")%></td>
1287
                                 <%If sectionIsEditable AND pageIsEditable Then%>
1363
                                 <%If sectionIsEditable AND pageIsEditable Then%>
1288
                                    <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1364
                                    <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1289
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')"><img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></a></td>
1365
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1366
                                          <a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')">
-
 
1367
                                             <img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
-
 
1368
                                          </a>
-
 
1369
                                       </td>
1290
                                    <%Else%>
1370
                                    <%Else%>
1291
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')"><img src="images/i_note_off.gif" width="11" height="12" border="0" alt="Add Note"></a></td>
1371
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1372
                                          <a href="javascript:;" onClick="MM_openBrWindow('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','IssueNotes','resizable=yes,width=400,height=250')">
-
 
1373
                                             <img src="images/i_note_off.gif" width="11" height="12" border="0" alt="Add Note">
-
 
1374
                                          </a>
-
 
1375
                                       </td>
1292
                                    <%End If%>
1376
                                    <%End If%>
1293
                                 <%Else%>
1377
                                 <%Else%>
1294
                                    <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
1378
                                    <%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
-
 
1379
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1295
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></td>
1380
                                          <img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
-
 
1381
                                       </td>
1296
                                    <%Else%>
1382
                                    <%Else%>
1297
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_note_off.gif" width="11" height="12" border="0"></td>
1383
                                       <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
-
 
1384
                                          <img src="images/i_note_off.gif" width="11" height="12" border="0">
-
 
1385
                                       </td>
1298
                                    <%End If%>
1386
                                    <%End If%>
1299
                                 <%End If%>
1387
                                 <%End If%>
1300
                                 <%If NOT pageIsEditable Then%>
1388
                                 <%If NOT pageIsEditable Then%>
-
 
1389
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1301
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0"></td>
1390
                                       <img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
-
 
1391
                                    </td>
1302
                                 <%Else%>
1392
                                 <%Else%>
-
 
1393
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item">
1303
                                    <td align="center" background="images/bg_form_lightgray.gif" class="form_item"><a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list"></a></td>
1394
                                       <a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return confirmDelete('this issue from Release Manager');">
-
 
1395
                                          <img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
-
 
1396
                                       </a>
-
 
1397
                                    </td>
1304
                                 <%End If%>
1398
                                 <%End If%>
1305
                              </tr>
1399
                              </tr>
1306
                              <%rsCQ.MoveNext
1400
                              <%rsCQ.MoveNext
1307
                           WEnd
1401
                           WEnd
1308
                           rsCQ.Close()%>
1402
                           rsCQ.Close()%>
1309
                           <%If pageIsEditable Then%>
1403
                           <%If pageIsEditable Then%>
1310
                              <tr>
1404
                              <tr>
1311
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif"><input type="submit" name="Apply" value="Apply" class="form_btn"></td>
1405
                                 <td align="center" nowrap background="images/bg_form_lightbluedark.gif">
-
 
1406
                                    <input type="submit" name="Apply" value="Apply" class="form_btn">
-
 
1407
                                 </td>
1312
                                 <td></td>
1408
                                 <td></td>
1313
                                 <td></td>
1409
                                 <td></td>
1314
                                 <td></td>
1410
                                 <td></td>
1315
                                 <td></td>
1411
                                 <td></td>
1316
                                 <td></td>
1412
                                 <td></td>
Line 1339... Line 1435...
1339
                     </form>
1435
                     </form>
1340
                  </table>
1436
                  </table>
1341
               <%End If%>
1437
               <%End If%>
1342
               <%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
1438
               <%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
1343
            <%End If%>
1439
            <%End If%>
-
 
1440
<!-- DEVI-050133 Although it would seem to the human eye that the following row and table closing tags are needed, -->
-
 
1441
<!--             they do in fact cause the page to be rendered incorrectly. Hence they are commented out for now   -->
-
 
1442
<!--             until the true cause of the mis-rendering can be ascertained.                                    -->
1344
         </tr>
1443
<!--     </tr> -->
1345
      </table>
1444
<!--  </table> -->
1346
   </fieldset>
1445
   </fieldset>
1347
   <br><br>
1446
   <br><br>
1348
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
1447
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
1349
 
1448
 
1350
   <%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
1449
   <%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
Line 1388... Line 1487...
1388
                        Call Group_By ( rsDepIss("pv_id"), G1_style, currG1 )
1487
                        Call Group_By ( rsDepIss("pv_id"), G1_style, currG1 )
1389
                        If NOT IsNull(rsDepIss("iss_id")) Then
1488
                        If NOT IsNull(rsDepIss("iss_id")) Then
1390
                           If rsDepIss("pv_id") <> currG1 Then
1489
                           If rsDepIss("pv_id") <> currG1 Then
1391
                              currG1 = rsDepIss("pv_id")%>
1490
                              currG1 = rsDepIss("pv_id")%>
1392
                              <tr>
1491
                              <tr>
1393
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='1%' class='form_field' align='center'></td>
1492
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center"></td>
1394
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='1%' class='form_field' align='center'>Fixed</td>
1493
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Fixed</td>
1395
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='1%' class='form_field'>Issue&nbsp;Id&nbsp;</td>
1494
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Issue&nbsp;Id&nbsp;</td>
1396
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Issue DB&nbsp;</td>
1495
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Issue DB&nbsp;</td>
1397
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='100%' class='form_field'>Summary</td>
1496
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Summary</td>
1398
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='1%' class='form_field'>Issue&nbsp;Type&nbsp;</td>
1497
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Issue&nbsp;Type&nbsp;</td>
1399
                                 <td background='images/bg_form_lightbluedark.gif' nowrap width='1%' class='form_field'>Priority</td>
1498
                                 <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Priority</td>
1400
                              </tr>
1499
                              </tr>
1401
                           <%End If%>
1500
                           <%End If%>
1402
                           <tr>
1501
                           <tr>
1403
                              <td background="images/bg_form_lightbluedark.gif"></td>
1502
                              <td background="images/bg_form_lightbluedark.gif"></td>
1404
                              <td align="center" nowrap background="images/bg_form_lightgray.gif">
1503
                              <td align="center" nowrap background="images/bg_form_lightgray.gif">