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

📄 search_doc.php3

📁 FIREFLY 是一个多用户专业帮助桌面系统
💻 PHP3
字号:
<?##################################################################  SEARCH DOC FORM#################################################################/* init */include ("../include/config.php3");$title=$msg_search_doc;include "../include/header.inc";echo "<body bgcolor=#BBBCC2>";/* HTML FORM */?><form action="search_doc_do.php3" method="get" target="_self"><table cellspacing=0 border=0 cellpadding=0 class='color_title' ><tr>    <td class='color_title' colspan=1 >        <h1><? echo $msg_search_doc;?>	<?	if (isset($mode)) echo "to link to $table $id";	?>	</h1>    </td></tr><tr>    <td class='tdcl'>    <table>    <tr>         <td class='tdcl'>               <? echo $msg_topics; ?>         </td>         <td class='tdcl'>               <input type="text" name="topics" size=30 maxlength=100>         </td>          <td class='tdcl'>            <input type="checkbox" name="mine" value="yes">            <? echo $msg_mine ?>        </td>    </tr>    </table>    </td></tr><tr>    <td class='tdcl'>        <table border=1>            <tr>                <TD class='tdcl'>                    <? $res=SQL_TBL_TO_MULTISELECT($dbproc,"refproduct", "prd_id", "prd_name","html", "products[]");?>                </td>        <TD class='tdcl'>               <? $res=SQL_TBL_TO_MULTISELECT($dbproc,"refdoc", "id", "lbl","html", "type_doc[]");?>        </td>            </tr>       </table>    </td></tr><tr>    <td class='tdcl'>        <table>            <tr>                <td class='tdcl'>                <input type="submit" name="submit" value="<? echo $msg_search ?>">               </td>               <td>               <input type="reset" name="reset" value="<? echo $msg_reset  ?>">               </td>		       <input type="hidden" name="mode" value="<? echo $mode;?>">	       <input type="hidden" name="from_table" value="<? echo $from_table;?>">	       <input type="hidden" name="from_id" value="<? echo $from_id;?>">            </tr>        </table>    </td></tr></table></form><?    include "../include/footer.inc";?>

⌨️ 快捷键说明

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