| Line 59... |
Line 59... |
| 59 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Package Version  </td>
|
59 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Package Version  </td>
|
| 60 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt  </td>
|
60 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt  </td>
|
| 61 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code  </td>
|
61 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code  </td>
|
| 62 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Unit Tested  </td>
|
62 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Unit Tested  </td>
|
| 63 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autotested  </td>
|
63 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autotested  </td>
|
| 64 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Branches  </td>
|
- |
|
| 65 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Modified  </td>
|
64 |
<td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Modified  </td>
|
| 66 |
</tr>
|
65 |
</tr>
|
| 67 |
|
66 |
|
| 68 |
<%
|
67 |
<%
|
| 69 |
' Get the list of ancestor versions
|
68 |
' Get the list of ancestor versions
|
| Line 104... |
Line 103... |
| 104 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsMetrics("code_lines")%></td>
|
103 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsMetrics("code_lines")%></td>
|
| 105 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
|
104 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
|
| 106 |
<%If rsMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
|
105 |
<%If rsMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
|
| 107 |
</td>
|
106 |
</td>
|
| 108 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
|
107 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
|
| 109 |
<%If rsMetrics("autotested") = "Y" Then%>Yes<%Else%>No<%End If%>
|
108 |
<%If IsNull(rsMetrics("autotested")) OR rsMetrics("autotested") <> "Y" Then %>No<%ElseIf rsMetrics("test_count") = "0" Then%>?<%Else%><%=rsMetrics("test_count")%><%End If%>
|
| 110 |
</td>
|
109 |
</td>
|
| 111 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsMetrics("branches")%></td>
|
- |
|
| 112 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("modified_stamp")%></td>
|
110 |
<td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("modified_stamp")%></td>
|
| 113 |
</tr>
|
111 |
</tr>
|
| 114 |
<%
|
112 |
<%
|
| 115 |
End If
|
113 |
End If
|
| 116 |
rsTemp.MoveNext
|
114 |
rsTemp.MoveNext
|