Subversion Repositories DevTools

Rev

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

Rev 6789 Rev 6876
Line 582... Line 582...
582
      <!-- HEADER -->
582
      <!-- HEADER -->
583
      <!--#include file="_header.asp"-->
583
      <!--#include file="_header.asp"-->
584
      <!-- BODY ---->
584
      <!-- BODY ---->
585
      <table class="full_table">
585
      <table class="full_table">
586
         <tr>
586
         <tr>
587
            <td width="146px" class="panel_bg" valign="top">
587
            <td width="146px" class="bg_panel" valign="top">
588
                <%Call LeftPanelContent%>
588
                <%Call LeftPanelContent%>
589
            </td>
589
            </td>
590
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
590
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
591
                <%Call MainPanelContent%>
591
                <%Call MainPanelContent%>
592
            </td>
592
            </td>
593
         </tr>
593
         </tr>
594
         <tr>
594
         <tr>
595
            <td class="panel_bg" valign="bottom" align="center" height="350">
595
            <td class="bg_panel" valign="bottom" align="center" height="350">
596
                <img src="images/release_stats.png" vspace="20" hspace="30"></td>
596
                <img src="images/release_stats.png" vspace="20" hspace="30"></td>
597
         </tr>
597
         </tr>
598
      </table>
598
      </table>
599
      <!-- FOOTER -->
599
      <!-- FOOTER -->
600
      <!--#include file="_footer.asp"-->
600
      <!--#include file="_footer.asp"-->