Subversion Repositories DevTools

Rev

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

Rev 4585 Rev 4809
Line 2062... Line 2062...
2062
                        <%End If%>
2062
                        <%End If%>
2063
                     </td>
2063
                     </td>
2064
                  <%Else%>
2064
                  <%Else%>
2065
                     <td bgcolor=#f5f5f5 class="form_item"  align="center" valign="top">
2065
                     <td bgcolor=#f5f5f5 class="form_item"  align="center" valign="top">
2066
                        <%If NOT IsNull( rsQry("results_attachment_name") ) Then%>
2066
                        <%If NOT IsNull( rsQry("results_attachment_name") ) Then%>
2067
                           <%If pkgInfoHash.Item ("dlocked") = "Y" Then%>
-
 
2068
                              <a href="<%=dpkg_archiveURL & pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") &"/"& rsQry("results_attachment_name")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
-
 
2069
                           <%Else%>
-
 
2070
                              <a href="<%=TEMP_FOLDER &"/"& pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") &"/"& rsQry("results_attachment_name")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
2067
                            <a href="<%=TEMP_FOLDER &"/"& pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") &"/"& rsQry("results_attachment_name")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
2071
                           <%End If%>
-
 
2072
                        <%End If%>
2068
                        <%End If%>
2073
                     </td>
2069
                     </td>
2074
                  <%End If%>
2070
                  <%End If%>
2075
 
2071
 
2076
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
2072
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>