?? header.php
字號:
<? include ("./includes/common_header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<META name="author" content="domain.com">
<META name="copyright" CONTENT="Copyright, domain.com. All rights reserved">
<META name="robots" CONTENT="index, follow">
<META name="revisit-after" content="7 days">
<META http-equiv="Content-Type" content="text/html; charset=<? echo"$def_charset"; ?>">
<? echo "$def_style"; ?>
<title>
<? title ($incomingline); ?>
</title>
<? include ("./includes/js.php"); ?>
</head>
<body>
<center>
<table width="90%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" align="left" width="100%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%" height="8" align="left" valign="top">
<? include ("./includes/top_line.php"); ?>
</td>
</tr>
<tr>
<td valign="middle" align="left" width="100%" bgcolor="<? echo "$def_help_background"; ?>">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" align="center" width="100%" bgcolor="<?php echo "$def_background"; ?>">
<br />
<?php
echo "
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/> $def_home </a>
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/reg.php> $def_reg </a>
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/compare.php> $def_compare </a>
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/user.php> $def_user </a>
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/search.php> $def_search_adv </a>
<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/contact.php> $def_contact </a>
";
if ($def_show_admin == "YES")
{
echo "<img src=$def_mainlocation/template/$def_template/images/arrow.gif border=0 >
<a href=$def_mainlocation/cp/>Administrator</a> <br /><br />";
}
// TOP BANNER CODE
if (( $def_banner_allowed == "YES" ) and ($show_banner != "NO"))
{
?>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="middle" align="center" width="100%">
<?php
$banner_type="top";
include ( "./banner.php" ); ?>
</td>
</tr>
</table>
<?php
}
?>
<!-- HEADER END -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -