Subversion Repositories DevTools

Rev

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

Rev 5338 Rev 5383
Line 1153... Line 1153...
1153
   </table>
1153
   </table>
1154
   </fieldset>
1154
   </fieldset>
1155
   <br>
1155
   <br>
1156
 
1156
 
1157
<!-- PACKAGE METRICS -------------------------------------------------------------------------------------------------------------------->
1157
<!-- PACKAGE METRICS -------------------------------------------------------------------------------------------------------------------->
1158
   <%If Request("rtag_id") <> "" Then%>
1158
   <%
1159
      <%
1159
   Call GetPackageMetrics( parPv_id, rsPkgMetrics )
1160
      Call GetPackageMetrics( parPv_id, rsPkgMetrics )
1160
   %>
1161
      %>
1161
   <fieldset class="fset"><a href="javascript:;" onclick="ToggleDisplay('divPkgMetrics','pkg_metrics_filler')" class="lbl_link">
1162
      <fieldset class="fset"><a href="javascript:;" onclick="ToggleDisplay('divPkgMetrics','pkg_metrics_filler')" class="lbl_link">
1162
      <legend class="body_colb">
1163
         <legend class="body_colb">
1163
         <img src="images/i_metrics.gif" width="20" height="24" hspace="4" border="0" align="absmiddle" alt="Click to display Package Metrics">Package Metrics...
1164
            <img src="images/i_metrics.gif" width="20" height="24" hspace="4" border="0" align="absmiddle" alt="Click to display Package Metrics">Package Metrics...
1164
      </legend></a>
1165
         </legend></a>
1165
      <div name="pkg_metrics_filler" id="pkg_metrics_filler" style="display:block;" class="div_filler">
1166
         <div name="pkg_metrics_filler" id="pkg_metrics_filler" style="display:block;" class="div_filler">
1166
         <a href="javascript:;" onclick="ToggleDisplay('divPkgMetrics','pkg_metrics_filler')" class="txt_linked">Show...</a>
1167
            <a href="javascript:;" onclick="ToggleDisplay('divPkgMetrics','pkg_metrics_filler')" class="txt_linked">Show...</a>
1167
      </div>
1168
         </div>
1168
      <div name="divPkgMetrics" id="divPkgMetrics" style="display:none;">
1169
         <div name="divPkgMetrics" id="divPkgMetrics" style="display:none;">
1169
         <a name="PACKAGE_METRICS"></a>
1170
            <a name="PACKAGE_METRICS"></a>
1170
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1171
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
1171
            <tr>
1172
               <tr>
1172
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt" width="20%"><b>Autobuilt:</b></td>
1173
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt" width="20%"><b>Autobuilt:</b></td>
1173
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("is_autobuildable") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1174
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("is_autobuildable") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1174
            </tr>
1175
               </tr>
1175
            <tr>
1176
               <tr>
1176
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Unit Tested:</b></td>
1177
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Unit Tested:</b></td>
1177
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1178
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1178
            </tr>
1179
               </tr>
1179
            <tr>
1180
               <tr>
1180
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Autotested:</b></td>
1181
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Autotested:</b></td>
1181
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("autotested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1182
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("autotested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
1182
            </tr>
1183
               </tr>
1183
            <%If NOT IsNull(rsPkgMetrics("code_lines")) Then%>
1184
               <%If NOT IsNull(rsPkgMetrics("code_lines")) Then%>
1184
            <tr>
1185
               <tr>
1185
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Lines:</b></td>
1186
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Lines:</b></td>
1186
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_lines")%></td>
1187
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_lines")%></td>
1187
            </tr>
1188
               </tr>
1188
            <%End If%>
1189
               <%End If%>
1189
            <%If NOT IsNull(rsPkgMetrics("comment_lines")) Then%>
1190
               <%If NOT IsNull(rsPkgMetrics("comment_lines")) Then%>
1190
            <tr>
1191
               <tr>
1191
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Comment Lines:</b></td>
1192
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Comment Lines:</b></td>
1192
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("comment_lines")%></td>
1193
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("comment_lines")%></td>
1193
            </tr>
1194
               </tr>
1194
            <%End If%>
1195
               <%End If%>
1195
            <%If NOT IsNull(rsPkgMetrics("blank_lines")) Then%>
1196
               <%If NOT IsNull(rsPkgMetrics("blank_lines")) Then%>
1196
            <tr>
1197
               <tr>
1197
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Blank Lines:</b></td>
1198
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Blank Lines:</b></td>
1198
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("blank_lines")%></td>
1199
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("blank_lines")%></td>
1199
            </tr>
1200
               </tr>
1200
            <%End If%>
1201
               <%End If%>
1201
            <%If NOT IsNull(rsPkgMetrics("branches")) Then%>
1202
               <%If NOT IsNull(rsPkgMetrics("branches")) Then%>
1202
            <tr>
1203
               <tr>
1203
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Branches:</b></td>
1204
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Branches:</b></td>
1204
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branches")%></td>
1205
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branches")%></td>
1205
            </tr>
1206
               </tr>
1206
            <%End If%>
1207
               <%End If%>
1207
            <%If NOT IsNull(rsPkgMetrics("branch_list")) Then%>
1208
               <%If NOT IsNull(rsPkgMetrics("branch_list")) Then%>
1208
            <tr>
1209
               <tr>
1209
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Branch List:</b></td>
1210
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Branch List:</b></td>
1210
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branch_list")%></td>
1211
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branch_list")%></td>
1211
            </tr>
1212
               </tr>
1212
            <%End If%>
1213
               <%End If%>
1213
            <%If NOT IsNull(rsPkgMetrics("code_files")) Then%>
1214
               <%If NOT IsNull(rsPkgMetrics("code_files")) Then%>
1214
            <tr>
1215
               <tr>
1215
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Files:</b></td>
1216
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Files:</b></td>
1216
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_files")%></td>
1217
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_files")%></td>
1217
            </tr>
1218
               </tr>
1218
            <%End If%>
1219
               <%End If%>
1219
            <%If NOT IsNull(rsPkgMetrics("ignored_files")) Then%>
1220
               <%If NOT IsNull(rsPkgMetrics("ignored_files")) Then%>
1220
            <tr>
1221
               <tr>
1221
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Ignored Files:</b></td>
1222
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Ignored Files:</b></td>
1222
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("ignored_files")%></td>
1223
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("ignored_files")%></td>
1223
            </tr>
1224
               </tr>
1224
            <%End If%>
1225
               <%End If%>
1225
            <%If NOT IsNull(rsPkgMetrics("makefiles")) Then%>
1226
               <%If NOT IsNull(rsPkgMetrics("makefiles")) Then%>
1226
            <tr>
1227
               <tr>
1227
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Makefiles:</b></td>
1228
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Makefiles:</b></td>
1228
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("makefiles")%></td>
1229
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("makefiles")%></td>
1229
            </tr>
1230
               </tr>
1230
            <%End If%>
1231
               <%End If%>
1231
            <%If NOT IsNull(rsPkgMetrics("total_files")) Then%>
1232
               <%If NOT IsNull(rsPkgMetrics("total_files")) Then%>
1232
            <tr>
1233
               <tr>
1233
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Total Files:</b></td>
1234
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Total Files:</b></td>
1234
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("total_files")%></td>
1235
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("total_files")%></td>
1235
            </tr>
1236
               </tr>
1236
            <%End If%>
1237
               <%End If%>
1237
            <%If NOT IsNull(rsPkgMetrics("directories")) Then%>
1238
               <%If NOT IsNull(rsPkgMetrics("directories")) Then%>
1238
            <tr>
1239
               <tr>
1239
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Directories:</b></td>
1240
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Directories:</b></td>
1240
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directories")%></td>
1241
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directories")%></td>
1241
            </tr>
1242
               </tr>
1242
            <%End If%>
1243
               <%End If%>
1243
            <%If NOT IsNull(rsPkgMetrics("directory_depth")) Then%>
1244
               <%If NOT IsNull(rsPkgMetrics("directory_depth")) Then%>
1244
            <tr>
1245
               <tr>
1245
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Directory Depth:</b></td>
1246
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Directory Depth:</b></td>
1246
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directory_depth")%></td>
1247
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directory_depth")%></td>
1247
            </tr>
1248
               </tr>
1248
            <%End If%>
1249
               <%End If%>
1249
            <%If NOT IsNull(rsPkgMetrics("created_stamp")) Then%>
1250
               <%If NOT IsNull(rsPkgMetrics("created_stamp")) Then%>
1250
            <tr>
1251
               <tr>
1251
               <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Metrics Collected:</b></td>
1252
                  <td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Metrics Collected:</b></td>
1252
               <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("created_stamp")%></td>
1253
                  <td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("created_stamp")%></td>
1253
            </tr>
1254
               </tr>
1254
            <%End If%>
1255
               <%End If%>
1255
         </table>
1256
            </table>
1256
      </div>
1257
         </div>
1257
   </fieldset>
1258
      </fieldset>
1258
   <br>
1259
      <br>
1259
   <%
1260
      <%
1260
   rsPkgMetrics.Close()
1261
      rsPkgMetrics.Close()
1261
   Set rsPkgMetrics = nothing
1262
      Set rsPkgMetrics = nothing
1262
   %>
1263
      %>
-
 
1264
   <%End If%>
-
 
1265
<!-- PRODUCTS AFFECTED BY CHANGE -------------------------------------------------------------------------------------------------------->
1263
<!-- PRODUCTS AFFECTED BY CHANGE -------------------------------------------------------------------------------------------------------->
1266
 
1264
 
1267
<!-- REASON FOR DEPRECATION/DEPENDANCY DEPRECATED ----------------------------------------------------------------------------------------------------------------->
1265
<!-- REASON FOR DEPRECATION/DEPENDANCY DEPRECATED ----------------------------------------------------------------------------------------------------------------->
1268
   <%If pkgInfoHash.Item("deprecated_state") = 6 Then %>
1266
   <%If pkgInfoHash.Item("deprecated_state") = 6 Then %>
1269
 
1267