client_index.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <script th:replace="common/head::static"></script>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <title>泰和云HIS</title>
  9. <!-- CSS -->
  10. <!--<link rel="stylesheet" th:href="@{~/css/roboto.css}"/>-->
  11. <link rel="stylesheet" href="/thmz/css/font-awesome/css/font-awesome.min.css">
  12. <link rel="stylesheet" href="/thmz/css/form-elements.css">
  13. <link rel="stylesheet" href="/thmz/css/font-awesome/css/style.css">
  14. <link rel="shortcut icon" type="image/x-icon" href="/thmz/images/hospital.png" />
  15. <!-- Favicon and touch icons -->
  16. <!-- <link rel="shortcut icon" type="image/x-icon" href="@{~/ico/favicon.png">-->
  17. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/thmz/ico/apple-touch-icon-144-precomposed.png">
  18. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/thmz/ico/apple-touch-icon-114-precomposed.png">
  19. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/thmz/ico/apple-touch-icon-72-precomposed.png">
  20. <link rel="apple-touch-icon-precomposed" href="/thmz/ico/apple-touch-icon-57-precomposed.png">
  21. <script src="/thmz/js/dependent/jquery.backstretch.min.js"></script>
  22. <script src="/thmz/js/mz/client_index.js"></script>
  23. <title>评价器登录后的首页</title>
  24. <style>
  25. body,html {margin:0; height:100%;}
  26. .gao100{height:100%; background:#EBEBE4;}</style>
  27. </head>
  28. <body>
  29. <div class="col-sm-12 col-sm-12 col-xs-12 gao100">
  30. <div class="col-sm-3 col-sm-3 col-xs-12">
  31. sadfsdsdfsadf
  32. </div>
  33. <div class="col-sm-9 col-sm-9 col-xs-12">
  34. asdfsadfdsdf
  35. </div>
  36. </div>
  37. </body>
  38. </html>