| Line 916... |
Line 916... |
| 916 |
<tr>
|
916 |
<tr>
|
| 917 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
917 |
<td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 918 |
<td></td>
|
918 |
<td></td>
|
| 919 |
</tr>
|
919 |
</tr>
|
| 920 |
<tr>
|
920 |
<tr>
|
| 921 |
<td nowrap><a href="javascript:;" onClick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=NNiss_db%>&iss_id=<%= rsRep("iss_id")%>','IssueDetails','resizable=yes,width=580,height=500')" class="body_scol"><img src="images/i_drill_down.gif" width="12" height="14" hspace="3" border="0" align="absmiddle" alt="See issue details."><%=issNumDict.Item ( Cstr ( rsRep("iss_id") ) )%></a></td>
|
921 |
<td nowrap><a href="_wform_issues_details.asp?iss_db=<%=NNiss_db%>&iss_id=<%= rsRep("iss_id")%>" class="body_scol vixIframeDialog"><img src="images/i_drill_down.gif" width="12" height="14" hspace="3" border="0" align="absmiddle" alt="See issue details."><%=issNumDict.Item ( Cstr ( rsRep("iss_id") ) )%></a></td>
|
| 922 |
<td colspan='5' class="body_scol"></td>
|
922 |
<td colspan='5' class="body_scol"></td>
|
| 923 |
</tr>
|
923 |
</tr>
|
| 924 |
<%
|
924 |
<%
|
| 925 |
currIss_id = Cstr(rsRep("iss_id"))
|
925 |
currIss_id = Cstr(rsRep("iss_id"))
|
| 926 |
End If
|
926 |
End If
|
| Line 3316... |
Line 3316... |
| 3316 |
NewTextFile.WriteLine(DoubleQuotes(sdItem(dict_Iss_Id_to_Iss_Num,i)) & ",Issue Summary," & DoubleQuotes(s))
|
3316 |
NewTextFile.WriteLine(DoubleQuotes(sdItem(dict_Iss_Id_to_Iss_Num,i)) & ",Issue Summary," & DoubleQuotes(s))
|
| 3317 |
s = sdItem(dict_Iss_Id_to_Summary,i) ' Prepare for HTML
|
3317 |
s = sdItem(dict_Iss_Id_to_Summary,i) ' Prepare for HTML
|
| 3318 |
s = NewLine_To_BR(To_HTML(s))
|
3318 |
s = NewLine_To_BR(To_HTML(s))
|
| 3319 |
%>
|
3319 |
%>
|
| 3320 |
<tr>
|
3320 |
<tr>
|
| 3321 |
<td valign="top"><a name="<%=cqIssId%>" class="txt_linked" onclick="MM_openBrWindow('_wform_issues_details.asp?iss_db=<%=sdItem(dict_Iss_Id_to_Iss_DB,i)%>&iss_id=<%=sdKey(dict_Iss_Id_to_Iss_Num,i)%>','IssueDetails','resizeable=yes,width=580,height=500')" href="javascript:;"><%=sdItem(dict_Iss_Id_to_Iss_Num,i)%></a></td>
|
3321 |
<td valign="top"><a name="<%=cqIssId%>" class="txt_linked vixIframeDialog" href="_wform_issues_details.asp?iss_db=<%=sdItem(dict_Iss_Id_to_Iss_DB,i)%>&iss_id=<%=sdKey(dict_Iss_Id_to_Iss_Num,i)%>"><%=sdItem(dict_Iss_Id_to_Iss_Num,i)%></a></td>
|
| 3322 |
<td valign="top">Issue Summary:</td>
|
3322 |
<td valign="top">Issue Summary:</td>
|
| 3323 |
<td valign="top"><%=s%></td>
|
3323 |
<td valign="top"><%=s%></td>
|
| 3324 |
</tr><%
|
3324 |
</tr><%
|
| 3325 |
'-------------------------------------------------------------------------------------------------------------------------------
|
3325 |
'-------------------------------------------------------------------------------------------------------------------------------
|
| 3326 |
' Next line is the DEVI Type Value (ie Defect, Future Enhancement, etc)
|
3326 |
' Next line is the DEVI Type Value (ie Defect, Future Enhancement, etc)
|