Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 6591
Line 121... Line 121...
121
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Package Version</td>
121
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Package Version</td>
122
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt</td>
122
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autobuilt</td>
123
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code</td>
123
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Lines Of Code</td>
124
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Unit Tested</td>
124
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Unit Tested</td>
125
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autotested</td>
125
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Autotested</td>
126
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Branches</td>
-
 
127
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Modified</td>
126
               <td nowrap class="body_txt" valign="top" background="images/bg_form_lightbluedark.gif">Last Modified</td>
128
            </tr>
127
            </tr>
129
 
128
 
130
            <%
129
            <%
131
            OraDatabase.Parameters.Add "RTAG_ID", Request("rtag_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
130
            OraDatabase.Parameters.Add "RTAG_ID", Request("rtag_id"),    ORAPARM_INPUT, ORATYPE_NUMBER
Line 172... Line 171...
172
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("code_lines")%></td>
171
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("code_lines")%></td>
173
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
172
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
174
                        <%If rsTemp("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
173
                        <%If rsTemp("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
175
                     </td>
174
                     </td>
176
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
175
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
177
                        <%If rsTemp("autotested") = "Y" Then%>Yes<%Else%>No<%End If%>
176
                        <%If rsTemp("test_count") = "0" Then%>No<%Else%><%=rsTemp("test_count")%><%End If%>
178
                     </td>
177
                     </td>
179
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("branches")%></td>
-
 
180
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("modified_stamp")%></td>
178
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif"><%=rsTemp("modified_stamp")%></td>
181
                  </tr>
179
                  </tr>
182
                  <tr>
180
                  <tr>
183
                     <td nowrap class="body_txt" colspan="3">
181
                     <td nowrap class="body_txt" colspan="3">
184
                        <div id="DIVRTAG_<%=Request("rtag_id")%>_<%=rsTemp("pv_id")%>_PREV_PKG_VERS" style="display:none;"><%=enumLOADING%></div>
182
                        <div id="DIVRTAG_<%=Request("rtag_id")%>_<%=rsTemp("pv_id")%>_PREV_PKG_VERS" style="display:none;"><%=enumLOADING%></div>