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 124... Line 124...
124
      <!-- HEADER -->
124
      <!-- HEADER -->
125
      <!--#include file="_header.asp"-->
125
      <!--#include file="_header.asp"-->
126
      <!-- BODY ---->
126
      <!-- BODY ---->
127
        <table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
127
        <table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
128
            <tr>
128
            <tr>
129
                <td width="146px" class="panel_bg" valign="top"><%Call BuildMenuPane%></td>
129
                <td width="146px" class="bg_panel" valign="top"><%Call BuildMenuPane%></td>
130
                <td width="100%" rowspan="2" valign="top" align="center"  bgcolor="#EEEFEF">
130
                <td width="100%" rowspan="2" valign="top" align="center"  bgcolor="#EEEFEF">
131
                    <div class=panel style="width:50%">
131
                    <div class=panel style="width:50%">
132
                        <div class=rounded_box_caption>
132
                        <div class=rounded_box_caption>
133
                         <%=IIf (parRtagId = "","SYSTEM BUILD LOG", "RELEASE BUILD LOG")%>
133
                         <%=IIf (parRtagId = "","SYSTEM BUILD LOG", "RELEASE BUILD LOG")%>
134
                        </div>
134
                        </div>
Line 157... Line 157...
157
                        </div>
157
                        </div>
158
                    </div>
158
                    </div>
159
                </td>
159
                </td>
160
            </tr>
160
            </tr>
161
            <tr>
161
            <tr>
162
               <td class="panel_bg" valign="bottom" align="center" height="350">
162
               <td class="bg_panel" valign="bottom" align="center" height="350">
163
                   <img src="images/img_gears.png" vspace="20" hspace="30"></td>
163
                   <img src="images/img_gears.png" vspace="20" hspace="30"></td>
164
            </tr>
164
            </tr>
165
        </table>
165
        </table>
166
        <!-- FOOTER -->
166
        <!-- FOOTER -->
167
        <!--#include file="_footer.asp"-->
167
        <!--#include file="_footer.asp"-->