提交 0f5786e6 编写于 作者: K kohsuke

formatting change

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13031 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8d36bf04
......@@ -19,12 +19,12 @@
</j:if>
<j:choose>
<j:when test="${pos lt 0}">
<tbody><tr style="background-image:url(${imagesURL}/progress-unknown.gif)"><td></td></tr></tbody>
<tbody><tr style="background-image:url(${imagesURL}/progress-unknown.gif)"><td/></tr></tbody>
</j:when>
<j:otherwise>
<tbody><tr>
<td class="progress-bar-done" style="width:${pos}%;"></td>
<td class="progress-bar-left" style="width:${100-pos}%"></td>
<td class="progress-bar-done" style="width:${pos}%;"/>
<td class="progress-bar-left" style="width:${100-pos}%"/>
</tr>
</tbody>
</j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册