ECMWF logo Support Portal
changes.mady.by.user Umberto Modigliani
Saved on Jun 12, 2012
...
{jython} from com.atlassian.confluence.search.v2 import ContentSearch from com.atlassian.confluence.search.v2.query import LabelQuery search = ContentSearch(LabelQuery("devel"),None,None,None) results = searchManager.searchEntities(search) out.print("<div class='recently-updated recently-updated-concise'><h4 class='sub-heading'>ECMWF Software Packages</h4><div class='results-container'><ul>") for i in results: out.print("<li class='update-item'><a href='%s%s'>%s</a> <span style='font-size:80%%; color:#666666'>%s</span></li>" % (contextPath,i.urlPath,i.displayTitle,i.bodyAsString)) out.print("</ul></div></div>") {jython}
Go to Latest news to access older news items
Please send an email to software.support@ecmwf.int or go to Issues if you have any suggestions for improvements or have discovered a bug with any ECMWF software package.