]> git.ipfire.org Git - thirdparty/sarg.git/blob - sarg-php/style.php
Generate redirector log even if -d is not given
[thirdparty/sarg.git] / sarg-php / style.php
1 <?php
2
3 /*
4 * AUTHOR: Pedro Lineu Orso pedro.orso@gmail.com
5 * 1998, 2006
6 * SARG Squid Analysis Report Generator http://sarg-squid.org
7 *
8 * SARG donations:
9 * please look at http://sarg.sourceforge.net/donations.php
10 * ---------------------------------------------------------------------
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
25 *
26 */
27
28 echo ("<style>");
29 echo (".title {font-family:Verdana,Tahoma,Arial;font-size:11px;color:#006699;background-color:#FFFFFF;text-align:center;}");
30 echo (".header {font-family:Verdana,Tahoma,Arial;font-size:9px;color:darkblue;background-color:#DDDDDD;text-align:left;}");
31 echo (".header2 {font-family:Verdana,Tahoma,Arial;font-size:10px;color:red;}");
32 echo (".data {font-family:Verdana,Tahoma,Arial;color:#000000;font-size:9px;text-align:right;}");
33 echo (".data a:link,a:visited {font-family:Verdana,Tahoma,Arial;color:#0000FF;font-size:9px;text-align:right;text-decoration:none;}");
34 echo (".data2 {font-family:Verdana,Tahoma,Arial;color:#000000;font-size:9px;}");
35 echo (".data2 a:link,a:visited{font-family:Verdana,Tahoma,Arial;color:#0000FF;font-size:9px;background-color:lavender;text-decoration:none;}");
36 echo ("</style>");
37
38 echo ("<html>");
39 echo ("<head>");
40 echo (" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">");
41 echo ("</head>");
42 ?>