Changeset 16216
- Timestamp:
- 14/07/08 18:20:03 (1 month ago)
- Files:
-
- trunk/intermine/webapp/main/resources/webapp/WEB-INF/classes/InterMineWebApp.properties (modified) (1 diff)
- trunk/modmine/integrate/resources/projects.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/struts-config-model.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/tiles-defs-model.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/begin.jsp (added)
- trunk/modmine/webapp/resources/webapp/dataCategories.jsp (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/model/projectList.jsp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/intermine/webapp/main/resources/webapp/WEB-INF/classes/InterMineWebApp.properties
r16202 r16216 758 758 projects.tab = projects 759 759 projects.noFollow = true 760 projects.intro = All the projects in the ModEncode consortium. \ 761 NOTE: All external links open in a new window. 760 projects.intro = All the projects in the ModEncode consortium. 762 761 763 762 providers.title = providers trunk/modmine/integrate/resources/projects.xml
r16172 r16216 510 510 <item id="1079" class="" implements="http://www.flymine.org/model/genomic#ModEncodeProvider"> 511 511 <attribute name="surname" value="Liu"/> 512 <attribute name="name" value="Xi ole Liu"/>512 <attribute name="name" value="Xiaole Liu"/> 513 513 <attribute name="affiliation" value="Dana Farber Cancer Institute"/> 514 514 <reference name="project" ref_id="1011"/> trunk/modmine/webapp/resources/struts-config-model.xml
r16201 r16216 12 12 13 13 14 <action path="/initProjectList" 15 type="org.modmine.web.ProjectsController" /> 16 17 14 18 <action path="/initProjects" 15 19 type="org.modmine.web.ProjectsController" /> trunk/modmine/webapp/resources/tiles-defs-model.xml
r16201 r16216 3 3 <definition name="projects.tile" path="/model/projects.jsp" 4 4 controllerUrl="/initProjects.do"/> 5 6 <definition name="projectList.tile" path="/model/projectList.jsp" 7 controllerUrl="/initProjectList.do"/> 8 9 5 10 6 11 <definition name="projects.page" extends="layout.template"> trunk/modmine/webapp/resources/webapp/dataCategories.jsp
r16200 r16216 285 285 286 286 </table> 287 288 287 289 288 <!--
