Project

General

Profile

« Previous | Next » 

Revision 8385

set the page title without always using "Data" in the name - rely on the skin.properties values to drive that in the template.

View differences:

lib/style/skins/account/account.properties
1 1
#properties for the account skin
2
registry.config.username=uid=nceasadmin,o=NCEAS,dc=ecoinformatics,dc=org
3
registry.config.password=your-pw-goes-here
4
registry.config.scope=nceas
5
registry.config.organization=National Center for Ecological Analysis and Synthesis
6
registry.config.abbrev=NCEAS
7
registry.config.url=http://www.nceas.ucsb.edu/
8
registry.config.site=
9
registry.config.type=Identity Manager
10
registry.config.debug=1
2 11

  
12

  
3 13
# template settings
4 14
registry.templates.header=genericHeader.tmpl
5 15
registry.templates.footer=genericFooter.tmpl
lib/style/common/templates/genericHeader.tmpl
25 25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
26 26
<html>
27 27
<head>
28
  <title>[% config.abbrev %] Data [% config.type %]</title>
28
  <title>[% config.abbrev %] [% config.type %]</title>
29 29
  <link rel="stylesheet" type="text/css" 
30 30
        href="[% styleSkinsPath %]/[% cfg %]/[% cfg %].css">
31 31
  <script language="JavaScript" type="text/JavaScript"

Also available in: Unified diff