From: Joe Z. <jz...@us...> - 2010-02-25 20:11:54
|
Update of /cvsroot/bobs/bobs/inc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27283/bobs/inc Modified Files: header.pinc Log Message: Show hostname on heading. Index: header.pinc =================================================================== RCS file: /cvsroot/bobs/bobs/inc/header.pinc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- header.pinc 18 May 2003 06:37:41 -0000 1.7 +++ header.pinc 25 Feb 2010 20:11:45 -0000 1.8 @@ -1,6 +1,6 @@ <html> <head> -<title>BOBS Administration</title> +<title>BOBS Administration on {HOSTNAME}</title> <link rel="STYLESHEET" href="lookadmin.css" type="text/css"> </head> @@ -26,4 +26,4 @@ </tr> </table> -<h1 align="center">BOBS Administration</h1> +<h1 align="center">BOBS Administration on {HOSTNAME}</h1> |