|
From: Jon O. <jon...@us...> - 2007-06-02 20:39:34
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/publish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27580/publish Modified Files: document.tpl Log Message: added Index: document.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/publish/document.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** document.tpl 30 Jan 2007 16:26:10 -0000 1.2 --- document.tpl 2 Jun 2007 20:39:26 -0000 1.3 *************** *** 12,17 **** .contents a { color: #000000; text-decoration: none; } .contents a:hover { color: #000000; text-decoration: underline; cursor: hand; } ! ! body { max-height:100% height: 100%; margin: 0px 15px 0px 0px; padding: 30px 30px 30px 30px; background-color: #ffffff; font-family: georgia, tahoma, verdana; font-size: 11px; color: #000000; cursor: default;} </style> </head> --- 12,17 ---- .contents a { color: #000000; text-decoration: none; } .contents a:hover { color: #000000; text-decoration: underline; cursor: hand; } ! ! body { max-height:100% height: 100%; margin: 0px 15px 0px 0px; padding: 30px 30px 30px 30px; background-color: #ffffff; font-family: georgia, tahoma, verdana; font-size: 11px; color: #000000; cursor: default;} </style> </head> *************** *** 64,70 **** </script> <?php echo $html; ?> ! <hr align="left"> ! <!-- Please, do not remove this --> <p>Generated by <a href="http://www.mxbb.net/">mxBB</a> | <a href="http://gosu.pl/php/simpledoc.html">SimpleDoc</a> on <?php echo date('Y-m-d H:i:s').' '.$this->getTimezone(); ?></p> --- 64,70 ---- </script> <?php echo $html; ?> ! <hr align="left"> ! <!-- Please, do not remove this --> <p>Generated by <a href="http://www.mxbb.net/">mxBB</a> | <a href="http://gosu.pl/php/simpledoc.html">SimpleDoc</a> on <?php echo date('Y-m-d H:i:s').' '.$this->getTimezone(); ?></p> |