inc.head.tmpl 1.3 KB

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title><tmpl_var name="pagetitle"></title>
  4. <link rel="icon" href="themes/tf_standard_themes/images/favicon.ico" type="image/x-icon" />
  5. <link rel="shortcut icon" href="themes/tf_standard_themes/images/favicon.ico" type="image/x-icon" />
  6. <link rel="StyleSheet" href="themes/<tmpl_var name="theme">/style.css" TYPE="text/css" />
  7. <link rel="alternate" title="Transfer-Stats" href="stats.php?f=rss" type="application/rss+xml" />
  8. <meta http-equiv="Pragma" content="no-cache; charset=<tmpl_var name="_CHARSET">" />
  9. <tmpl_if name="meta_refresh">
  10. <meta http-equiv="REFRESH" content="<tmpl_var name="meta_refresh">" />
  11. </tmpl_if>
  12. <script src="js/common.js" type="text/javascript"></script>
  13. <tmpl_if name="enable_sorttable">
  14. <script src="js/sorttable.js" type="text/javascript"></script>
  15. <style type="text/css">
  16. table.sortable a.sortheader { color: white; text-decoration: none; font-weight: bold; }
  17. table.sortable span.sortarrow { color: white; text-decoration: none; }
  18. </style>
  19. </tmpl_if>
  20. <style>
  21. form {margin: 0px; padding: 0px; display: inline;}
  22. #action_in_progress { background: <tmpl_var name="table_header_bg">; color: #222222; text-align: center; font-weight: bold; font-size: 16px; margin-top: 3px; margin-bottom: 3px; padding: 3px; width: 100%; }
  23. </style>
  24. </head>