?? search.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'\">
<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 + -