bbsstyle.php

来自「bbs server linux平台下软件源码」· PHP 代码 · 共 40 行

PHP
40
字号
<?php	// $Id: bbsstyle.php,v 1.2 2003/05/18 17:11:04 flyriver Exp $	if (isset($_GET["s"]))	{		$style = $_GET["s"];		settype($style, "integer");		switch ($style)		{		case 1:			setcookie("STYLE",1);			$colwidth="170,*";			break;		case 0:		default:			setcookie("STYLE",0);			$colwidth="144,*";		}		$charset = "gb2312";?><?xml version="1.0" encoding="<?php echo $charset; ?>"?><!DOCTYPE html     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>"/><meta http-equiv="Refresh" content="0; url=/cgi-bin/bbs/bbsleft" /></head><body><script language="javascript">parent.mainframe.cols = "<?php echo $colwidth; ?>";top.f3.navigate(top.f3.location);top.f4.navigate(top.f4.location);</script></body></html><?php	}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?