⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 head.tpl.php

📁 一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux
💻 PHP
字号:
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
?><!--<?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>{$pagetitle}</title>
<meta name="keywords" content="{$settings['s_keywords']}">
<meta name="description" content="{$settings['s_description']}">
<meta name="generator" content="{$s_version[3]}({$s_version[1]})">
<link rel="stylesheet" href="{$root_path}templates/default/css/style.css" type="text/css">
<script language = "JavaScript" src="{$root_path}js/main.js"></script>
<style type="text/css">
<!--
body{
	background-image:url(./templates/loveliness/images/bg1.gif);
	font-size: 12px; 
	color: #151515;
	text-align:center;
	margin:13px 5px;
}
.ListNavBg {  
	background-attachment: fixed; background-image: url(images/sort/left_navi.gif); background-repeat: no-repeat; background-position: left top
}
.IndexHotHotBg {  
	background-attachment: fixed; background-image: url(images/index/title_hot_hot_bg.gif); background-repeat: no-repeat; background-position: right top
}
.title{
	background:url(images/err_top_bg.gif) #f6f6f6;
}
-->
</style>
</head>
<body{$bodystyle}>
<!--
EOT;
if($settings['s_isshow_loading_tag']==1){
	print <<<EOT
--><script language="javascript" src="{$root_path}js/loadbar.js"></script>
<div id="loader" style="Z-INDEX: 100;position:absolute;display:none">
<table style="FILTER: Alpha(opacity=90);" border="0" cellpadding="5" cellspacing="1" bgcolor="#bbbbb" onClick="loadBar(0)"><tr><td bgcolor="#FFFFFF" align="left"><p><img src="images/load.gif" align="left" style="margin:3px" alt="{$lang['sys_load_str1']}"><strong>{$lang['sys_load_str2']}</strong><br><span style="font-size:8pt;">{$lang['sys_load_str3']}</span></p></td></tr></table>
</div>
<script type="text/javascript" language="javascript">loadBar(1);</script>
<!--
EOT;
}
if ($show_head) {
	print <<<EOT
-->
<div class="out">
  <div style="/*height:47px;*/text-align:left;background-image:url(images/index/0403_top_bg.gif);padding:11px 0px;"> &nbsp;&nbsp;<A href="http://www.elook.net.cn/"><IMG height=20 
      src="images/index/top_m.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/books/"><IMG height=20 
      src="images/index/top_m1.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/bbs"><IMG height=20 
      src="images/index/top_m2.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/meet/"><IMG height=20 
      src="images/index/top_m3.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/handbook/"><IMG height=20 
      src="images/index/top_m4.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/bbs/index.asp?boardid=43"><IMG height=20 
      src="images/index/top_m5.gif" width=63 border=0></A>&nbsp;&nbsp;<A 
      href="http://www.elook.net.cn/gbook/"><IMG height=20 
      src="images/index/top_m6.gif" width=63 border=0></A> </div>
  <div style="text-align:left;background-image:url(images/index/top_bg2.gif);padding:9px 0px 10px 0px;">
    <table cellspacing=0 cellpadding=0 width=100% border=0>
      <tbody>
        <tr>
          <td width=35>&nbsp;</td>
          <td width=109><a href="{$settings['s_url']}"><img height=37 src="{$settings['s_logo_path']}" width=120 border=0></a> </td>
          <td align=right background="images/index/menu.gif" height="49"><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td colspan="3" height="4"></td>
            </tr>
            <tr>
              <td width="19"></td>
              <td >&nbsp;&nbsp;&nbsp;&nbsp;{$nav} </td>
              <td width="15"></td>
            </tr>
          </table></td>
          <td align=right height="49" width="35"></td>
        </tr>
      </tbody>
    </table>
  </div>
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td height="1" background="images/index/top_line1.gif"></td>
    </tr>
  </table>
</div>
<!--
EOT;
}
?>-->

⌨️ 快捷键说明

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