head.tpl.php

来自「一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux」· PHP 代码 · 共 55 行

PHP
55
字号
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
$root_path=ROOT_PATH;
?><!--<?php
print <<<EOT
--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$charset}">
<title>{$settings['s_name']}-{$pagetitle}</title>
<link rel="stylesheet" href="./templates/default/css/style.css" type="text/css">
<script language = "JavaScript" src="{$root_path}js/main.js"></script>
<style type="text/css">
<!--
th
{
	height:25;font-size: 12px; background-image: url(images/admin_bg_1.gif); color: white; background-color: #4455aa;
	text-align:left;
	font-weight : normal ;
}
.title
{
	height:25;/*font-weight: bold;*/ font-size: 12px; background-image: url(images/admin_bg_1.gif); color: white; background-color: #4455aa
}
.title2
{
	padding-right: 3px; padding-left: 3px; background-image: url(images/admin_bg_2.gif); padding-bottom: 3px; padding-top: 3px
}

/*begin用于Div*/
.tit1{
	text-align:left;
	background-image: url(images/admin_bg_1.gif);
	background-color: #4455aa;
	color:#fff;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	margin:0 auto;
	padding-left:3px;
}

.tit1 a {text-decoration:none;color:#fff; }
.tit1 a:hover {text-decoration:underline;color:red; }
/*end用于Div*/
-->
</style>
</head>
<body{$bodystyle}>
<!--
EOT;
?>-->

⌨️ 快捷键说明

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