
lib.layout.layout.jelly Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
Outer-most tag for a normal (non-AJAX) HTML rendering.
This is used with nested <header>, <side-panel>, and <main-panel>
to form Hudson's basic HTML layout.
Title of the HTML page. Rendered into <title> tag.
If non-null, auto refresh is disabled on this page.
This is necessary for pages that include forms.
specify path that starts from "/" for loading additional CSS stylesheet.
path is interprted as relative to the context root. e.g.,
{noformat}<l:layout css="/plugin/mysuperplugin/css/myneatstyle.css">{noformat}
This was originally added to allow plugins to load their stylesheets, but
*the use of thie attribute is discouraged now.*
plugins should now do so by inserting <style> elements and/or <script> elements
in <l:header/> tag.
If given, this page is only made available to users that has the specified permission.
(The permission will be checked against the "it" object.)
${h.checkPermission(it,permission)}
${h.appendIfNotNull(title, ' [Hudson]', 'Hudson')}
Skip to content
${app.authentication.name}
|
${%logout}
»
${anc.object.displayName}
${%DISABLE AUTO REFRESH}
${%ENABLE AUTO REFRESH}
${%Page generated}:
Hudson ver. ${h.version}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy