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

📄 zhuanli.txt

📁 PHP分页显示制作详细讲解,相信对大家有所帮助
💻 TXT
📖 第 1 页 / 共 2 页
字号:
    //  echo "<br>"."主分类号:".$zhufenleihao."(\$zhufenleihao)";


  //暂时先不求“分案原申请号:”,若有要求则再补上这些代码

 

//-----------------------------------------------
//下面求分类号……
    //其中$result_array1[5]中元素为:
  /*
  <tr>
            <td align="center" bgcolor="#f4f3f3" class="kuang1">分&nbsp;&nbsp;&nbsp; 类&nbsp;&nbsp;&nbsp;号: </td>

            <td colspan="3" class="kuang2">&nbsp;G03B13/36 
   </td>
        </tr>
 */
  $every_fenlei00=explode("<td",$result_array1[5]);
      //print_r($every_fenlei00);
  $every_fenlei2=explode("nbsp;",$every_fenlei00[2]);
      // print_r($every_fenlei2);
  $fenleihao=strip_tags($every_fenlei2[1]);
     //  echo "<br>"."分类号:".$fenleihao."(\$fenleihao)";  

//-----------------------------------------------
//下面求申请(专利权)人:……
//其中$result_array1[7]中元素为:
   /*  <tr>
          <td align="center" bgcolor="#f4f3f3"  class="kuang1">申请(专利权)人: </td>
          <td colspan="3" class="kuang2">&nbsp;佳能株式会社 </td>
       </tr>
   */

 $every_shengqingren=explode("<td",$result_array1[7]);
      //print_r($every_fenlei00);
  $every_shengqing=explode("nbsp;",$every_shengqingren[2]);
      // print_r($every_fenlei2);
  $shengqingren=strip_tags($every_shengqing[1]);
   //echo"<br>"."申请(专利权)人".$shengqingren."(\$shengqingren)";  

//-----------------------------------------------
//下面求地址:……
//其中$result_array1[8]中元素为:
   $every_dizhi=explode("<td",$result_array1[8]);
      //print_r($every_fenlei00);
  $every_dizhi0=explode("nbsp;",$every_dizhi[2]);
      // print_r($every_fenlei2);
  $dizhi=strip_tags($every_dizhi0[1]);
      // echo "<br>"."地址:".$dizhi."(\$dizhi)";

//-----------------------------------------------
//下面求发 明 (设计)人::……
  $every_faming=explode("<td",$result_array1[9]);
    
  $every_famingren=explode("nbsp;",$every_faming[2]);
      
  $famingren=strip_tags($every_famingren[1]);
      // echo "<br>"."发明(设计)人:".$famingren."(\$famingren)";

//-----------------------------------------------
//下面求专利 代理 机构:……
   $every_daili=explode("<td",$result_array1[11]);
  $every_dailijigou=explode("nbsp;",$every_daili[2]);
  $dailijigou=strip_tags($every_dailijigou[1]);
      // echo "<br>"."专利代理机构:".$dailijigou."(\$dailijigou)";
//-----------------------------------------------
//下面求代理人:……
$every_dailiren=explode("nbsp;",$every_daili[4]);
    
$dailiren=strip_tags($every_dailiren[1]);
 //echo "<br>"."这就是要求的代理人:".$dailiren."(\$dailiren)";

//-----------------------------------------------
//下面求摘要:……
  $every_zhaiyao=explode("<td",$result_array1[14]);
 $every_zhaiyao=explode("nbsp;",$every_zhaiyao[1]);
  $zhaiyao=strip_tags($every_zhaiyao[1]);
      // echo "<br>"."摘要:"."<br>".$zhaiyao."(\$zhaiyao)";

 


?>

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>专利信息检索系统</title>
<style type="text/css">
<!--
.style1 {color: #999999}
.style9 {color: #666666; font-weight: bold; }
-->
</style>
</head>

<body>
<h1 align="center" style="font-family:'宋体'">专 利 信 息 检 索 系 统</h1>
<table width='98%' height="495" border='3' align='center' cellpadding='0' cellspacing='0' bordercolor='#6699FF' bgcolor='#FFFFFF'>
  <tr> 
    <td height="495"><table width='100%' border='0' cellpadding='0' cellspacing='1' bordercolor='#FFFFFF'>
        <tr> 
          <td height="508"><table width='100%' border='1' cellpadding='0' cellspacing='0' bordercolorlight='#FFFFFF' bordercolordark='#6699FF'>
              <tr> 
                <td height='18'><table width='100%' border='0' cellpadding='0' cellspacing='0'>
                    <tr> 
                      <td><table width='98%' border='0' align='center' cellpadding='0' cellspacing='0'>
                          
                        </table></td>
                    </tr>
                    <tr> 
                      <td><table width='100%' border='0' cellspacing='0' cellpadding='0'>
                          <tr> 
                            <td height="453" valign='top'>
                              <div align="left"></div>                              
                              <form name="form2" method="post" action="">
                                <div align="center">请输入申请(专利)号:
                                  <input type='text' name='keywords' size='17' style='font-family: 宋体; font-size: 12px; border: 1 solid #000000'>
  如:02121902.8
  <input type='submit' name='submit1' value='查询' style='font-family: 宋体; font-size: 12px; border: 1 solid #ffffff'>
                                </div>
                              </form>                              
                              <form name="form3" method="post" action="ceshi.php?keywords=<?=$keywords?>">
                                <table width='93%' border='0' align='center' cellpadding='0' cellspacing='1' bgcolor='778899' style='font-size:14'>
                                  <tr bgcolor="#AAB5F0" height="32">
                                    <td height='40' colspan='4' align='center'>信 息 检 索</td>
                                  </tr>
                                  <tr bgcolor=#C6D8F9 height="12">
                                    <td height='6' colspan='4'>                                 
                                  </tr>
                                  <tr bgcolor=#f2eada height="32">
                                    <td width='17%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1">申请(专利)号</span></td>
                                    <td width='26%' height='30' align='center' bgcolor='#f6f5ec' >
                                      <div align="left"><span class="style9">
                                        <?=$keywords?>
                                      </span></div></td>
                                    <td width='13%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1">名   称</span></td>
                                    <td width='44%' height='30' align='left' bgcolor='#f6f5ec' >
                                      <span class="style9">
                                      <?=$name?></span></td>
                                  </tr>
                                  <tr bgcolor="#f2eada" height="32">
                                    <td width='17%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1">公开日</span></td>
                                    <td width='26%' height='30' align='center' bgcolor='#f6f5ec' ><div align="left"><span class="style9">
                                      <?=$gongkairi?> 
                                    </span></div></td>
                                    <td width='13%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1"> 申 请 日 </span></td>
                                    <td width='44%' height='30' align='left' bgcolor='#f6f5ec' ><span class="style9">
                                      <?=$date?></span></td>
                                  </tr>
                                  <tr bgcolor="#f2eada" height="32">
                                    <td width='17%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1"> 分类号</span></td>
                                    <td width='26%' height='30' align='left' bgcolor='#f6f5ec' >
                                      <span class="style9">
                                      <?=$fenleihao?></span></td>
                                    <td width='13%' height='30' align='center' bgcolor='#F3F3F3'><span class="style1">发 明 人 </span></td>
                                    <td width='44%' height='30' align='left' bgcolor='#f6f5ec' ><span class="style9">
                                      <?=$famingren?></span></td>
                                  </tr>
                                  <tr bgcolor="#f2eada" height="32">
                                    <td width='17%' height='36' align='center' bgcolor='#F3F3F3'><span class="style1"> 申请(专利权)人: </span></td>
                                    <td width='26%' height='36' align='left' bgcolor='#f6f5ec' >
                                      <span class="style9">
                                      <?=$shengqingren?></span></td>
                                    <td width='13%' height='36' align='center' bgcolor='#F3F3F3'><span class="style1">地  址</span></td>
                                    <td width='44%' height='36' align='left' bgcolor='#f6f5ec' >
                                      <span class="style9">
                                      <?=$dizhi?></span></td>
                                  </tr>
                                  <tr bgcolor="#f2eada" height="32">
                                    <td height='62' align='center' bgcolor='#F3F3F3'><span class="style1">摘要</span></td>
                                    <td height='62' colspan="3" align='left' bgcolor='#f6f5ec' ><span class="style9">
                                      <?=$zhaiyao?></span></td>
                                  </tr>
                                </table>
                                <br>
                                <table width="200" height="25" border="0" align="center">
                                  <tr>
                                    <td><input type="submit" name="Submit" value="写入数据库"></td>
                                    <td><div align="right">
                                      <input type="reset" name="Submit2" value="不做处理">
                                    </div></td>
                                  </tr>
                                </table>
                                <p>&nbsp;</p>
                              </form>                              
                              <p><br>
                            </p></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
          </table></td>
        </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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