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

blog.list.gsp Maven / Gradle / Ivy

Go to download

A plugin used to manage contents like static pages, menus etc. at one place. Also provides shortened and user friendly urls.

There is a newer version: 2.6.2
Show newest version




    
    
    
    <g:message code="default.blog.list.label" args="[entityName]" />
    


    
            
    
    
    
         Sorry, no blog to display.
    

    

${it.title }

${it.subTitle}


${it.body} ...more

Showing: ${params.int('offset') + 1 }-${limit > total ? total : limit } of ${total }

Posted On

ALL ${month}

Tags

${tag[1]}   ${index < tagList.size() - 1 ? ' ' : '' }
var startSize = ${grailsApplication.config.causecode.plugins.content.tags.startSize ?:'15'} var endSize = ${grailsApplication.config.causecode.plugins.content.tags.endSize ?:'25'} var startColor = "${grailsApplication.config.causecode.plugins.content.tags.startColor ?:'#428bca'}" var endColor = "${grailsApplication.config.causecode.plugins.content.tags.endColor ?:'#428bca'}" $(function () { $('div.blog-tags a').tagcloud({ size: {start: parseInt(startSize), end: parseInt(endSize), unit:'px'}, color: {start: "#"+startColor, end: "#"+endColor} }); });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy