[Linpha-cvs] SF.net SVN: linpha: [4893] trunk/misc/design/14cornersSchill
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-02-22 09:27:05
|
Revision: 4893 http://linpha.svn.sourceforge.net/linpha/?rev=4893&view=rev Author: fangehrn Date: 2008-02-22 01:26:52 -0800 (Fri, 22 Feb 2008) Log Message: ----------- Modified Paths: -------------- trunk/misc/design/14cornersSchill/colorsettings.php trunk/misc/design/14cornersSchill/global.css Modified: trunk/misc/design/14cornersSchill/colorsettings.php =================================================================== --- trunk/misc/design/14cornersSchill/colorsettings.php 2008-02-22 09:26:16 UTC (rev 4892) +++ trunk/misc/design/14cornersSchill/colorsettings.php 2008-02-22 09:26:52 UTC (rev 4893) @@ -5,9 +5,9 @@ * force caching in browser * works in firefox and internet explorer */ -Header("Last-Modified: " . gmdate("D, d M Y H:i:s",mktime (0,0,0,1,1,2000)) . " GMT"); // Date in the past -Header("Expires: Mon, 26 Jul 2100 05:00:00 GMT"); // In other words... never expire the image -Header("Cache-Control: max-age=10000000, s-maxage=1000000, proxy-revalidate, must-revalidate"); +header("Last-Modified: " . gmdate("D, d M Y H:i:s", gmmktime(0,0,0,1,1,2000))); // Date in the past +header("Expires: Mon, 26 Jul 2100 05:00:00 GMT"); // In other words... never expire the image +header("Cache-Control: max-age=10000000, s-maxage=1000000, proxy-revalidate, must-revalidate"); /* @@ -62,7 +62,7 @@ } .linForms { - background-color: #<?php echo $_GET['fieldscolor']; ?>; + background-color: #<?php echo $_GET['forms']; ?>; border: 1px solid grey; } Modified: trunk/misc/design/14cornersSchill/global.css =================================================================== --- trunk/misc/design/14cornersSchill/global.css 2008-02-22 09:26:16 UTC (rev 4892) +++ trunk/misc/design/14cornersSchill/global.css 2008-02-22 09:26:52 UTC (rev 4893) @@ -10,7 +10,6 @@ padding: 0px; } - h1.linStyle { font-size: 1.5em; font-family: Verdana, Arial, Helvetica, sans-serif; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |