Subversion Repositories DevTools

Rev

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

Rev 6591 Rev 6592
Line 171... Line 171...
171
                     <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>
172
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
172
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
173
                        <%If rsTemp("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
173
                        <%If rsTemp("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%>
174
                     </td>
174
                     </td>
175
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
175
                     <td nowrap class="body_txt" background="images/bg_form_lightgray.gif">
176
                        <%If rsTemp("test_count") = "0" Then%>No<%Else%><%=rsTemp("test_count")%><%End If%>
176
                        <%If  IsNull(rsTemp("autotested")) OR rsTemp("autotested") <> "Y" Then %>No<%ElseIf rsTemp("test_count") = "0" Then%>?<%Else%><%=rsTemp("test_count")%><%End If%>
177
                     </td>
177
                     </td>
178
                     <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>
179
                  </tr>
179
                  </tr>
180
                  <tr>
180
                  <tr>
181
                     <td nowrap class="body_txt" colspan="3">
181
                     <td nowrap class="body_txt" colspan="3">
Line 197... Line 197...
197
<br>
197
<br>
198
 
198
 
199
<%
199
<%
200
Call Destroy_All_Objects
200
Call Destroy_All_Objects
201
%>
201
%>
-
 
202