Subversion Repositories DevTools

Rev

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

Rev 6625 Rev 6876
Line 241... Line 241...
241
      <!-- HEADER -->
241
      <!-- HEADER -->
242
      <!--#include file="_header.asp"-->
242
      <!--#include file="_header.asp"-->
243
      <!-- BODY ---->
243
      <!-- BODY ---->
244
      <table class="full_table">
244
      <table class="full_table">
245
         <tr>
245
         <tr>
246
            <td class="panel_bg" valign="top" style="min-width:146px">
246
            <td class="bg_panel" valign="top" style="min-width:146px">
247
                <%Call ShowSidePanel%>
247
                <%Call ShowSidePanel%>
248
            </td>
248
            </td>
249
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
249
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
250
                <%Call ShowMainPanel%>
250
                <%Call ShowMainPanel%>
251
            </td>
251
            </td>
252
         </tr>
252
         </tr>
253
         <tr>
253
         <tr>
254
            <td class="panel_bg" valign="bottom" align="center" height="350"></td>
254
            <td class="bg_panel" valign="bottom" align="center" height="350"></td>
255
         </tr>
255
         </tr>
256
      </table>
256
      </table>
257
      <!-- FOOTER -->
257
      <!-- FOOTER -->
258
      <!--#include file="_footer.asp"-->
258
      <!--#include file="_footer.asp"-->
259
   </body>
259
   </body>