📄 header.php
字号:
<!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>
<title><?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head>
<body>
<div id="Content">
<table border="0" cellspacing="0" cellpadding="0" class="headertable">
<tr>
<td style="height: 39px; padding: 0px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/01.jpg" alt="" width="9" height="39" /></td>
<td style="height: 39px; padding: 0px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/02.jpg" alt="" width="180" height="39" /></td>
<td style="height: 39px; padding: 0px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/03.jpg" alt="" width="33" height="39" /></td>
<td style="height: 39px; padding: 0px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/04.jpg" alt="" width="512" height="39" /></td>
<td style="height: 39px; padding: 0px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/05.gif" alt="" width="13" height="39" /></td>
</tr>
<tr>
<td class="bg06"> </td>
<td><?php include (TEMPLATEPATH . "/searchform.php"); ?></td>
<td class="bg08"> </td>
<td><h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1></td>
<td class="bg10"> </td>
</tr>
<tr>
<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/11.jpg" width="9" height="41" alt="" /></td>
<td class="bg12"> </td>
<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/13.jpg" width="33" height="41" alt="" /></td>
<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/14.jpg" width="512" height="41" alt="" /></td>
<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/15.gif" width="13" height="41" alt="" /></td>
</tr>
</table>
<!-- End Header Template -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -