Changeset 20797


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

show linkouts on pathways page.

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

Legend:

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

    r20794 r20797  
    336336 
    337337# need to update this link when other organisms are added for KEGG 
    338 attributelink.KEGG.Pathway.*.identifier.url=http://www.genome.jp/dbget-bin/show_pathway?dme<<attributeValue>> 
    339 attributelink.KEGG.Pathway.*.identifier.text=KEGG: <<attributeValue>> 
    340 attributelink.KEGG.Pathway.*.identifier.imageName=KEGG_logo_mini.gif 
     338# displayed manually by pathwayDisplayer 
     339#attributelink.KEGG.Pathway.*.identifier.url=http://www.genome.jp/dbget-bin/show_pathway?dme<<attributeValue>> 
     340#attributelink.KEGG.Pathway.*.identifier.text=KEGG: <<attributeValue>> 
     341#attributelink.KEGG.Pathway.*.identifier.imageName=KEGG_logo_mini.gif 
    341342 
    342343# the dmel identifiers change every release, so these links are rarely correct  
  • trunk/flymine/webapp/resources/webapp/WEB-INF/webconfig-model.xml

    r20794 r20797  
    439439    <longdisplayers> 
    440440      <displayer src="pathwayLinkDisplayer.tile"/> 
     441      <displayer src="attributeLinkDisplayer.tile"/> 
    441442    </longdisplayers> 
    442443  </class> 
Note: See TracChangeset for help on using the changeset viewer.