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

no longer needed now that MavenModuleSet is AbstractProject.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1976 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c17cd906
<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">
<l:layout title="${it.name} - parse POM">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<h1>Parsing POM</h1>
<pre id="out"></pre>
<div id="spinner">
<img src="${rootURL}/images/spinner.gif" />
</div>
<t:progressiveText href="progressiveParsePOMLog" idref="out" spinner="spinner" />
</l:main-panel>
</l:layout>
</j:jelly>
\ No newline at end of file
<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" xmlns:i="jelly:fmt">
<l:header title="${it.name}">
<!--TODO: st:include page="rssHeader.jelly" /-->
</l:header>
<l:side-panel>
<l:tasks>
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
<l:task icon="images/24x24/up.gif" href="${rootURL}/" title="Back to Dashboard" />
<l:task icon="images/24x24/search.gif" href="${url}/" title="Status" />
<l:task icon="images/24x24/notepad.gif" href="${url}/changes" title="Changes" />
<l:task icon="images/24x24/folder.gif" href="${url}/ws/" title="Workspace" />
<l:isAdmin>
<j:if test="${!it.disabled}">
<l:task icon="images/24x24/clock.gif" href="${url}/build" title="Build Now" />
</j:if>
<l:task icon="images/24x24/edit-delete.gif" href="${url}/delete" title="Delete Project" />
<l:task icon="images/24x24/setting.gif" href="${url}/configure" title="Configure" />
</l:isAdmin>
<st:include page="actions.jelly" />
</l:tasks>
<st:include page="buildHistory.jelly" />
</l:side-panel>
</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.
先完成此消息的编辑!
想要评论请 注册