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

📄 search.php

📁 集成了投票调查、流量统计、文件上传、留言版、论坛、软件下载、文章赏析、通讯录、网上购物 等板块 管理账户为peilei 密码为800901
💻 PHP
字号:
<?
// 注意,HTML代码不要使用“ " ” ,尽量使用 “ '”
//printLoginForm 'Part 1
global $winimages;
$po[0]="<table cellspacing=0 cellpadding=0 width=$tablewidth align=center bgcolor=$bordercolor border=0><tr><td height=1></td></tr></table><table cellspacing=0 cellpadding=0 height=23 width=$tablewidth align=center border=1 bgcolor=$titlecolor bordercolor=$bordercolor>
  <tr align=center> 
    <td width=90><b class=title>$gl[279]</b></td>
    <td width=*><b class=title>$gl[280]</b></td>
    <td width=85><b class=title>$gl[281]</b></td>
    <td width=32><b class=title>$gl[282]</b></td>
    <td width=32><b class=title>$gl[283]</b></td>
    <td width=195><b class=title>$gl[284]</b></td>
  </tr>
</table>";
$po[1]="<table cellspacing=2 cellpadding=0 width=$tablewidth align=center border=0>
  <tr height=4></tr>
  <tr> 
    <td align=left>$gl[290] $showre
</td></tr></table>
<br>
";
$po[2]="<table width=$tablewidth border=0 cellspacing=0 cellpadding=0 align=center bgcolor=$bordercolor>
<form action=\"search.php\" method=post>
<tr>
<td>
<table width=100% border=0 cellspacing=1 cellpadding=3 align=center>
<tr background=\"$tile_back\" bgcolor=$titlecolor>
<td background=\"$tile_back\" bgcolor=$titlecolor>$gl[275]</td>
</tr>
<tr bgcolor=$backgroundcolor> 
<td>
<br>
$gl[291]
<input type=text name=keyword $style2 size=30 onMouseOver = \"this.style.backgroundColor = '#f3f3f3'\" onMouseOut = \"this.style.backgroundColor = ''\">
$gl[292]
<br>
<br>
$gl[293]
<input type=radio name=\"method\" value=\"or\" checked id=open_1><label for=\"open_1\">
$gl[294]</label> 
<input type=radio name=\"method\" value=\"and\" id=open_2><label for=\"open_2\">
$gl[295]</label>
	
<br>
<br>
$gl[296] 

<select name=forumid><OPTION value=\"all\">$gl[297]</OPTION>$searchforum
</select>
	<br>
	<br>
$gl[298]
<select name=method1>

<OPTION value=\"1\">$gl[299]</OPTION>
<OPTION value=\"2\">$gl[300]</OPTION>
<OPTION value=\"7\">$gl[301]</OPTION>
</select>
<br><br>
$gl[302]
<select name=method2>
<OPTION value=\"60\">$gl[303]</OPTION>
<OPTION value=\"1\">$gl[304]</OPTION>
<OPTION value=\"7\">$gl[305]</OPTION>
<OPTION value=\"30\">$gl[306]</OPTION>
<OPTION value=\"90\">$gl[307]</OPTION>
<OPTION value=\"\">$gl[308]</OPTION>
		</select>$gl[309]
</td>
</tr>
<tr align=\"center\" bgcolor=\"$subcolor\">
	<td bgcolor=$titlecolor align=\"center\" height=\"24\" background='$tile_back' class=title>
<input type=\"submit\" value=\"$gl[29]\" style=\"height:20px;background-color:#f3f3f3;border:1 solid black\" onMouseOver =\"this.style.backgroundColor='#FFC864'\" onMouseOut =\"this.style.backgroundColor='#f3f3f3'\">
&nbsp;
<input type=\"reset\" value=\"$gl[215]\" style=\"height:20px;background-color:#f3f3f3;border:1 solid black\" onMouseOver =\"this.style.backgroundColor='#FFC864'\" onMouseOut =\"this.style.backgroundColor='#f3f3f3'\">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>";

⌨️ 快捷键说明

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