Subversion Repositories DevTools

Rev

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

Rev 6874 Rev 6876
Line 166... Line 166...
166
      <!-- HEADER -->
166
      <!-- HEADER -->
167
      <!--#include file="_header.asp"-->
167
      <!--#include file="_header.asp"-->
168
      <!-- BODY ---->
168
      <!-- BODY ---->
169
      <table class="full_table">
169
      <table class="full_table">
170
         <tr>
170
         <tr>
171
            <td width="146px" class="panel_bg" valign="top">
171
            <td width="146px" class="bg_panel" valign="top">
172
                <%Call SidePanelContent%>
172
                <%Call SidePanelContent%>
173
            </td>
173
            </td>
174
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
174
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
175
                <%Call ShowMainPanel%>
175
                <%Call ShowMainPanel%>
176
            </td>
176
            </td>
177
         </tr>
177
         </tr>
178
         <tr>
178
         <tr>
179
            <td class="panel_bg" valign="bottom" align="center" height="350">
179
            <td class="bg_panel" valign="bottom" align="center" height="350">
180
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
180
                <img src="images/img_gears.png" vspace="20" hspace="30"></td>
181
         </tr>
181
         </tr>
182
      </table>
182
      </table>
183
      <!-- FOOTER -->
183
      <!-- FOOTER -->
184
      <!--#include file="_footer.asp"-->
184
      <!--#include file="_footer.asp"-->