Subversion Repositories DevTools

Rev

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

Rev 5086 Rev 5098
Line 1283... Line 1283...
1283
            </tr>
1283
            </tr>
1284
         </table>
1284
         </table>
1285
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1285
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1286
 
1286
 
1287
            <%If Request("rtag_id") <> "" Then
1287
            <%If Request("rtag_id") <> "" Then
1288
               Dim rsQryPegged
-
 
1289
               Dim isPegged
-
 
1290
               Set rsQryPegged = OraDatabase.DbCreateDynaset( "SELECT * FROM PEGGED_VERSIONS WHERE RTAG_ID ="& Request("rtag_id") &"AND PV_ID ="& Request("pv_id"), cint(0))
-
 
1291
 
-
 
1292
               If rsQryPegged.RecordCount = 0  Then
1288
               If pkgInfoHash.Item ("is_pegged")  Then %>
1293
                  isPegged = FALSE%>
-
 
1294
               <%Else
-
 
1295
                  isPegged = TRUE %>
-
 
1296
                  <tr>
1289
                  <tr>
1297
                     <td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
1290
                     <td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
1298
                        <strong>Is Pegged</strong>
1291
                        <strong>Is Pegged</strong>
1299
                        <%=Quick_Help ( "pegged_version" )%>
1292
                        <%=Quick_Help ( "pegged_version" )%>
1300
                     </td>
1293
                     </td>
1301
                     <td bgcolor=#f5f5f5 class="sublbox_txt">Yes</td>
1294
                     <td bgcolor=#f5f5f5 class="sublbox_txt">Yes</td>
1302
                  </tr>
1295
                  </tr>
1303
               <%End If%>
1296
               <%End If%>
1304
               <%rsQryPegged.Close()
-
 
1305
               Set rsQryPegged = nothing
-
 
1306
            End If%>
1297
            <%End If%>
1307
 
1298
 
1308
            <%If isPegged = FALSE Then%>
1299
            <%If NOT pkgInfoHash.Item ("is_pegged") Then%>
1309
               <tr>
1300
               <tr>
1310
                  <td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
1301
                  <td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
1311
                     <strong>Build Inclusion</strong>
1302
                     <strong>Build Inclusion</strong>
1312
                     <%=Quick_Help ( "ripple_build" )%>
1303
                     <%=Quick_Help ( "ripple_build" )%>
1313
                  </td>
1304
                  </td>