提交 9dad579e 编写于 作者: K kohsuke

supported ID attribute.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1402 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1b1e9870
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<%@attribute name="width" required="true" %> <%@attribute name="width" required="true" %>
--> -->
<j:jelly xmlns:j="jelly:core" xmlns:d="jelly:define"> <j:jelly xmlns:j="jelly:core" xmlns:d="jelly:define">
<table class="pane"> <table class="pane" id="${attrs.id}">
<tr><td class="pane-header" colspan="${width}"> <tr><td class="pane-header" colspan="${width}">
${title} ${title}
</td></tr> </td></tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册