You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/06/26 01:24:53 UTC

cvs commit: gump/python/gump/document/xdocs xdoc.py

ajack       2004/06/25 16:24:53

  Modified:    template/xhtml/css Tag: CleanUp style.css
               python/gump/document/xdocs Tag: CleanUp xdoc.py
  Log:
  Cosmetic tweaks
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.5   +1 -1      gump/template/xhtml/css/Attic/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/gump/template/xhtml/css/Attic/style.css,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- style.css	21 Jun 2004 15:53:30 -0000	1.1.2.4
  +++ style.css	25 Jun 2004 23:24:53 -0000	1.1.2.5
  @@ -1 +1 @@
  -img          { border: 0 }

HR { color: #8EB4D9; height: 1px; text-align: center; width: 90%; position: 
               relative }

TABLE.TRANSPARENT	{	border: none; width: 100% }
TABLE	{	 border: thin solid #000000; width: 100%  }

# Annotations
.DEBUG    	{	background-color: #000000 }
.INFO    	{	background-color: #99CC66 }               
.WARN		{	background-color: #FFFF99 }
.ERROR	{	background-color: #CC0000 }

# State
.SUCCESS		{	background-color: #99CC66 }
.FAILED 		{	background-color: #CC0000; foreground-color: #FFFFFF }
.PREREQFAILED	{	background-color: #FFFF99 }
.COMPLETE		{	background-color: #00CCFF }
.UNSET		{	background-color: #CCCCCC }
  \ No newline at end of file
  +img          { border: 0 }

HR { color: #8EB4D9; height: 1px; text-align: center; width: 90%; position: 
               relative }

TABLE.TRANSPARENT	{	border: none; width: 100% }
TABLE	{	 border: thin solid #000000; width: 100%  }

/* Annotations */
.DEBUG    	{	background-color: #000000 }
.INFO    	{	background-color: #99CC66 }               
.WARN		{	background-color: #FFFF99 }
.ERROR	{	background-color: #CC0000 }

/* State */
.SUCCESS		{	background-color: #99CC66 }
.FAILED 		{	background-color: #CC0000; foreground-color: #FFFFFF }
.PREREQFAILED	{	background-color: #FFFF99 }
.COMPLETE		{	background-color: #00CCFF }
.UNSET		{	background-color: #CCCCCC }
  \ No newline at end of file
  
  
  
  No                   revision
  No                   revision
  1.2.2.13  +0 -1      gump/python/gump/document/xdocs/xdoc.py
  
  Index: xdoc.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/xdoc.py,v
  retrieving revision 1.2.2.12
  retrieving revision 1.2.2.13
  diff -u -r1.2.2.12 -r1.2.2.13
  --- xdoc.py	25 Jun 2004 23:08:52 -0000	1.2.2.12
  +++ xdoc.py	25 Jun 2004 23:24:53 -0000	1.2.2.13
  @@ -768,7 +768,6 @@
           if not self.config.isXhtml():
               self.context.writeLine('</document>')            
           else:
  -            self.context.writeLine('</html>') 
               from gump.core.config import default
               self.context.writeLine('<p align="right">Last Updated: %s</p>' % default.datetime) 
               self.context.writeLine('</html>')            
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org