Changeset 20794


Ignore:
Timestamp:
04/03/10 16:14:03 (2 years ago)
Author:
julie
Message:

add links to ratmine from pathway, GOTerm, protein domain

Location:
trunk/flymine/webapp/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/flymine/webapp/resources/web.properties

    r20788 r20794  
    418418attributelink.ratmineList.Gene.10116.primaryIdentifier.list.usePost=true 
    419419 
    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 
     420attributelink.ratminePathway.Pathway.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=Pathway&origin=FlyMine 
     421attributelink.ratminePathway.Pathway.*.identifier.text=RatMine: <<attributeValue>> 
     422attributelink.ratminePathway.Pathway.*.identifier.imageName=ratmine_logo.png 
     423 
     424attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=ProteinDomain&origin=FlyMine 
     425attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.text=RatMine: <<attributeValue>> 
     426attributelink.ratmineDomain.ProteinDomain.*.primaryIdentifier.imageName=ratmine_logo.png 
     427 
     428attributelink.ratmineGO.GOTerm.*.identifier.url=http://www.intermine.org/rgd/portal.do?externalids=<<attributeValue>>&class=GOTerm&origin=FlyMine 
     429attributelink.ratmineGO.GOTerm.*.identifier.text=RatMine: <<attributeValue>> 
     430attributelink.ratmineGO.GOTerm.*.identifier.imageName=ratmine_logo.png 
    427431 
    428432# home page 
  • trunk/flymine/webapp/resources/webapp/WEB-INF/webconfig-model.xml

    r20783 r20794  
    222222      <fieldconfig fieldExpr="ontologyTerm.name" /> 
    223223      <fieldconfig fieldExpr="ontologyTerm.namespace" showInSummary="false" /> 
    224       <fieldconfig fieldExpr="qualifier"/> 
     224      <fieldconfig fieldExpr="subject.primaryIdentifier"/> 
    225225    </fields> 
    226226    <longdisplayers> 
     
    232232    <fields> 
    233233      <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"/> 
    234244    </fields> 
    235245    <longdisplayers> 
Note: See TracChangeset for help on using the changeset viewer.