comparison roundup/cgi/templating.py @ 1096:fa7df238e2d4

More cleaning up of configuration, and the "instance" -> "tracker" renaming.
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Sep 2002 03:01:20 +0000
parents 24c9e81fce85
children 98f3d41f41d9
comparison
equal deleted inserted replaced
1095:711f2ecee20f 1096:fa7df238e2d4
1102 self.show = ShowDict(self.columns) 1102 self.show = ShowDict(self.columns)
1103 1103
1104 def description(self): 1104 def description(self):
1105 ''' Return a description of the request - handle for the page title. 1105 ''' Return a description of the request - handle for the page title.
1106 ''' 1106 '''
1107 s = [self.client.db.config.INSTANCE_NAME] 1107 s = [self.client.db.config.TRACKER_NAME]
1108 if self.classname: 1108 if self.classname:
1109 if self.client.nodeid: 1109 if self.client.nodeid:
1110 s.append('- %s%s'%(self.classname, self.client.nodeid)) 1110 s.append('- %s%s'%(self.classname, self.client.nodeid))
1111 else: 1111 else:
1112 s.append('- index of '+self.classname) 1112 s.append('- index of '+self.classname)

Roundup Issue Tracker: http://roundup-tracker.org/