Install sitealizer stats
[selectricity-live] / vendor / plugins / sitealizer / lib / app / views / layouts / sitealizer.rhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4   <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6   <meta http-equiv="description" content="Sitealizer Web Stats">
7   <title>Sitealizer Web Stats for <%=request.host%></title>
8
9 <style type="text/css">
10 <!--
11   body {font: 12px helvetica, verdana, arial, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0;}
12   #border{border: 2px #004EC1 solid; padding: 10px;}
13   #title{
14         font-family: Georgia;
15         font-size:150%; 
16         font-weight: bold; 
17         background-color: #e4effc; 
18         padding:5px;
19         color: #000;
20         border:1px #004EC1 solid; 
21   }
22   #sub_title{
23         font-family: Georgia;
24         font-size:130%; 
25         font-weight: bold; 
26         padding:5px;
27         color: #000;
28         border-bottom:1px #000 solid; 
29   }
30   th { 
31         border-color: #ECECEC; 
32         border-left-width: 0px; 
33         border-right-width: 1px; 
34         border-top-width: 0px; 
35         border-bottom-width: 1px; 
36         padding: 3px; 
37         font-family: Georgia;
38         font-weight: bold;
39         font-size:90%; 
40         color: #000; 
41         background-color:#ededdc;
42   }
43   td { 
44         border-color: #ECECEC; 
45         border-left-width: 0px; 
46         border-right-width: 1px; 
47         border-top-width: 0px; 
48         border-bottom-width: 1px; 
49         font: 11px verdana, arial, helvetica, sans-serif; 
50         color: #000000; 
51   }
52   b { font-weight: bold; }
53   a { font: 11px verdana, arial, helvetica, sans-serif; }
54   a:link    { color: #0011BB; text-decoration: none; }
55   a:visited { color: #0011BB; text-decoration: none; }
56   a:hover   { color: #605040; text-decoration: underline; }
57   #menu { padding:5px; font-size:100%; display:block;   background-color:#ededdc;}
58   #menu_border{border: 1px #004EC1 solid; padding: 5px;}
59 //-->
60 </style>
61 </head>
62   <%=yield%>
63   <p align=center style="color:#999; font-size:10px">
64         Created with <%=link_to 'Sitealizer', 'http://sitealizer.rubyforge.org', :target => '_blank'%>
65   </p>
66 </html>

Benjamin Mako Hill || Want to submit a patch?