Changeset 20794
- Timestamp:
- 04/03/10 16:14:03 (2 years ago)
- Location:
- trunk/flymine/webapp/resources
- Files:
-
- 2 edited
-
web.properties (modified) (1 diff)
-
webapp/WEB-INF/webconfig-model.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flymine/webapp/resources/web.properties
r20788 r20794 418 418 attributelink.ratmineList.Gene.10116.primaryIdentifier.list.usePost=true 419 419 420 attributelink.ratmine.Pathway.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=Pathway&origin=FlyMine 421 attributelink.ratmine.Pathway.*.identifier.text=RatMine: <<attributeValue>> 422 attributelink.ratmine.Pathway.*.identifier.imageName=ratmine_logo.png 423 424 attributelink.ratmine.ProteinDomain.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=ProteinDomain&origin=FlyMine 425 attributelink.ratmine.ProteinDomain.*.identifier.text=RatMine: <<attributeValue>> 426 attributelink.ratmine.ProteinDomain.*.identifier.imageName=ratmine_logo.png 420 attributelink.ratminePathway.Pathway.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=Pathway&origin=FlyMine 421 attributelink.ratminePathway.Pathway.*.identifier.text=RatMine: <<attributeValue>> 422 attributelink.ratminePathway.Pathway.*.identifier.imageName=ratmine_logo.png 423 424 attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=ProteinDomain&origin=FlyMine 425 attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.text=RatMine: <<attributeValue>> 426 attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.imageName=ratmine_logo.png 427 428 attributelink.ratmineGO.GOTerm.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=GOTerm&origin=FlyMine 429 attributelink.ratmineGO.GOTerm.*.identifier.text=RatMine: <<attributeValue>> 430 attributelink.ratmineGO.GOTerm.*.identifier.imageName=ratmine_logo.png 427 431 428 432 # home page -
trunk/flymine/webapp/resources/webapp/WEB-INF/webconfig-model.xml
r20783 r20794 222 222 <fieldconfig fieldExpr="ontologyTerm.name" /> 223 223 <fieldconfig fieldExpr="ontologyTerm.namespace" showInSummary="false" /> 224 <fieldconfig fieldExpr=" qualifier"/>224 <fieldconfig fieldExpr="subject.primaryIdentifier"/> 225 225 </fields> 226 226 <longdisplayers> … … 232 232 <fields> 233 233 <fieldconfig fieldExpr="code"/> 234 </fields> 235 <longdisplayers> 236 <displayer src="attributeLinkDisplayer.tile"/> 237 </longdisplayers> 238 </class> 239 240 <class className="org.intermine.model.bio.GOTerm"> 241 <fields> 242 <fieldconfig fieldExpr="identifier"/> 243 <fieldconfig fieldExpr="name"/> 234 244 </fields> 235 245 <longdisplayers>
Note: See TracChangeset
for help on using the changeset viewer.
