safeguarding.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <title>阿凡提-知识产权维权首页</title>
  7. <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
  8. <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
  9. <link th:href="${portalHost+'/newMenu/safeguarding.css'}" rel="stylesheet"></head>
  10. <body>
  11. <div th:replace="common::nav('','safeguarding')"></div>
  12. <!-- 上面是公共头部 -->
  13. <div class="continueHighBanner">
  14. <img th:src="${portalHost+'/img/safeguarding/safeguarding_banner.png'}" alt="">
  15. </div>
  16. <div class="container">
  17. <div class="indexSearch">
  18. <div class="search-inp">
  19. <div class="input-group">
  20. <input type="text" class="form-control demandSearch" placeholder="搜索您要找的法律顾问">
  21. <span class="input-group-btn">
  22. <button class="btn btn-default searchBtn" type="button">
  23. <img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}" alt="">
  24. </button>
  25. </span>
  26. </div>
  27. </div>
  28. <span th:if="${userType != 1}">我要成为法律顾问</span>
  29. </div>
  30. <!-- <div class="safeIndexPic">
  31. <img th:src="${portalHost+'/img/newMenu/safeIndex_1.png'}" alt="">
  32. </div> -->
  33. <div class="RecommendTitle">
  34. <h2>专属律师</h2>
  35. <span></span>
  36. </div>
  37. <div class="safeList">
  38. <ul>
  39. <li th:each="s:${slist}">
  40. <a th:href="@{/portal/service/safeguardingDetail(id=${s.uid})}">
  41. <div>
  42. <img th:src="${s.personPortraitUrl} != null and ${s.personPortraitUrl} != '' ? ${avatarUploadHost+s.personPortraitUrl}:${portalHost + '/img/newMenu/policyBanner.png'}" alt="">
  43. </div>
  44. <h3 th:text="${s.username}">李四光</h3>
  45. <!-- <span th:text="${s.workUnit}">长沙市律师长沙市律师</span> -->
  46. <p th:text="${#strings.abbreviate(s.professionalTitle,16)}">专注于商标、版权、专利、不正当竞争...</p>
  47. </a>
  48. </li>
  49. </ul>
  50. <div>
  51. <a th:href="@{/portal/service/safeguardingList}">发现更多律师</a>
  52. </div>
  53. </div>
  54. </div>
  55. <div class="safeBottom">
  56. <div class="container">
  57. <div class="RecommendTitle">
  58. <h2>维权小知识</h2>
  59. <span></span>
  60. </div>
  61. <div class="picTxt">
  62. <img th:src="${portalHost+'/img/newMenu/safeIndex_2.png'}" alt="">
  63. <div>
  64. <h3>商标侵权</h3>
  65. <p>1、未经商标注册人的许可,在同一种商品或者类似商品上使用与其注册商标相同或者近似的商标的</p>
  66. <p>2、销售侵犯注册商标专用权的商品的</p>
  67. <p>3、伪造、擅自制造他人注册商标标识或者销售伪造、擅自制造的注册商标标识</p>
  68. <p>4、未经商标注册人同意,更换其注册商标并将该更换商标的商品又投入市场 </p>
  69. <p>5、给他人的注册商标专用权造成其他损害的行为</p>
  70. </div>
  71. </div>
  72. <div class="picTxt">
  73. <div>
  74. <h3>专利侵权</h3>
  75. <p>1、未经许可制造专利产品的行为</p>
  76. <p>2、故意使用发明或实用新型专利产品的行为</p>
  77. <p>3、销售、许诺销售未经许可的专利产品的行为</p>
  78. <p>4、使用专利方法以及使用、销售、许诺销售依照专利方法直接获得的产品的行为 </p>
  79. <p>5、进口专利产品或进口依照专利方法直接得的产品的行为</p>
  80. <p>6、假冒他人专利的行为</p>
  81. <p>7、冒充专利的行为</p>
  82. </div>
  83. <img th:src="${portalHost+'/img/newMenu/safeIndex_22.png'}" alt="">
  84. </div>
  85. </div>
  86. </div>
  87. <!-- 下面是公共底部 -->
  88. <footer>
  89. <div th:replace="common::copyright"></div>
  90. <div th:replace="common::login"></div>
  91. </footer>
  92. <div th:replace="common::footer(~{::script})">
  93. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  94. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  95. <script type="text/javascript" th:src="${portalHost+'/newMenu/safeguarding.js'}"></script>
  96. </div>
  97. </body>
  98. </html>