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 351... Line 351...
351
      <!-- HEADER -->
351
      <!-- HEADER -->
352
      <!--#include file="_header.asp"-->
352
      <!--#include file="_header.asp"-->
353
      <!-- BODY ---->
353
      <!-- BODY ---->
354
      <table class="full_table">
354
      <table class="full_table">
355
         <tr>
355
         <tr>
356
            <td width="146px" class="panel_bg" valign="top">
356
            <td width="146px" class="bg_panel" valign="top">
357
                <%Call BuildMenuPane%>
357
                <%Call BuildMenuPane%>
358
            </td>
358
            </td>
359
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
359
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
360
                <%Call ShowBuildConfig%>
360
                <%Call ShowBuildConfig%>
361
            </td>
361
            </td>
362
         </tr>
362
         </tr>
363
         <tr>
363
         <tr>
364
            <td class="panel_bg" valign="bottom" align="center" height="350">
364
            <td class="bg_panel" valign="bottom" align="center" height="350">
365
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
365
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
366
         </tr>
366
         </tr>
367
      </table>
367
      </table>
368
      <!-- FOOTER -->
368
      <!-- FOOTER -->
369
      <!--#include file="_footer.asp"-->
369
      <!--#include file="_footer.asp"-->