Update of /cvsroot/pydns/website/scripts/ht2html
In directory usw-pr-cvs1:/tmp/cvs-serv16801/scripts/ht2html
Modified Files:
PyDNSGenerator.py
Log Message:
hm. hopefully ok now.
Index: PyDNSGenerator.py
===================================================================
RCS file: /cvsroot/pydns/website/scripts/ht2html/PyDNSGenerator.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PyDNSGenerator.py 24 Apr 2002 08:49:22 -0000 1.1.1.1
--- PyDNSGenerator.py 24 Apr 2002 09:10:22 -0000 1.2
***************
*** 21,25 ****
class PyDNSGenerator(Skeleton, Sidebar, Banner):
! AUTHOR = 'py...@py...'
def __init__(self, file, rootdir, relthis):
--- 21,25 ----
class PyDNSGenerator(Skeleton, Sidebar, Banner):
! AUTHOR = 'pyd...@so...'
def __init__(self, file, rootdir, relthis):
***************
*** 37,43 ****
# end center tags, otherwise layout gets messed up
p.sidebar.append(('%(rootdir)s', '''
! <center>
<img alt="" border="0"
! src="http://sourceforge.net/sflogo.php?group_id=31674&type=1"></center>
''' % self.__d))
self.__linkfixer.massage(p.sidebar, self.__d)
--- 37,43 ----
# end center tags, otherwise layout gets messed up
p.sidebar.append(('%(rootdir)s', '''
! <div align="right">
<img alt="" border="0"
! src="http://sourceforge.net/sflogo.php?group_id=31674&type=1"></div>
''' % self.__d))
self.__linkfixer.massage(p.sidebar, self.__d)
***************
*** 145,155 ****
# python.org color scheme overrides
def get_lightshade(self):
! return '#99ccff'
def get_mediumshade(self):
! return '#3399ff'
def get_darkshade(self):
! return '#003366'
def get_charset(self):
--- 145,155 ----
# python.org color scheme overrides
def get_lightshade(self):
! return '#c7c7d7'
def get_mediumshade(self):
! return '#867272'
def get_darkshade(self):
! return '#635d5d'
def get_charset(self):
|