Changeset 16257
- Timestamp:
- 18/07/08 14:45:53 (1 month ago)
- Files:
-
- trunk/intermine/webapp/main/resources/webapp/WEB-INF/tags/querylink.tag (modified) (1 diff)
- trunk/modmine/dbmodel/resources/modencode-metadata_additions.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/struts-config-model.xml (modified) (2 diffs)
- trunk/modmine/webapp/resources/tiles-defs-model.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/begin.jsp (modified) (2 diffs)
- trunk/modmine/webapp/resources/webapp/model/GO.jsp (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/model/genomics.jsp (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/model/submissions.jsp (added)
- trunk/modmine/webapp/src/org/modmine/web/SubmissionsController.java (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/intermine/webapp/main/resources/webapp/WEB-INF/tags/querylink.tag
r13655 r16257 24 24 <img border="0" class="arrow" src="images/right-arrow.gif" title="->"/> 25 25 </c:if> 26 27 <%-- 28 <%@ attribute name="showImage" required="false" type="java.lang.String" %> 29 30 this is not working, not sure why. 31 ${showImage} 32 <c:when test="${showImage == 'arrow'}"/> 33 <img border="0" class="arrow" src="images/right-arrow.gif" title="->"/> 34 </c:when> 35 --%> 26 36 </span> 27 37 </html:link> trunk/modmine/dbmodel/resources/modencode-metadata_additions.xml
r16172 r16257 42 42 <attribute name="qualityControl" type="java.lang.String" /> 43 43 <attribute name="replicate" type="java.lang.String" /> 44 <attribute name="experimentDate" type="java.util.Date" /> 45 <attribute name="publicReleaseDate" type="java.util.Date" /> 44 <attribute name="experimentDate" type="java.util.Date" /> 45 <attribute name="publicReleaseDate" type="java.util.Date" /> 46 <!-- temp. changed to string... 47 <attribute name="experimentDate" type="java.lang.String" /> 48 <attribute name="publicReleaseDate" type="java.lang.String" /> 49 --> 46 50 <reference name="organism" 47 51 referenced-type="org.flymine.model.genomic.Organism" /> trunk/modmine/webapp/resources/struts-config-model.xml
r16216 r16257 4 4 <action path="/sequenceExporter" 5 5 type="org.intermine.bio.web.struts.SequenceExportAction" /> 6 6 7 7 <action path="/chartRenderer" type="org.flymine.web.ChartRenderer" 8 8 parameter="method" /> … … 14 14 <action path="/initProjectList" 15 15 type="org.modmine.web.ProjectsController" /> 16 17 <action path="/initSubmissions" 18 type="org.modmine.web.SubmissionsController" /> 16 19 17 20 trunk/modmine/webapp/resources/tiles-defs-model.xml
r16216 r16257 3 3 <definition name="projects.tile" path="/model/projects.jsp" 4 4 controllerUrl="/initProjects.do"/> 5 <definition name="submissions.tile" path="/model/submissions.jsp" 6 controllerUrl="/initSubmissions.do"/> 5 7 6 8 <definition name="projectList.tile" path="/model/projectList.jsp" trunk/modmine/webapp/resources/webapp/begin.jsp
r16216 r16257 105 105 </div> 106 106 </td></tr> 107 108 109 110 <tr><td> 111 <im:boxarea title="Submissions" titleLink="/${WEB_PROPERTIES['webapp.path']}/providers.do" stylename="plainbox" floatValue="left" fixedWidth="300px"> 112 <%-- <em><p><fmt:message key="projects.intro"/></p></em> --%> 113 <tiles:insert name="submissions.tile"/> 114 </im:boxarea> 115 116 117 <%-- 107 118 <tr> 108 119 <td> … … 129 140 </tr></table> 130 141 </im:boxarea> 142 --%> 131 143 132 144 </td></tr></table> trunk/modmine/webapp/resources/webapp/model/GO.jsp
r16083 r16257 15 15 <a href="javascript:toggleDiv('hiddenDiv1');"> 16 16 <img id='hiddenDiv1Toggle' src="images/disclosed.gif"/> 17 GO annotation in mod ENCODEMine ...17 GO annotation in modMine ... 18 18 </a> 19 19 </h4> trunk/modmine/webapp/resources/webapp/model/genomics.jsp
r16083 r16257 39 39 <li> 40 40 <i>Drosophila melanogaster</i> - Genome annotation release 5.1 from <a href="http://www.flybase.org" target="_new"> 41 <html:img src="images/FlyBase_logo_mini.png" title="Click here to view FlyBase's website" /> </a>.41 <html:img src="images/FlyBase_logo_mini.png" title="Click here to view FlyBase's website" />FlyBase</a>. 42 42 </ul> 43 43
