From: Joe Z. <jz...@us...> - 2010-02-25 20:11:57
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27283/bobs/inc/templates Modified Files: chgadminpwd.thtml systemcheck.thtml Log Message: Show hostname on heading. Index: chgadminpwd.thtml =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/chgadminpwd.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chgadminpwd.thtml 18 May 2003 06:37:41 -0000 1.2 +++ chgadminpwd.thtml 25 Feb 2010 20:11:45 -0000 1.3 @@ -1,5 +1,7 @@ <!-- rfasttemplate: Change Admin Password --> +{HEADER} + <center><h2> Change Administrator Password </h2></center> <div class="instruction">Type the current and new password and click OK.</div> Index: systemcheck.thtml =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/systemcheck.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- systemcheck.thtml 1 May 2003 05:21:15 -0000 1.2 +++ systemcheck.thtml 25 Feb 2010 20:11:45 -0000 1.3 @@ -1,5 +1,7 @@ <!-- systemcheck.thtml - Template for system check output --> +{HEADER} + <center><h1>{TITLE}</h1></center> <table align="center" border="1" width="100%"> |