| | |
| | | <footer class="main-footer"> |
| | | <input type="hidden" id="serverInfoIdentify" th:value="${application.serverInfoId}"/> |
| | | <th:block th:if="${application.copyRight eq 'true'}"> |
| | | <strong>Copyright ©2017-<span id="copyyear">now</span> <a target="_blank" href="http://www.wgstart.com">www.wgstart.com</a>.</strong> |
| | | <strong>Copyright ©2017-<span id="copyyear">now</span> <a target="_blank" href="http://www.10086.cn/">中国移动</a></strong> |
| | | All Rights Reserved. |
| | | </th:block> |
| | | <th:block th:if="${application.copyRight eq 'false'}"> </th:block> |
| | |
| | | |
| | | //启用弹出框popover |
| | | $("[data-toggle='popover']").popover(); |
| | | </script> |
| | | </script> |