search_contract.php3

来自「FIREFLY 是一个多用户专业帮助桌面系统」· PHP3 代码 · 共 75 行

PHP3
75
字号
<?##################################################################  SEARCH CONTRACT#################################################################/* init */include ("../include/levels.php3");$access_level = $r_level["customer"];include ("../include/config.php3");/* process */  if ($user->access_level > $r_level["support"])        header("location:search_contract_do.php3");  $title=$msg_search_contract;  include "../include/header.inc";/* Formulaire HTML */?><FORM action="search_contract_do.php3" method="post"><TABLE width="90%" cellspacing='1' border="0">    <TR>        <TD  class="color_title" colspan="2">            <h1><? echo $title ?></h1>        </TD>    </TR>    <TR>        <TD class="tdcl">            <? print $msg_search_fields ?>                <INPUT type="hidden" name="sender" value="<? echo $sender ?>">                <INPUT type="hidden" name="sender2" value="<? echo $sender2 ?>">            <SELECT name="field">                <OPTION value="company" SELECTED><? print $msg_cmp_name ?></OPTION>                <OPTION value="contact"><? print $msg_menu_contact ?></OPTION>                <OPTION value="contract"><? print $msg_ctr_ref ?></OPTION>                <OPTION value="option"><? print $msg_ref_options ?></OPTION>                <OPTION value="product"><? print $msg_ref_product ?></OPTION>            </SELECT>        </TD>        <TD class="tdcl">            <SELECT name="mode">                <OPTION value="equal"><? print $msg_Equal ?></OPTION>                <OPTION value="start"><? print $msg_Start ?></OPTION>                <OPTION value="end"><? print $msg_End ?></OPTION>                <OPTION selected value="include"><? print $msg_Include ?></OPTION>            </SELECT>            <INPUT size="30" maxlength="40" type="text" name="contract_search" value="">        </TD>    </TR>    <TR>        <TD class="color_title">            <? print $msg_ctr_expired ?> :            <INPUT type="radio" name="expired" value="no" checked><? print $msg_no ?>            <INPUT type="radio" name="expired" value="yes"><? print $msg_yes ?>            <INPUT type="radio" name="expired" value="all" ><? print $msg_all ?>        </TD>        <TD class="color_title">            <INPUT type="submit" value="<? print $msg_submit ?>">            <INPUT type="reset" value="<? print $msg_reset ?>">        </TD>    </TR></TABLE></FORM><?  include "../include/footer.inc";?>

⌨️ 快捷键说明

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