提交 491b06be 编写于 作者: M mindless

Rework centering from r21564, as that change didn't work for IE7


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22670 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fb5ac744
......@@ -93,10 +93,11 @@ THE SOFTWARE.
<colgroup><col width="*"/><col width="80%"/><col width="24"/></colgroup>
<j:forEach var="c" items="${computers}" varStatus="cloop">
<tr>
<th class="pane" colspan="3">
<j:choose>
<j:when test="${c.node==app or computers.size()==1}">
<div style="position:absolute;padding-left:5px">#</div>
<j:choose>
<j:when test="${c.node==app or computers.size()==1}">
<th class="pane">#</th>
<th class="pane" colspan="2">
<div style="margin-right:19px">
<j:choose>
<j:when test="${empty(app.slaves) or computers.size()==1}">
${%Status}
......@@ -105,12 +106,15 @@ THE SOFTWARE.
<local:computerCaption title="${%Master}" />
</j:otherwise>
</j:choose>
</j:when>
<j:otherwise>
</div>
</th>
</j:when>
<j:otherwise>
<th class="pane" colspan="3">
<local:computerCaption title="${c.displayName}" />
</j:otherwise>
</j:choose>
</th>
</th>
</j:otherwise>
</j:choose>
</tr>
<j:forEach var="e" items="${c.executors}" varStatus="eloop">
<local:executor name="${eloop.index+1}" url="executors/${eloop.index}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册