Subversion Repositories DevTools

Rev

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

Rev 6874 Rev 6876
Line 314... Line 314...
314
      <!-- HEADER -->
314
      <!-- HEADER -->
315
      <!--#include file="_header.asp"-->
315
      <!--#include file="_header.asp"-->
316
      <!-- BODY ---->
316
      <!-- BODY ---->
317
      <table class="full_table">
317
      <table class="full_table">
318
         <tr>
318
         <tr>
319
            <td width="146px" class="panel_bg" valign="top">
319
            <td width="146px" class="bg_panel" valign="top">
320
                <%Call LeftPanelContent%>
320
                <%Call LeftPanelContent%>
321
            </td>
321
            </td>
322
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
322
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
323
                <%Call MainPanelContent%>
323
                <%Call MainPanelContent%>
324
            </td>
324
            </td>
325
         </tr>
325
         </tr>
326
         <tr>
326
         <tr>
327
            <td class="panel_bg" valign="bottom" align="center" height="350"></td>
327
            <td class="bg_panel" valign="bottom" align="center" height="350"></td>
328
         </tr>
328
         </tr>
329
      </table>
329
      </table>
330
      <!-- FOOTER -->
330
      <!-- FOOTER -->
331
      <!--#include file="_footer.asp"-->
331
      <!--#include file="_footer.asp"-->
332
   </body>
332
   </body>