提交 00e73728 编写于 作者: K Kohsuke Kawaguchi

1.387 special

上级 70f863d1
......@@ -1298,4 +1298,11 @@ public class Functions {
return Boolean.getBoolean("hudson.security.ArtifactsPermission");
}
}
/**
* 1.387 special
*/
public static String getBackgroundImage() {
// for one week.
return System.currentTimeMillis() < 1291363200000L ? "i387.jpg" : "hudson.png";
}
}
\ No newline at end of file
......@@ -209,7 +209,7 @@ THE SOFTWARE.
</tr>
</table>
<table id="main-table" width="100%" height="70%" border="0"
style="background-image: url(${imagesURL}/hudson.png);
style="background-image: url(${imagesURL}/${h.backgroundImage});
background-repeat: no-repeat; background-position: bottom left;">
<tr>
<td id="side-panel" width="20%">
......
此差异由.gitattributes 抑制。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册