📄 make_index.php
字号:
<? include("conn.php");?>
<? include("include/function.php");?>
<? include("include/file.php");?>
<?
$row=0;
$rcperpage=10; //每页显示数
?>
<html>
<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
<title>妹妹网摘 >>> -妹妹网摘,尽收经典藏!</title>
<style>
BODY{
font-size:10px;
margin: 0px;
background-color: #FFFFFF;
text-decoration: none;
}
A:link{
color: #003399;
text-decoration: underline;
}
A:active{
color: #ff0000;
text-decoration: underline;
}
A:visited{
color: #551a8b;
text-decoration: underline;
}
A:hover{
color: #FF0000;
text-decoration: underline;
}
.toplink:link,.toplink:active,.toplink:visited{
color: #666666;
text-decoration: underline;
}
.toplink:hover{
color: #FF0000;
text-decoration: underline;
}
.link3:link,.link3:active,.link3:visited,.link3:hover{
color: #003399;
text-decoration:none;
padding: 2px;
}
.link2:link,.link2:active,.link2:visited{
color: #075db3;
padding:2px;
text-decoration: underline;
font-size: 14px;
}
.link2:hover{
color: #FFFFFF;
padding:2px;
background-color:#0063dc;
text-decoration: underline;
font-size: 14px;
}
.button{
font-size: 12px;
}
.topnav {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FFcc00;
border-right-color: #FFcc00;
border-bottom-color: #FFcc00;
border-left-color: #FFcc00;
font-size: 14px;
background-color: #FFF0AE;
cursor: hand;
}
.topnav2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FFcc00;
border-right-color: #FFcc00;
border-bottom-color: #FFcc00;
border-left-color: #FFcc00;
font-size: 14px;
background-color: #FFFFFF;
cursor: hand;
}
.grayscript {
font-size: 12px;
color: #666666;
text-decoration: none;
}
.title2 {
font-size: 14px;
color: 003399;
font-weight: bold;
}
.titlekey {
color: #003399;
}
.notice {
color: #FF6600;
}
.middletxt {
font-size: 13px;
line-height: 22px;
}
.border2 {
border: 1px solid #cccccc;
}
.grayscript3 {
font-size: 13px;
color: #666666;
text-decoration: none;
}
td {
font-size: 10px;
}
.smallfont {
font-size: 12px;
line-height: 16px;
}
#sidebar {
cLEAR:right;FLOAT: right; WidTH:235px;PADDING-RIGHT: 20px
}
#info {
width:100%;
}
#content {
cLEAR:both;FLOAT: left; WidTH: 73%
}
#bottom {
FLOAT: left; WidTH: 100%
}
</style>
<link href="style/default.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
function submitForm(obj)
{
var title=obj.title.value;
var Sort=obj.Sort.value;
obj.action="searchzhai.php?sort="+Sort+"&title="+escape(title);
return true;
}
</script>
<script language="JavaScript" src="images/zhai.js" type="text/JavaScript"></script>
</head>
<body >
<? include("top.php");?>
<div id="info">
<div id="content">
<br>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/dotline2.gif">
<tr>
<td height="26" nowrap background="images/dotline2.gif"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="49%" height="22" valign="bottom" nowrap background="images/bg_h.gif" bgcolor="EcF8FF"> <img src="images/arrow.gif" width="11" height="11"><span class="title2"> 24小时排行 </span></td>
<td nowrap> </td>
<td width="49%" valign="bottom" background="images/bg_h.gif" bgcolor="EcF8FF" > <img src="images/arrow.gif" width="11" height="11"><span class="title2"> 最新热门收藏</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="49%" valign="top" class="middletxt" style="padding-left:10px;padding-top:10px;">
<?
$title="体育";
$sql="select id,title,userid,fromurl,tags, intro from zhai where tags like '%$title%' and ispub='1' order by id desc limit 12";
$query=mysql_query($sql);
while($rs=mysql_fetch_array($query)){
echo("<span class='grayscript'>·</span><img src='images/bai.gif' border='0'><a href='/html/".$rs[id].".htm' target='_blank' title='".$rs[intro]."'>".sub($rszhai[title],38)."</a></span>");
echo(" <a href=".$rs[fromurl]." target='_blank'><img src='images/icon-link.gif' width='13' height='11' border='0' alt='直接访问'></a>");
$row=$row+1;
echo("<br>");
}
?>
<td rowspan="2" align="center" valign="top" ><IMG src="images/index_bg.gif" width="1" height="260" ></td>
<td width="49%" colspan="2" valign="top" class="middletxt" style="padding-left:10px;padding-top:10px;">
<?
$title="体育";
$sql="select id,title,userid,fromurl,tags, intro from zhai where tags like '%$title%' and ispub='1' order by id desc limit 12";
$query=mysql_query($sql);
while($rs=mysql_fetch_array($query)){
echo("<span class='grayscript'>·</span><img src='images/bai.gif' border='0'><a href='/html/".$rs[id].".htm' target='_blank' title='".$rs[intro]."'>".sub($rszhai[title],38)."</a></span>");
echo(" <a href=".$rs[fromurl]." target='_blank'><img src='images/icon-link.gif' width='13' height='11' border='0' alt='直接访问'></a>");
$row=$row+1;
echo("<br>");
}
?></td></tr>
<tr>
<td height="30" align="right" class="middletxt" style="padding-left:4px;"><a href="listzhai.php?type=hot24"><font color=#FF6600>更多>></font></a></td>
<td width="49%" align="right" class="middletxt"><a href="listzhai.php?type=new"><font color=#FF6600>更多>></font></a></td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="0" style="border-top: 1px dotted #DcDcDc;border-bottom: 1px dotted #DcDcDc;" bgcolor="#f7f7f7">
<tr>
<td height="22" class="middletxt" > <font color=#FF6600>推荐专题:</font>
<a href="searchzhai.php?sort=标签&title=芙蓉姐姐" target=_blank>芙蓉姐姐</a> <A class=blueqita
href="searchzhai.php?sort=标签&title=%B3%AF%cF%cA%BA%cB%cE%cA%cc%E2"
target=_blank><FONT color=#ff0000>朝鲜核问题</FONT></A> <A class=blueqita
href="searchzhai.php?sort=标签&title=%cF%c9%BD%A3%c6%E6%cF%c0"
target=_blank>仙剑奇侠</A> <A class=blueqita
href="searchzhai.php?sort=标签&title=%c1%F9%B7%BD%BB%E1%cc%B8"
target=_blank>六方会谈</A> <A class=blueqita
href="searchzhai.php?sort=标签&title=%cB%c4%B9%FA%c1%AA%c3%cB"
target=_blank>四国联盟</A> <A class=blueqita
href="searchzhai.php?sort=标签&title=%c7%BF%D6%c6%BB%E9%Bc%Ec"
target=_blank><FONT color=#ff0000>强制婚检</FONT></A> <A class=blueqita
href="searchzhai.php?sort=标签&title=%D3%c3%B5%E7%BD%F4%D5%c5"
target=_blank>用电紧张</A> </td>
</tr>
</table>
<table width="96%" border="0" align="center">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -