Subversion Repositories DevTools

Rev

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

Rev 6624 Rev 6876
Line 261... Line 261...
261
      <!-- HEADER -->
261
      <!-- HEADER -->
262
      <!--#include file="_header.asp"-->
262
      <!--#include file="_header.asp"-->
263
      <!-- BODY ---->
263
      <!-- BODY ---->
264
      <table class="full_table">
264
      <table class="full_table">
265
         <tr>
265
         <tr>
266
            <td class="panel_bg" valign="top" style="min-width:146px">
266
            <td class="bg_panel" valign="top" style="min-width:146px">
267
                <%Call ShowSidePanel%>
267
                <%Call ShowSidePanel%>
268
            </td>
268
            </td>
269
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
269
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
270
                <%Call ShowMainPanel%>
270
                <%Call ShowMainPanel%>
271
            </td>
271
            </td>
272
         </tr>
272
         </tr>
273
         <tr>
273
         <tr>
274
            <td class="panel_bg" valign="bottom" align="center" height="350"></td>
274
            <td class="bg_panel" valign="bottom" align="center" height="350"></td>
275
         </tr>
275
         </tr>
276
      </table>
276
      </table>
277
      <!-- FOOTER -->
277
      <!-- FOOTER -->
278
      <!--#include file="_footer.asp"-->
278
      <!--#include file="_footer.asp"-->
279
   </body>
279
   </body>