# HG changeset patch # User dwinter # Date 1367754926 -7200 # Node ID aac892c55535417ae5aba1c6e0c6636eda9fc053 # Parent 8731a74ed13c58c5367ae9e0f390a14e0606d224 minor - show now WEB_title in list diff -r 8731a74ed13c -r aac892c55535 MPIWGThesaurus.py --- a/MPIWGThesaurus.py Thu Mar 01 08:45:45 2012 +0100 +++ b/MPIWGThesaurus.py Sun May 05 13:55:26 2013 +0200 @@ -671,6 +671,7 @@ #.... # und erzeugt daraus eine entsprechende Liste von Entries def getEntriesFromTxt(self,txt): + apps=[] lines=txt.split("\n"); level=False @@ -1495,7 +1496,7 @@ link="/en/research/projects/"+getID - title=project.getContent("short_title") + title=project.getContent("WEB_title") #persons=project.getPersonKeyList() persons=project.getContent('xdata_01') logging.debug("%s %s %s"%(link,title,persons))