Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5898 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5846
Line 212... Line 212...
212
             End If
212
             End If
213
 
213
 
214
             ' Warn if the package versionis not in the release
214
             ' Warn if the package versionis not in the release
215
             If pkgInfoHash.Exists("notInRelease")  Then
215
             If pkgInfoHash.Exists("notInRelease")  Then
216
                     Response.write "<td>"
216
                     Response.write "<td>"
-
 
217
                     If pkgInfoHash.Exists("pv_id_InRelease") Then Response.write "<a href="& scriptName & "?pv_id=" & pkgInfoHash.Item("pv_id_InRelease") &"&rtag_id="&irtag_id&">"
217
                     Response.write enum_imgNotInRelease
218
                     Response.write enum_imgNotInRelease
-
 
219
                     If pkgInfoHash.Exists("pv_id_InRelease") Then Response.write "</a>"
218
                     Response.write "</td>"
220
                     Response.write "</td>"
219
             End If
221
             End If
220
 
222
 
221
            Response.write "</tr>"
223
            Response.write "</tr>"
222
            Response.write "</table>"
224
            Response.write "</table>"