Subversion Repositories DevTools

Rev

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

Rev 5846 Rev 5898
Line 171... Line 171...
171
                Response.write "<td>"
171
                Response.write "<td>"
172
                Response.write enum_imgGreenPin
172
                Response.write enum_imgGreenPin
173
                Response.write "</td>"
173
                Response.write "</td>"
174
            End If
174
            End If
175
 
175
 
176
            'build_type', and a value of 'M' = manual and 'A' = auto
176
            'build_type', and a value of 'M' = manual and 'A' = auto , 'U' = UnBuildable
177
            If pkgInfoHash.Item("build_type") = "M" Then
177
            If pkgInfoHash.Item("build_type") = "M" Then
178
                Response.write "<td>"
178
                Response.write "<td>"
179
                Response.write "<img src='icons/i_manual.gif' width='12' height='14' border='0' title='Manually versioned package'>"
179
                Response.write "<img src='icons/i_manual.gif' width='12' height='14' border='0' title='Manually built package'>"
-
 
180
                Response.write "</td>"
-
 
181
            ElseIf pkgInfoHash.Item("build_type") = "U" Then
-
 
182
                Response.write "<td>"
-
 
183
                Response.write "<img src='icons/s_unbuildable.png' width='20' height='20' border='0' title='Unbuildable package'>"
180
                Response.write "</td>"
184
                Response.write "</td>"
181
            End If
185
            End If
182
 
186
 
183
            ' check if a daemon instruction exists for this package
187
            ' check if a daemon instruction exists for this package
184
            Dim sDmInstr
188
            Dim sDmInstr