Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6874
Line 126... Line 126...
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="panel_bg" 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
                    <table width="50%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:5px">
-
 
132
                        <tr>
-
 
133
                            <td width="1%"></td>
-
 
134
                            <td width="100%">
131
                    <div class=panel style="width:50%">
135
                                <%If parRtagId = "" Then %>
132
                        <div class=rounded_box_caption>
136
                                <span nowrap class="form_ttl">SYSTEM BUILD LOG</span>
-
 
137
                                <%Else%>
-
 
138
                                <span nowrap class="form_ttl">RELEASE BUILD LOG</span>
133
                         <%=IIf (parRtagId = "","SYSTEM BUILD LOG", "RELEASE BUILD LOG")%>
139
                                <%End If%>
134
                        </div>
140
                                <!-- Section Top Border ---->
-
 
141
                                <div class="rounded_box" style="background: white;">
135
                        <div class="rounded_box rounded_box_pad" >
142
                                    <!-- Indef Pause Warning ---->
136
                                <!-- Indef Pause Warning ---->
143
                                    <div id="indefPause" style="display: none;" class="err_alert" style="font-size: small;">
137
                                <div id="indefPause" style="display: none;" class="err_alert" style="font-size: small;">
144
                                        <b>WARNING: Indefinite Pause, Build Daemons are all stopped - please contact an administrator</b>
138
                                    <b>WARNING: Indefinite Pause, Build Daemons are all stopped - please contact an administrator</b>
145
                                    </div>
-
 
146
                                    <!-- Section Body Header ---->
-
 
147
                                    <!-- Main Pane -->
-
 
148
                                    <table id="table1" width=100% class="stripe">
-
 
149
                                        <thead class="body_col">
-
 
150
                                            <tr>
-
 
151
                                                 <th>Project</th>
-
 
152
                                                 <th>Release</th>
-
 
153
                                                 <th>Package</th>
-
 
154
                                                 <th>Version</th>
-
 
155
                                                 <th>Time</th>
-
 
156
                                                 <th>Reason</th>
-
 
157
                                                 <th>Duration</th>
-
 
158
                                                 <th>Result</th>
-
 
159
                                                 <th>Tests</th>
-
 
160
                                            </tr>
-
 
161
                                        </thead>
-
 
162
                                        <tbody>
-
 
163
                                        </tbody>
-
 
164
                                    </table>
-
 
165
                                </div>
139
                                </div>
-
 
140
                                <!-- Section Body Header ---->
-
 
141
                                <!-- Main Pane -->
-
 
142
                                <table id="table1" width=100% class="stripe">
-
 
143
                                    <thead class="body_col">
-
 
144
                                        <th>Project</th>
-
 
145
                                        <th>Release</th>
-
 
146
                                        <th>Package</th>
-
 
147
                                        <th>Version</th>
-
 
148
                                        <th>Time</th>
-
 
149
                                        <th>Reason</th>
-
 
150
                                        <th>Duration</th>
-
 
151
                                        <th>Result</th>
-
 
152
                                        <th>Tests</th>
-
 
153
                                    </thead>
-
 
154
                                    <tbody>
-
 
155
                                    </tbody>
166
                            </td>
156
                                </table>
167
                        </tr>
157
                        </div>
168
                    </table>
158
                    </div>
169
                </td>
159
                </td>
170
            </tr>
160
            </tr>
171
            <tr>
161
            <tr>
172
               <td class="panel_bg" valign="bottom" align="center" height="350">
162
               <td class="panel_bg" valign="bottom" align="center" height="350">
173
                   <img src="images/img_gears.png" vspace="20" hspace="30"></td>
163
                   <img src="images/img_gears.png" vspace="20" hspace="30"></td>