国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
453B

  1. <!-- //begin search -->
  2. <div class="box" id="side_search">
  3. <h2>文档搜索</h2>
  4. <form action="../plus/search.php" method="post" target="_blank">
  5. <input type="hidden" name="mid" value="{dede:var.userid /}" />
  6. <div class="text">
  7. <label>
  8. <input class="ip" type="text" name="keyword" size="15" />
  9. <input class="bt" name="submit" type="submit" value=" Go "/>
  10. </label>
  11. </div>
  12. </form>
  13. </div>
  14. <!-- //end search -->