sso.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <style type="text/css">
  8. html,body,div,a,i,h1,h2,h3,h4,h5,ul,ol,li,span {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. .clearfix:after {
  13. content: "";
  14. display: block;
  15. height: 0;
  16. visibility: hidden;
  17. clear: both;
  18. }
  19. .clearfix {
  20. zoom: 1;
  21. }
  22. body {
  23. background-color: #f5f5f5;
  24. font-family: 微软雅黑, "Microsoft Yahei";
  25. }
  26. .wrapper {
  27. width: 1002px;
  28. margin: 0 auto;
  29. }
  30. .header {
  31. height: 102px;
  32. background-color: #f5f5f5;
  33. }
  34. .logo-txt {
  35. height: 102px;
  36. line-height: 102px;
  37. }
  38. .logo-txt a {
  39. margin-left: 70px;
  40. font-size: 34px;
  41. }
  42. .logo-txt a:link,.logo-txt a:visited {
  43. color: #065b9c;
  44. }
  45. .logo-txt span {
  46. margin-left: 20px;
  47. font-size: 20px;
  48. color: #535353;
  49. }
  50. .main,.footer {
  51. background: url(commons/themes/default/images/main-bg.jpg) repeat;
  52. }
  53. .m-list {
  54. padding: 80px 72px;
  55. }
  56. .m-list li {
  57. display: inline;
  58. float: left;
  59. width: 279px;
  60. height: 144px;
  61. margin: 0 4px 4px 0;
  62. }
  63. .m-list li a {
  64. display: block;
  65. position: relative;
  66. width: 142px;
  67. height: 100%;
  68. padding-left: 137px;
  69. font-size: 18px;
  70. line-height: 144px;
  71. background-color: #fff;
  72. color: #065b9c;
  73. }
  74. .m-list li a:hover {
  75. top: -1px;
  76. background-color: #e8fff9;
  77. }
  78. .i-icon {
  79. display: block;
  80. position: absolute;
  81. left: 54px;
  82. top: 52px;
  83. width: 90px;
  84. height: 80px;
  85. background: url(commons/themes/default/images/icons.png) no-repeat;
  86. }
  87. .wgw-ic-b {
  88. background-position: 0 0;
  89. }
  90. .myd-ic-b {
  91. background-position: -90px 0;
  92. }
  93. .fsd-ic-b {
  94. background-position: -180px 0;
  95. }
  96. .ydyy-ic-b {
  97. background-position: -270px 0;
  98. }
  99. .zzxz-ic-b {
  100. background-position: -360px 0;
  101. }
  102. .yygh-ic-b {
  103. background-position: -450px 0;
  104. }
  105. .wdz-ic-b {
  106. background-position: -540px 0;
  107. }
  108. .htfk-ic-b {
  109. background-position: -630px 0;
  110. }
  111. .gzpth-ic-b {
  112. background-position: -720px 0;
  113. }
  114. .zyt-ic-b {
  115. background-position: -810px 0;
  116. }
  117. .wsq-ic-b {
  118. background-position: -900px 0;
  119. }
  120. .hzgl-ic-b {
  121. background-position: -990px 0;
  122. }
  123. .footer {
  124. height: 65px;
  125. padding-top: 35px;
  126. font-size: 12px;
  127. text-align: center;
  128. }
  129. .footer a {
  130. color: #fff;
  131. line-height: 20px;
  132. text-decoration: underline;
  133. }
  134. .footer span {
  135. color: #a3c2d6;
  136. line-height: 20px;
  137. }
  138. .footer span .logo-f {
  139. display: inline-block;
  140. width: 75px;
  141. height: 20px;
  142. margin: 0 5px;
  143. background: url(commons/themes/default/images/logo-f.png) no-repeat;
  144. vertical-align: middle;
  145. opacity: .6;
  146. filter: alpha(opacity = 60);
  147. }
  148. .footer span .logo-f:hover {
  149. opacity: 1;
  150. filter: alpha(opacity = 100);
  151. }
  152. </style>
  153. <script type="text/javascript" src="./commons/js/jquery-1.8.3.min.js">
  154. </script>
  155. <script type="text/javascript" src="./commons/js/jquery.artDialog.js">
  156. </script>
  157. <script type="text/javascript" src="./commons/js/jquery.md5.js">
  158. </script>
  159. <script type="text/javascript"
  160. src="./commons/js/common.js?time=New Date()">
  161. </script>
  162. <link rel="stylesheet" href="./commons/css/artDialog.css"
  163. type="text/css" />
  164. </head>
  165. <body>
  166. <div>
  167. <div class="header">
  168. <div class="wrapper">
  169. <h1 class="logo-txt clearfix">
  170. <a href="javascript:;" id="orgname" class="fl"
  171. style="text-decoration: NONE">健康之路演示医院</a><span>前置开放管理平台V2.2.1</span>
  172. <span class="fr" style="margin-top: 30px;"><a
  173. href="javascript:void(0);" onclick="doLogout();" title="退出"><img
  174. src="commons/images/tc.png" height="30px" width="30px" alt="退出" />
  175. </a>
  176. </span>
  177. </h1>
  178. </div>
  179. </div>
  180. <div class="main">
  181. <div id="main_id" class="wrapper">
  182. <ul class="m-list clearfix">
  183. <li>
  184. <a href="javascript:void(0);" onclick="linksys(1);"
  185. style="text-decoration: NONE"><i class="i-icon wgw-ic-b"></i>前置后台</a>
  186. </li>
  187. <li>
  188. <a href="javascript:void(0);" onclick="linksys(2);"
  189. style="text-decoration: NONE"><i class="i-icon gzpth-ic-b"></i>公众号平台</a>
  190. </li>
  191. <li>
  192. <a href="javascript:void(0);" onclick="linksys(3);"
  193. style="text-decoration: NONE"><i class="i-icon zyt-ic-b"></i>华三云医疗</a>
  194. </li>
  195. </ul>
  196. </div>
  197. </div>
  198. <div class="footer">
  199. <div class="wrapper lk-fff">
  200. <!-- <a href="javascript:;">平台介绍</a><a href="javascript:;" class="ml5">意见反馈</a>-->
  201. <span class="ml10">本平台由<span class="txt-hide"
  202. style="vertical-align: middle; background: url(commons/themes/default/images/logo-f.png) no-repeat; margin: 0 5px; height: 20px; width: 75px; display: inline-block; opacity: 0.5;"></span>提供技术支持</span>
  203. </div>
  204. </div>
  205. <!--
  206. <span><a href="javascript:void(0);" onclick="linksys(1);">Hos-Process</a></span><br/>
  207. <span><a href="javascript:void(0);" onclick="linksys(2);">Hos-User</a></span>
  208. -->
  209. </div>
  210. <style>
  211. .mask {
  212. position: fixed;
  213. _position: absolute;
  214. left: 0;
  215. top: 0;
  216. width: 100%;
  217. height: 100%;
  218. _height: expression(eval(document.documentElement.scrollTop +
  219. document.documentElement.clientHeight) );
  220. background-color: #000;
  221. opacity: .5;
  222. filter: alpha(opacity = 50);
  223. z-index: 999;
  224. }
  225. .popbox {
  226. position: fixed;
  227. _position: absolute;
  228. left: 50%;
  229. top: 50%;
  230. margin-left: -185px;
  231. margin-top: -105px;
  232. width: 370px;
  233. -webkit-border-radius: 3px;
  234. -moz-border-radius: 3px;
  235. border-radius: 3px;
  236. -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  237. -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  238. box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  239. z-index: 10000;
  240. }
  241. .btn-close {
  242. display: block;
  243. right: 15px;
  244. top: 15px;
  245. width: 9px;
  246. height: 9px;
  247. background: url(commons/themes/default/images/bmgl/btn-close.gif)
  248. no-repeat;
  249. }
  250. .pop-tit {
  251. height: 35px;
  252. padding-left: 20px;
  253. line-height: 35px;
  254. background-color: #eee;
  255. font: 14px/ 35px 微软雅黑, "Microsoft Yahei";
  256. border-bottom: 1px solid #fff;
  257. -webkit-border-radius: 3px 3px 0 0;
  258. -moz-border-radius: 3px 3px 0 0;
  259. border-radius: 3px 3px 0 0;
  260. }
  261. .pop-main {
  262. padding: 20px;
  263. background-color: #fff;
  264. border-bottom: 1px solid #e6e6e6;
  265. color: #666;
  266. line-height: 1.5;
  267. }
  268. .pop-inp-txt {
  269. display: inline-block;
  270. width: 210px;
  271. height: 26px;
  272. padding: 0 5px;
  273. border: 1px solid #d6d6d6;
  274. line-height: 26px;
  275. vertical-align: middle; *
  276. display: inline; *
  277. zoom: 1;
  278. -webkit-border-radius: 3px;
  279. -moz-border-radius: 3px;
  280. border-radius: 3px;
  281. -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
  282. -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
  283. box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
  284. }
  285. .pop-footer {
  286. height: 40px;
  287. padding-top: 10px;
  288. background-color: #fff;
  289. text-align: center;
  290. -webkit-border-radius: 0 0 3px 3px;
  291. -moz-border-radius: 0 0 3px 3px;
  292. border-radius: 0 0 3px 3px;
  293. }
  294. .clearfix:after {
  295. content: ".";
  296. display: block;
  297. height: 0;
  298. visibility: hidden;
  299. clear: both;
  300. }
  301. .clearfix { *
  302. zoom: 1;
  303. }
  304. .hos-list li {
  305. display: inline;
  306. float: left;
  307. width: 33%;
  308. }
  309. .hos-list li.active {
  310. padding-top: 0;
  311. }
  312. .img-wrap {
  313. width: 86px;
  314. height: 86px;
  315. padding: 3px;
  316. margin: 2px auto;
  317. border: 1px solid #ddd;
  318. -webkit-border-radius: 3px;
  319. -moz-border-radius: 3px;
  320. border-radius: 3px;
  321. }
  322. .hos-list li.active .img-wrap {
  323. border: 3px solid #ffa141;
  324. margin: 0 auto;
  325. }
  326. .img-wrap img {
  327. width: 86px;
  328. height: 86px;
  329. }
  330. .hos-list li .hos-name {
  331. padding: 15px 0;
  332. text-align: center;
  333. font-size: 14px;
  334. color: #444;
  335. white-space: nowrap;
  336. overflow: hidden;
  337. text-overflow: ellipsis;
  338. }
  339. </style>
  340. <script type="text/javascript">
  341. var session = null;
  342. $(function() {
  343. var param = {};
  344. if (session == null) {
  345. session = Commonjs.ajax('./login_getSession.do', param, false);
  346. }
  347. });
  348. var linksys = function(a) {
  349. var rootpath = Commonjs.getRoot;
  350. var uid = session.UserID;
  351. var sid = session.SessionID;
  352. if (a == 1) {
  353. window.location.href = rootpath+'/Hos-Process/business/main-frame.html?userid='
  354. + uid + '&sessionid=' + sid + '&time=' + new Date();
  355. } else if (a == 2) {
  356. window.location.href = rootpath+'/Hos-User/business/main-frame.html?userid='
  357. + uid + '&sessionid=' + sid + '&time=' + new Date();
  358. }else if(a == 3) {
  359. window.location.href = 'http://192.192.0.2/hospital';
  360. }else{}
  361. }
  362. var doLogout = function() {
  363. window.location.href = './login_doLogout.do';
  364. }
  365. </script>
  366. </body>
  367. </html>