Add a workaround to notify to browsers reloading newer

layout.css file.

This hack will be removed later.
This commit is contained in:
Jun Kuriyama 2006-05-09 07:30:29 +00:00
parent 16e74aff4e
commit 1c1dd0fe74
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27769
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.144 2006/04/27 10:14:01 joel Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.145 2006/05/07 15:20:01 simon Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -35,7 +35,7 @@
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
<link rel="shortcut icon" href="{$base}/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="{$base}/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" media="screen" href="{$base}/layout/css/fixed.css" type="text/css" title="Normal Text" />
<link rel="stylesheet" media="screen" href="{$base}/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" />
<link rel="alternate stylesheet" media="screen" href="{$base}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
<script type="text/javascript" src="{$base}/layout/js/styleswitcher.js"></script>
<link rel="alternate" type="application/rss+xml"

View file

@ -8,11 +8,11 @@
This file, and any imported stylesheets are licensed under the BSD license.
$FreeBSD: www/en/layout/css/fixed.css,v 1.3 2005/11/23 14:22:06 keramida Exp $
$FreeBSD: www/en/layout/css/fixed.css,v 1.4 2005/11/23 14:25:40 keramida Exp $
*/
@import url("global.css");
@import url("layout.css");
@import url("layout.css?20060509");
@import url("text.css");
@import url("navigation.css");
@import url("table.css");

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.10 2005/12/31 18:41:17 ceri Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.11 2006/05/08 23:15:38 kuriyama Exp $ -->
<!-- Images -->
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
@ -14,7 +14,7 @@
<!ENTITY date ''>
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&base;/layout/css/fixed.css'>
<!ENTITY stylesheet '&base;/layout/css/fixed.css?20060509'>
<!ENTITY stylesheetlarge '&base;/layout/css/fixed_large.css'>
<!ENTITY nav ''>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.16 2006/02/14 19:29:16 ceri Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.17 2006/05/08 23:15:38 kuriyama Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -38,7 +38,7 @@
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<link rel="shortcut icon" href="{$base}/favicon.ico" type="image/x-icon" />
<link rel="icon" href="{$base}/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" media="screen" href="{$base}/layout/css/fixed.css" type="text/css" title="Normal Text" />
<link rel="stylesheet" media="screen" href="{$base}/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" />
<link rel="alternate stylesheet" media="screen" href="{$base}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
<script type="text/javascript" src="{$base}/layout/js/styleswitcher.js"></script>
</head>