提交 82f7509f 编写于 作者: K kohsuke

resurrected help support


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7988 71c3de6d-444a-0410-be80-ed276b4c234a
上级 13414102
......@@ -19,12 +19,23 @@
<d:taglib uri="local">
<d:tag name="body">
<table>
<j:set var="help" value="${descriptor.helpFile}" />
<j:if test="${hasHeader}">
<f:block>
<div class="dd-handle">
<b>${descriptor.displayName}</b>
</div>
</f:block>
<tr>
<td colspan="3">
<div class="dd-handle">
<b>${descriptor.displayName}</b>
</div>
</td>
<j:if test="${help!=null}">
<td>
<a href="#" class="help-button" helpURL="${rootURL}${help}"><img src="${imagesURL}/16x16/help.gif" /></a>
</td>
</j:if>
</tr>
<j:if test="${help!=null}">
<tr class="help-area"><td></td><td colspan="2"><div class="help">Loading...</div></td><td></td></tr>
</j:if>
</j:if>
<st:include from="${descriptor}" page="${descriptor.configPage}" />
<f:block>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册