source: trunk/bio/tutorial/malariamine/webapp/resources/web.properties @ 27494

Revision 27494, 1.7 KB checked in by alex, 6 months ago (diff)

Reintegrated openid branch

Line 
1# Properties used to configure the web application
2# The contents of this file are read into a Properties object that is stored
3# as the WEB_PROPERTIES attribute in the Context
4
5# classes listed in the QueryBuilder section of the home page
6begin.query.classes = Gene,Protein
7
8# list upload example
9bag.example.identifiers=MAL13P1.189, PFL2415w, gene.34362, PFI1255w
10
11# quicksearch examples
12quickSearch.identifiers = e.g example identifier
13
14# Properties used by attributeLinkDisplayer.jsp
15# 1. Format: 'attributelink' + unique_name + taxonId + attributeName + (url|imageName|text)
16# 2. The value of the attribute (for the current object) is substituted anywhere the string
17#    "<<attributeValue>>" occurs in the text or the url
18# 3. If post url is defined, then post method will be used
19# 4. 'unique_name' is used to distinguish between multiple configurations for the same
20#     attribute/organism/class combination
21# 5. logo images should be located in bio/webapp/resources/webapp/model/images/
22
23attributelink.PubMed.Publication.*.pubMedId.url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Abstract&list_uids=
24attributelink.PubMed.Publication.*.pubMedId.text=PMID: <<attributeValue>>
25attributelink.PubMed.Publication.*.pubMedId.imageName=PubMed_logo_small.png
26
27attributelink.NCBI.Organism.*.taxonId.url=http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=<<attributeValue>>
28attributelink.NCBI.Organism.*.taxonId.text=NCBI Taxonomy Browser: <<attributeValue>>
29
30# colour scheme
31theme = green
32
33# populates meta tags
34meta.keywords = microarray, bioinformatics, drosophila, genomics
35meta.description = Integrated queryable database for Drosophila and Anopheles genomics
Note: See TracBrowser for help on using the repository browser.