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 358... Line 358...
358
      <!-- HEADER -->
358
      <!-- HEADER -->
359
      <!--#include file="_header.asp"-->
359
      <!--#include file="_header.asp"-->
360
      <!-- BODY ---->
360
      <!-- BODY ---->
361
      <table class="full_table">
361
      <table class="full_table">
362
         <tr>
362
         <tr>
363
            <td width="146px" class="panel_bg" valign="top">
363
            <td width="146px" class="bg_panel" valign="top">
364
                <%Call BuildMenuPane%>
364
                <%Call BuildMenuPane%>
365
            </td>
365
            </td>
366
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
366
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
367
                <%Call ShowDaemonStatus%>
367
                <%Call ShowDaemonStatus%>
368
                <%Call ShowBuildPlan%>
368
                <%Call ShowBuildPlan%>
369
            </td>
369
            </td>
370
         </tr>
370
         </tr>
371
         <tr>
371
         <tr>
372
            <td class="panel_bg" valign="bottom" align="center" height="350">
372
            <td class="bg_panel" valign="bottom" align="center" height="350">
373
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
373
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
374
         </tr>
374
         </tr>
375
      </table>
375
      </table>
376
      <!-- FOOTER -->
376
      <!-- FOOTER -->
377
      <!--#include file="_footer.asp"-->
377
      <!--#include file="_footer.asp"-->