Mercurial > hg > MPIWGWeb
comparison MPIWGRoot.py @ 60:dc41deabc8f8
more work on projects. more cleanup.
author | casties |
---|---|
date | Thu, 02 May 2013 11:26:57 +0200 |
parents | 84879a3f91a6 |
children | 63184d71c014 fd167f42cf34 |
comparison
equal
deleted
inserted
replaced
59:d452fff7c52e | 60:dc41deabc8f8 |
---|---|
50 {'label':'add e-mails','action':'showNewDBEntries'}, | 50 {'label':'add e-mails','action':'showNewDBEntries'}, |
51 #{'label':'update the institutsbibliography','action':'updateInstitutsbiliography'}, | 51 #{'label':'update the institutsbibliography','action':'updateInstitutsbiliography'}, |
52 #{'label':'Edit Historical Persons','action':'editHistoricalPersonsForm'}, | 52 #{'label':'Edit Historical Persons','action':'editHistoricalPersonsForm'}, |
53 #{'label':'Store Historical Persons','action':'storeHistoricalPersons'}, | 53 #{'label':'Store Historical Persons','action':'storeHistoricalPersons'}, |
54 ) | 54 ) |
55 | |
56 # TODO: is this used here? | |
57 fieldLabels={'WEB_title':'WEB_Title', | |
58 'xdata_01':'Responsible Scientists', | |
59 'xdata_02':'Department', | |
60 'xdata_03':'Historical Persons', | |
61 'xdata_04':'Time period', | |
62 'xdata_05':'Sorting number', | |
63 'xdata_06':'Keywords', | |
64 'xdata_07':'Short title', | |
65 'xdata_08':'Other involved scholars' , | |
66 'xdata_09':'Disciplines', | |
67 'xdata_10':'Themes', | |
68 'xdata_11':'Object Digitallibrary', | |
69 'xdata_12':'Cooperation partners', | |
70 'xdata_13':'Funding institutions', | |
71 'WEB_project_header':'WEB_project_header', | |
72 'WEB_project_description':'WEB_project_description', | |
73 'WEB_related_pub':'WEB_related_pub'} | |
74 | 55 |
75 # (is this used?) | 56 # (is this used?) |
76 folders=['MPIWGProject','Folder','ECHO_Navigation'] | 57 folders=['MPIWGProject','Folder','ECHO_Navigation'] |
77 # language of this instance | 58 # language of this instance |
78 lang = 'en' | 59 lang = 'en' |