Subversion Repositories DevTools

Rev

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

Rev 7277 Rev 7281
Line 186... Line 186...
186
	  <thead>
186
	  <thead>
187
		<th nowrap>Build Machine</th>
187
		<th nowrap>Build Machine</th>
188
		<th nowrap>Mode</th>
188
		<th nowrap>Mode</th>
189
		<th nowrap>MACH_TYPE</th>
189
		<th nowrap>MACH_TYPE</th>
190
		<th nowrap>GBE_BUILDFILTER</th>
190
		<th nowrap>GBE_BUILDFILTER</th>
-
 
191
		<th nowrap class=tight>Log</th>
191
	  </thead>
192
	  </thead>
192
		<%
193
		<%
193
        Dim sName, sPath, hRef, aBuildInfo, sMaster, sMachType, sFilter
194
        Dim sName, sPath, hRef, aBuildInfo, sMaster, sMachType, sFilter
194
		If BuildLogs.Count <= 0 Then%>
195
		If BuildLogs.Count <= 0 Then%>
195
		<tr>
196
		<tr>
Line 205... Line 206...
205
                sMachType = aBuildInfo(1) 
206
                sMachType = aBuildInfo(1) 
206
                sFilter = aBuildInfo(2)
207
                sFilter = aBuildInfo(2)
207
            End If
208
            End If
208
			%>
209
			%>
209
			<tr>
210
			<tr>
210
				<td><a href=<%=hRef%> target="_blank"><%=sName%></a></td>
211
				<td><%=sName%></td>
211
				<td><%=sMaster%></td>
212
				<td><%=sMaster%></td>
212
				<td><%=sMachType%></td>
213
				<td><%=sMachType%></td>
213
				<td><%=sFilter%></td>
214
				<td><%=sFilter%></td>
-
 
215
				<td class=tight><a title='Open log file in a new window' class='logIcon' href=<%=hRef%> target="_blank"></a></td>
214
			</tr>
216
			</tr>
215
			<%
217
			<%
216
        Next
218
        Next
217
		End If%>
219
		End If%>
218
	</table>
220
	</table>