diff options
Diffstat (limited to 'config/lightsquid/tpl/novopf/topsites.html')
-rwxr-xr-x | config/lightsquid/tpl/novopf/topsites.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/config/lightsquid/tpl/novopf/topsites.html b/config/lightsquid/tpl/novopf/topsites.html new file mode 100755 index 00000000..cfc3c781 --- /dev/null +++ b/config/lightsquid/tpl/novopf/topsites.html @@ -0,0 +1,75 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- LightSquid TPL v1.7 --> +<html> +<head> + <meta name="robots" content="noindex,nofollow"> + <meta name="generator" content="LightSquid - http://lightsquid.sf.net"> + <meta http-equiv="Content-Type" content="text/html; charset=##MSG_CODEPAGE##"> + ##META## + <title>LightSquid :: Top Site</title> + <link rel="stylesheet" media="screen" href="get.cgi?css=screen" type="text/css"> + <link rel="stylesheet" media="print" href="get.cgi?css=print" type="text/css"> +</head> + +<body> + <center> + <table class=title> + <tbody> + <tr class=title> + <th><a href="index.cgi"><h1 class=title>##MSG_HEADER##</h1></a></th> + <TH width="5%"><a href="/"><h1 class=title>Home</h1></a></TH> + </tr> + <tr> + <td colspan=2><h2>##MSG_TOP_SITES##</h2></td> + </tr> + <tr> + <td colspan=2><h3>##MSG_WORK_PERIOD##: ##DATE##</h3></td> + </tr> + <tr> + <td colspan="2"> + + <table width="100%" class="stat"> + <tbody> + <!-- VARIABLE selectedattr bgcolor="#BBCCEE" --> + <tr class=stat1> + <th>¹</th> + <th></th> + <th align="left">##MSG_ACCESSED_SITE##</th> + <th ##SORTCONNECTATTR##><A HREF="##SORTCONNECTURL_L##">##SORTCONNECTURL_B##</A></th> + <th ##SORTBYTESATTR##><A HREF="##SORTBYTESURL_L##">##SORTBYTESURL_B##</A></th> + <th>%</th> + </tr> + + <!-- VARIABLE oddattr bgcolor="white" --> + <!-- VARIABLE evenattr bgcolor="#F5F5F5" --> + +<!-- [[ site start--> + <tr ##ROWATTR##> + <td align="center"><font size="-1"><font size="-1">##SITENUM##</font></font></td> + <td align="left"><A HREF="##SITEURLWHO_L##">##SITEURLWHO_B##</A></td> + <td align="left"><A HREF="##SITEURL_L##">##SITEURL_B##</A></td> + <td align="right"><font size="-1">##SITECONNECT##</font></td> + <td align="right"><font size="-1">##SITEBYTES##</font></td> + <td align="right"><font size="-1">##SITEPERCENT##%</font></td> + </tr> +<!-- ]] site end--> + <tr class="total"> + <td colspan="4" align="left">##MSG_TOTAL##</td> + <td align="right">##TOTAL##</td> + <td class="noprint"> </td> + </tr> + </tbody> + </table> + + </td> + </tr> + <tr> + <td colspan="2"> + ##COPYRIGHT## + </td> + </tr> + </tbody> + </table> + </center> +</body> +</html> |