Subversion Repositories DevTools

Rev

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

Rev 6874 Rev 6876
Line 638... Line 638...
638
      <!-- HEADER -->
638
      <!-- HEADER -->
639
      <!--#include file="_header.asp"-->
639
      <!--#include file="_header.asp"-->
640
      <!-- BODY ---->
640
      <!-- BODY ---->
641
      <table class="full_table">
641
      <table class="full_table">
642
         <tr>
642
         <tr>
643
            <td width="146px" class="panel_bg" valign="top">
643
            <td width="146px" class="bg_panel" valign="top">
644
                <%Call BuildMenuPane%>
644
                <%Call BuildMenuPane%>
645
            </td>
645
            </td>
646
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
646
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
647
                <%Call ShowBuildStatus%>
647
                <%Call ShowBuildStatus%>
648
                <%Call ShowDaemonStatus%>
648
                <%Call ShowDaemonStatus%>
649
                <%Call ShowDaemonInstructions%>
649
                <%Call ShowDaemonInstructions%>
650
            </td>
650
            </td>
651
         </tr>
651
         </tr>
652
         <tr>
652
         <tr>
653
            <td class="panel_bg" valign="bottom" align="center" height="350">
653
            <td class="bg_panel" valign="bottom" align="center" height="350">
654
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
654
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
655
         </tr>
655
         </tr>
656
      </table>
656
      </table>
657
      <!-- FOOTER -->
657
      <!-- FOOTER -->
658
      <!--#include file="_footer.asp"-->
658
      <!--#include file="_footer.asp"-->