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

portal.default.redbox.menus.home-new-items.vm Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
#if(!$self.latest.isEmpty())
    #set($menuTitle = "Most recent records")
    #parseTemplate("wrapping/menu-open.vm")
    
    #foreach($item in $self.latest) #set($itemId = $item.getFirst('id')) #set($itemTitle = $item.getFirst('dc_title')) #set($owner = $item.getFirst('owner')) #set($wfStep = $item.getFirst('workflow_step')) #set($wfLabel = $item.getFirst('workflow_step_label'))
  1. #if("$!wfStep" != "" && $wfStep != "" && $wfStep != "live") Stage: $wfLabel #end #if("$!owner" != "" && $owner == $page.authentication.get_username()) My record #end $itemTitle
  2. #end
#parseTemplate("wrapping/info-box-close.vm") #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy