Subversion Repositories DevTools

Rev

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

Rev 6790 Rev 6827
Line 107... Line 107...
107
        <!-- Display the Unit Test Results <%=biQry("BUILD_ID")%>-->
107
        <!-- Display the Unit Test Results <%=biQry("BUILD_ID")%>-->
108
        <td colspan="4" >
108
        <td colspan="4" >
109
            <%Call getTestResults(biQry("BUILD_ID"))%>
109
            <%Call getTestResults(biQry("BUILD_ID"))%>
110
            <table class="full_table">
110
            <table class="full_table">
111
                <tr>
111
                <tr>
112
                    <td valign="top" width="1%" class="form_field_hdrgap" nowrap>&nbsp;&nbsp;&nbsp;&nbsp;
112
                    <td valign="top" width="1%" class="form_field_hdrgap" nowrap onclick='toggleTest(<%=biQry("BUILD_ID")%>);'>&nbsp;&nbsp;&nbsp;&nbsp;
113
                        <a href='javascript:;' onclick='toggleTest(<%=biQry("BUILD_ID")%>);'>
-
 
114
                            <img title='Hide Test Results'  id='testImageMin_<%=biQry("BUILD_ID")%>' src="images/btn_min.gif" class='<%=displayClassI%>'>
113
                            <img title='Hide Test Results'  id='testImageMin_<%=biQry("BUILD_ID")%>' src="images/btn_min.gif" class='<%=displayClassI%>'>
115
                            <img title='Show Test Results'  id='testImageMax_<%=biQry("BUILD_ID")%>' src="images/btn_max.gif" class='<%=displayClassI1%>'>
114
                            <img title='Show Test Results'  id='testImageMax_<%=biQry("BUILD_ID")%>' src="images/btn_max.gif" class='<%=displayClassI1%>'>
116
                        </a>
115
                    </td>
117
                    <td>
116
                    <td>
118
                        <table class="full_table <%=displayClass1%>" id='testResultsH_<%=biQry("BUILD_ID")%>'>
117
                        <table class="full_table <%=displayClass1%>" id='testResultsH_<%=biQry("BUILD_ID")%>'>
119
                            <tr class="form_item_grey" >
118
                            <tr class="form_item_grey" >
120
                            <%If utQry.RecordCount < 1 Then %>
119
                            <%If utQry.RecordCount < 1 Then %>
121
                              <td nowrap>No Test Results found</td>
120
                              <td nowrap>No Test Results found</td>