📄 dingyue.php
字号:
<?
$userid=$_COOKIE[userid];
if($userid==""){
header("Location:login.php?tourl=myzhai");
}
?>
<? include("conn.php");?>
<? include("include/setup.php");?>
<? include("include/function.php");?>
<? include("head.php");?>
<table width="760" align="center">
<tr>
<td><table width="360" height="27" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="80" class="<? echo $titlecss1;?>"><a href="./mysetup.php?type=basic">基本设置</a></td>
<td width="80" class="<? echo $titlecss2;?>"><a href="./mysetup.php?type=bookmark"><font color="#FF0000">书签</font>设置</a></td>
<td width="80" class="<? echo $titlecss3;?>"><a href="./mysetup.php?type=tags"><font color="#FF0000">标签</font>管理</a></td>
<td width="80" class="<? echo $titlecss3;?>"><a href="mysubs.php"><font color="#FF0000">订阅</font>管理</a></td>
<td width="80" class="<? echo $titlecss3;?>"><a href="whosubs.php"><font color="#FF0000">订户</font>管理</a></td>
<td class="bgtail"> </td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span style="font-weight: bold; font-size: 18px;">订阅管理: </span></td>
</tr>
</table>
<br>
<table width="700" border="1" bordercolor="#0066CC" style="border-collapse:collapse ">
<tr>
<td> 此处你可以订阅某个会员的帖子,或者订阅某个标签的帖子。 </td>
</tr>
</table>
<br>
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><span style="font-size: 14px; font-weight: bold;">按用户增加订阅:</span></td>
</tr>
<tr>
<td align="left"><hr align="left" width="500" size="1"></td>
</tr>
</table>
<form name="form1" method="post" action="searchuser.php" style="margin-bottom:0;margin-top:0">
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
<tr height="30">
<td>用户名:
<input type="text" name="userid" id="userid">
电子邮件:
<input name="email" type="text" id="email">
<input type="submit" name="Submit" value="搜索"></td>
</tr>
</table>
</form>
<br>
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><span style="font-size: 14px; font-weight: bold;">按标签增加订阅:</span></td>
</tr>
<tr>
<td align="left"><hr align="left" width="500" size="1"></td>
</tr>
</table>
<form name="form1" method="post" action="searchtag.php" style="margin-bottom:0;margin-top:0">
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
<tr height="30">
<td>标签:
<input type="text" name="tag" id="tag">
<input type="submit" name="Submit" value="搜索"></td>
</tr>
</table>
</form>
<br>
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="300" align="left" valign="top">
<form action="addsubs.php" method="post">
<table width="400" border="0" cellpadding="0" cellspacing="0">
<TBODY>
<tr>
<td><span style="font-size: 14px; font-weight: bold;">订阅增加</span></td>
</tr>
<tr>
<td style="HEIGHT: 14px"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td style="HEIGHT: 27px"><FONT face="宋体"><STRONG>订阅用户名:</STRONG> <span id="nameLabel"><a href='userzhai.php?zhaiuser=<? echo $_GET[userid];?>' target=_blank><? echo $_GET[userid];?></a></span></FONT></td>
</tr>
<tr>
<td>
<table border="0">
<tr>
<td style="WIDTH: 107px" vAlign="top"><STRONG>订阅的用户分类:</STRONG></td>
<td style="WIDTH: 151px">
<select name="tag[]" size="4" multiple="multiple" id="tag" style="width:144px;">
<option value="所有分类">所有分类</option>
<? $select="select * from tags where userid='$userid'";
$qr=mysql_query($select);
while($ar=mysql_fetch_array($qr)){?>
<option value="<? echo $ar[tag];?>"><? echo $ar[tag];?></option>
<?
}
?>
</select> <input name="suserid" type="hidden" id="suserid" value="<? echo $_GET[userid];?>"></td>
<td vAlign="top">(请选择您感兴趣的分类,按住Ctrl可以多选)</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td><FONT face="宋体">
<input type="submit" name="save" value="添加" id="save" />
<input name="button" type="button" onclick="history.back()" value="取消">
</FONT> </td>
</tr>
</TBODY>
</table>
</form>
</td>
</tr>
</table>
<? include("bottom.php");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -