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 325... Line 325...
325
      <!-- HEADER -->
325
      <!-- HEADER -->
326
      <!--#include file="_header.asp"-->
326
      <!--#include file="_header.asp"-->
327
      <!-- BODY ---->
327
      <!-- BODY ---->
328
      <table class="full_table">
328
      <table class="full_table">
329
         <tr>
329
         <tr>
330
            <td width="146px" class="panel_bg" valign="top">
330
            <td width="146px" class="bg_panel" valign="top">
331
                <%Call LeftPanelContent%>
331
                <%Call LeftPanelContent%>
332
            </td>
332
            </td>
333
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
333
            <td width="90%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
334
                <%Call MainPanelContent%>
334
                <%Call MainPanelContent%>
335
            </td>
335
            </td>
336
         </tr>
336
         </tr>
337
         <tr>
337
         <tr>
338
            <td class="panel_bg" valign="bottom" align="center" height="350"></td>
338
            <td class="bg_panel" valign="bottom" align="center" height="350"></td>
339
         </tr>
339
         </tr>
340
      </table>
340
      </table>
341
      <!-- FOOTER -->
341
      <!-- FOOTER -->
342
      <!--#include file="_footer.asp"-->
342
      <!--#include file="_footer.asp"-->
343
   </body>
343
   </body>