All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.layout.layout.jelly Maven / Gradle / Ivy

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')}
            
            
            
                
            
            

            
            

            
            
            
            
            
            

            
            
            
            
            
            
            
                
            
            
            
            
            
            
            
            
            
            
            

            
            
            
    
            
            
            
            
            
            

            
            
            
            
            
                
            
        
        
            
            
            
Hudson logo





© 2015 - 2025 Weber Informatics LLC | Privacy Policy