Subversion Repositories DevTools

Rev

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

Rev 6827 Rev 6876
Line 324... Line 324...
324
      <!-- HEADER -->
324
      <!-- HEADER -->
325
      <!--#include file="_header.asp"-->
325
      <!--#include file="_header.asp"-->
326
      <!-- BODY ---->
326
      <!-- BODY ---->
327
      <table class="full_table">
327
      <table class="full_table">
328
         <tr>
328
         <tr>
329
            <td width="146px" class="panel_bg" valign="top">
329
            <td width="146px" class="bg_panel" valign="top">
330
                <%Call LeftPanelContent%>
330
                <%Call LeftPanelContent%>
331
            </td>
331
            </td>
332
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
332
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
333
                <%Call MainPanelContent%>
333
                <%Call MainPanelContent%>
334
            </td>
334
            </td>
335
         </tr>
335
         </tr>
336
         <tr>
336
         <tr>
337
            <td class="panel_bg" valign="bottom" align="center" height="350">
337
            <td class="bg_panel" valign="bottom" align="center" height="350">
338
                <img src="images/img_padlock.png" vspace="20" hspace="30"></td>
338
                <img src="images/img_padlock.png" vspace="20" hspace="30"></td>
339
         </tr>
339
         </tr>
340
      </table>
340
      </table>
341
      <!-- FOOTER -->
341
      <!-- FOOTER -->
342
      <!--#include file="_footer.asp"-->
342
      <!--#include file="_footer.asp"-->