gergrahTest.jsp 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: c_suncuixiang-001
  4. Date: 2018/7/4
  5. Time: 17:14
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>测试表单数据提交</title>
  12. </head>
  13. <body>
  14. <form action="/claim-risk/graph/searchEntity.do" method="POST">
  15. 案件号: <input id="entityName" type="text" name="entityName">
  16. <br />
  17. 查询类型: <input id="searchType" type="text" name="searchType" />
  18. 限制条数: <input id="limit" type="text" name="limit" />
  19. <input id="1" type="submit" value="提交" />
  20. </form>
  21. <br/>
  22. <%--<form action="/claim-risk/dataBase/expandGraph.do" method="POST">
  23. 案件号1: <input id="entityId" type="text" name="entityId">
  24. <br />
  25. 查询类型1: <input id="level" type="text" name="level" />
  26. 限制条数1: <input id="type" type="text" name="type" />
  27. &lt;%&ndash;限制条数1: <input id="isCustom" type="" name="isCustom" />&ndash;%&gt;
  28. <input id="2" type="submit" value="提交" />
  29. </form>--%>
  30. <br/>
  31. <br/>
  32. <form action="/claim-risk/dataBase/expandGraph.do" method="POST">
  33. 案件号: <input id="entityId" type="text" name="entityId">
  34. <br />
  35. 等级: <input id="level" type="text" name="level" />
  36. 类型: <input id="type" type="text" name="type" />
  37. <%-- 限制条数: <input id="isCustom" type="text" name="isCustom" />--%>
  38. <input id="3" type="submit" value="提交" />
  39. </form>
  40. </body>
  41. </html>