提交 36306c2f 编写于 作者: K kohsuke

fixed #433


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2898 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e4e31c1a
...@@ -5,16 +5,18 @@ ...@@ -5,16 +5,18 @@
<%@ attribute name="href" %> <%@ attribute name="href" %>
--> -->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<tr> <j:if test="${attrs.icon}">
<td> <tr>
<a href="${attrs.href}"> <td>
<img src="${rootURL}/images/48x48/${icon}" width="48" height="48" style="margin-right:1em" /> <a href="${attrs.href}">
</a> <img src="${rootURL}/images/48x48/${icon}" width="48" height="48" style="margin-right:1em" />
</td> </a>
<td style="vertical-align:middle"> </td>
<a href="${h.ifThenElse(attrs.iconOnly==null,attrs.href,null)}"> <td style="vertical-align:middle">
<d:invokeBody /> <a href="${h.ifThenElse(attrs.iconOnly==null,attrs.href,null)}">
</a> <d:invokeBody />
</td> </a>
</tr> </td>
</tr>
</j:if>
</j:jelly> </j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册