| 123456789101112131415161718192021222324 |
- <html>
- <head>
- <title><tmpl_var name="pagetitle"></title>
- <link rel="icon" href="themes/default/images/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="themes/default/images/favicon.ico" type="image/x-icon" />
- <link rel="StyleSheet" href="themes/default/css/default.css" TYPE="text/css" />
- <link rel="StyleSheet" href="themes/default/css/<tmpl_var name="iid">.css" TYPE="text/css" />
- <link rel="alternate" title="Transfer-Stats" href="stats.php?f=rss" type="application/rss+xml" />
- <meta http-equiv="Pragma" content="no-cache; charset=<tmpl_var name="_CHARSET">" />
- <tmpl_if name="meta_refresh">
- <meta http-equiv="REFRESH" content="<tmpl_var name="meta_refresh">" />
- </tmpl_if>
- <script src="js/common.js" type="text/javascript"></script>
- <tmpl_if name="enable_sorttable">
- <script src="js/sorttable.js" type="text/javascript"></script>
- <style type="text/css">
- table.sortable a.sortheader { color: white; text-decoration: none; font-weight: bold; }
- table.sortable span.sortarrow { color: white; text-decoration: none; }
- </style>
- </tmpl_if>
- <style>
- form {margin: 0px; padding: 0px; display: inline;}
- </style>
- </head>
|