|
From: Benjamin C. <bc...@us...> - 2001-08-03 20:12:33
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv5712/templates/default
Modified Files:
report.html
Log Message:
Prettied up the report a little
Index: report.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/report.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- report.html 2001/08/03 15:31:32 1.1
+++ report.html 2001/08/03 20:12:31 1.2
@@ -1,8 +1,13 @@
-<table>
+<style>
+.header-col { font-weight: bold; }
+.center-col { text-align: center; }
+</style>
+<h3>{reporttitle}</h3>
+<table border="0" cellspacing="0" cellpadding="4">
<!-- BEGIN row -->
- <tr>
+ <tr bgcolor="{bgcolor}">
<!-- BEGIN col -->
- <td>
+ <td class="{colclass}">
{coldata}
</td>
<!-- END col -->
|