提交 10b13149 编写于 作者: K kohsuke

upgrading to YUI 2.3.1.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5490 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1ae83929
......@@ -42,6 +42,7 @@
<script src="${resURL}/scripts/sortable.js" type="text/javascript"></script>
<script src="${resURL}/scripts/hudson-behavior.js" type="text/javascript"></script>
<!-- To use the debug version of YUI, set the system property 'debug.YUI' to true -->
<j:set var="yuiSuffix" value="${h.yuiSuffix}" />
<l:yui module="yahoo" />
<l:yui module="dom" />
......@@ -49,14 +50,17 @@
<l:yui module="container" />
<l:yui module="connection" />
<l:yui module="autocomplete" />
<j:if test="${yuiSuffix=='debug'}">
<l:yui module="logger" />
</j:if>
<link rel="stylesheet" href="${resURL}/scripts/yui/container.css" type="text/css"/>
<link rel="stylesheet" href="${resURL}/scripts/yui/container/asserts/container.css" type="text/css"/>
<link rel="search" type="application/opensearchdescription+xml" href="${rootURL}/opensearch.xml" title="Hudson" />
<meta name="ROBOTS" content="INDEX,NOFOLLOW" />
<j:set var="mode" value="header" />
<d:invokeBody />
</head>
<body>
<body class="yui-skin-sam">
<table id="header" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td id="top-panel" colspan="2">
......
......@@ -5,5 +5,5 @@
@module module name to be loaded
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler">
<script src="${resURL}/scripts/yui/${module}-${yuiSuffix}.js" />
<script src="${resURL}/scripts/yui/${module}/${module}${attrs.suffix}-${yuiSuffix}.js" />
</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.
先完成此消息的编辑!
想要评论请 注册