index.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>北师大实验中学数字校园</title>
  5. <script type="text/javascript" src="/js/jquery.min.js"></script>
  6. <link rel="stylesheet" href="/css/bootstrap.min.css">
  7. <script type="text/javascript" src="/js/bootstrap.min.js"></script>
  8. <script type="text/javascript" src="/js/md5.js"></script>
  9. <link rel="preconnect" href="https://fonts.googleapis.com">
  10. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  11. <link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  12. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  13. <link rel="stylesheet" href="/css/style.css">
  14. <script>
  15. var status, oid, user, pwd
  16. const rot = '43.143.233.184:81', root = 'https://43.143.233.184:81/'
  17. function getCookie(name) {
  18. let arr = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
  19. if (arr != null) return arr[2];
  20. return null;
  21. }
  22. function delCookie(name, path = 'u') {
  23. var exp = new Date();
  24. exp.setTime(exp.getTime() - 1);
  25. var cval = getCookie(name);
  26. if (cval != null)
  27. document.cookie = name + "=" + cval + ";expires=" + exp.toGMTString() + ((path == 'u') ? '' : ';path=' + path)
  28. }
  29. function getUrl(e) {
  30. return e.replace('dd.sdsz.com.cn', rot).replace(/^http:/, 'https:').replace(rot.split(':')[0] + '/', rot + '/')
  31. }
  32. function setStatus(e, fast) {
  33. console.log('STATUS', e)
  34. status = e
  35. if (e == 1) {
  36. $('#loginSt').text('登录成功')
  37. $('.login').hide(200)
  38. $('#loginSt').addClass('label-success')
  39. $('#loginSt').removeClass('label-danger')
  40. $('.reqLogin').show(300)
  41. } else if (e == 2) {
  42. $('#loginSt').text('登录失败')
  43. $('#loginSt').removeClass('label-success')
  44. $('#loginSt').addClass('label-danger')
  45. } else {
  46. $('.login').show(200)
  47. $('#loginSt').text('未登录')
  48. $('#loginSt').removeClass('label-success')
  49. $('#loginSt').removeClass('label-danger')
  50. $('.reqLogin').hide(300 * !fast)
  51. $('#avatar').attr('src', '')
  52. $('#user').text('-')
  53. }
  54. }
  55. function delCookies(force) {
  56. if (force) {
  57. delCookie('CASTGC', '/')
  58. delCookie('gosh', '/score/')
  59. if (force <= 2) {
  60. delCookie('gosh', '/sso/')
  61. delCookie('gowd', '/sso/')
  62. }
  63. }
  64. if (force >= 2) {
  65. delCookie('JSESSIONID', '/bxn-portal/')
  66. delCookie('JSESSIONID', '/bxn-library/')
  67. delCookie('JSESSIONID', '/bxn-core-uic/')
  68. }
  69. delCookie('JSESSIONID', '/')
  70. delCookie('JSESSIONID', '/sso/')
  71. }
  72. var ggg
  73. function getMail(from, i, id, uid) {
  74. console.log(i, id, uid)
  75. $('.mil-' + i).toggleClass('active')
  76. if ($('.mail-' + i).text() == '') {
  77. get(`${['bxn-office/mails/user/showMailDetail?source=&mailItemId', 'bxn-office/messages/sys/sysMsgDetail?unwrap=true&sysMsgId', 'bxn-office/notices/user/getNoticeDetail?unwrap=true&noticeId'][from]}=${id}${['&userMailItemId=', '&ownerId=', ''][from]}${uid || ''}${['', '&_=0', '&_=0'][from]}`, e => {
  78. f = ''
  79. if (from == 0) {
  80. f = `<a onclick="$(this).hasClass('confirm')?removeMail('${uid}'):$(this).addClass('confirm').html('<span class=\\'glyphicon glyphicon-trash\\'></span> 确认?')"><span class="glyphicon glyphicon-trash"></span> 删除邮件</a>`
  81. if (e.match('"下载"')) {
  82. f += '<br>' + e.replace(/.*?ico.*?(bxn-office\/a.*?)title.*?file-info">(.*?)<.*?/gs, '<a href="https://43.143.233.184:81/$1>~ $2</a>,\n').split('/span')[0].replace(/,/g, '<br>').replace(/~/g, '<span class="glyphicon glyphicon-link"></span>')
  83. }
  84. e = e.replace(/^.*"bbcode-content">(.*?)<\/div>.*/gs, '$1')
  85. } else if (from == 1) {
  86. e = e.replace(/.*容:<\/label>(.*?)<\/p>.*/gs, '$1')
  87. } else if (from == 2) {
  88. if (e.match('"下载"')) {
  89. f = e.replace(/.*件:.*?<a.*?(<a.*?href=")(.*?) .*?fo">[ \t\n\r]*(.*?)[ \t\n\r]*<.*/gs, '$1https://43.143.233.184:81$2><span class="glyphicon glyphicon-link"></span> $3</a>')
  90. }
  91. e = e.replace(/.*?通..容:.*?tent">(.*?)<\/td.*/gs, '$1')
  92. }
  93. e = e.replace(/\[right\](.*?)\[\/right\]/gs, '<div class="pull-right">$1</div><br>').replace(/([\t\n\r  ]|&nbsp;|<br>|<p><br\/><\/p>)+/g, '<br>').replace(/<br>(style|class)/g, ' $1').replace(/<br>$/gs, '')
  94. $('.mail-' + i).html(f + e)
  95. $('.mail-' + i).toggle(300)
  96. })
  97. } else {
  98. $('.mail-' + i).toggle(300)
  99. }
  100. }
  101. function getTime(time) {
  102. let a = new Date(), b = new Date(time)
  103. a.setHours(0)
  104. b.setHours(0)
  105. let diff = Math.ceil(a.getTime() / 86400000) - Math.ceil(b.getTime() / 86400000)
  106. if (diff < 1) return '今天'
  107. if (diff < 2) return '昨天'
  108. if (diff < 3) return '前天'
  109. if (diff < 7) return diff + '天前'
  110. return time.split(' ')[0]
  111. }
  112. var mails = []
  113. function insertMail(e) {
  114. e = '[' + e.slice(0, e.length - 1) + ']'
  115. e = JSON.parse(e)
  116. $('#mailList').empty()
  117. e = e.concat(mails).sort(function (a, b) { return new Date(b.time) - new Date(a.time) });
  118. mails = e
  119. for (let i = 0; i < e.length; i++) {
  120. $('#mailList').append(`<li class="mail mil-${i}"><span class="full" onclick="getMail(${e[i].from},${i},'${e[i].id}',${e[i].uid})"><b>${e[i].title}</b><span class="pull-right" style="color:#999;">${e[i].name} ${getTime(e[i].time)} <span class="full-time" style="color:#bbb;">${e[i].time.split(' ')[1]}</span></span></span><span class="mail-text mail-${i}"></span></span></li>`)
  121. }
  122. $('.mail-text,.full-time').hide()
  123. }
  124. function refreshMail() {
  125. mails = []
  126. $('#mailList').empty()
  127. $('#mailList').append('<il>获取中...</il>')
  128. get('bxn-portal/portal/api/proxy?username=true&userId=true&needvalidate=true&t=http%3A%2F%2F202.94.10.118%2Fbxn-library%2Fapi%2Flibrary%2FgetLatestBorrowBook%3Fcategory%3D1&resourceId=103519&cache=nocache&systime=0', e => {
  129. e = JSON.parse(e)
  130. $('#user').text(e.requestParams[0].ownerName)
  131. oid = e.requestParams[0].ownerId
  132. $('#avatar').attr('src', root + 'avatar/tiny/' + oid)
  133. })
  134. get('bxn-office/mails/user/index', e => {
  135. // 这代码谁写的?真是太烂了,我一行就把他五行干掉了(是刚才的我写的)
  136. // e = e.replace(/\n^(?!.*(sender|mailDetail|mailItemId)).*$/gm, '').replace(/[\r\n ]+/g, '')
  137. // e = e.replace(/<(a|td|span)[^<]*>([^<]*)<\/\1>/g, ',$2')
  138. // e = e.replace(/<(a|td|span)[^<]*>([^<]*)<\/\1>/g, ',$2')
  139. // e = e.replace(/<tr[^"]*"([^"]*)"[^"]*"([^"]*)"><td[^>]*>/g, '\n,$1,$2').replace(/(.sender{\n|\t.*)/gm, '')
  140. // e = e.replace(/^,(.*),(.*),(.*),(.*),(.*),(.{10,10})(.{8,8})$/gm, '{"id":"$1","uid":"$2","name":"$3","title":"$5","time":"$6 $7"},').replace(/\n/g, '')
  141. e = e.replace(/.*?mailItemId=(.*?) .*?MailItemId=(.*?)>.*?sender">(.*?) ?<.*?tail">(.*?)<.*?tail">(.*?)</gs, '{"from":0,"id":$1,"uid":$2,"name":"$3","title":"$4","time":"$5"},').split('/td')[0]
  142. insertMail(e)
  143. })
  144. get('bxn-office/messages/sys/sysInfoList', e => {
  145. e = e.replace(/.*?a-id="(.*?)".*?erId="(.*?)".*?d-td t.*?>\n?[\t\n\r]*(.*?)\n?[\t\n\r]*<\/td>.*?>(.*?)</gs, '{"from":1,"id":"$1","uid":"$2","name":"<i>消息</i>","title":"$3","time":"$4"},').split('/td')[0]
  146. insertMail(e)
  147. })
  148. get('bxn-office/notices/user/received', e => {
  149. e = e.replace(/.*?ta-id="(.*?)".*?d-td.*?d-td .*?on"> ?(.*?)<.*?ta-id.*?>(.*?)<(?:.*?d-td){4,4}">[\t\n\r ]*(.*?)[\t\n\r ]*</gs, '{"from":2,"id":"$1","title":"$2","name":"<i>通知</i> - $3","time":"$4"},').split('/td')[0]
  150. insertMail(e)
  151. })
  152. }
  153. function postLogin() {
  154. console.log("POSTLOGIN")
  155. if (status != 1) return;
  156. if (!user) user = getCookie('gosh'), pwd = getCookie('gowd')
  157. document.cookie = "gosh=" + user + ";path=/score/";
  158. document.cookie = "gosh=" + user + ";path=/sso/";
  159. document.cookie = "gowd=" + pwd + ";path=/sso/";
  160. $('#changePwd').val(pwd)
  161. get('bxn-library/library/jumpExamreport?jumpUrl=http://36.112.23.77/analysis/auto/%23/autoLogin', e => {
  162. $('#scoreOld').attr('href', e)
  163. })
  164. refreshMail()
  165. }
  166. function login() {
  167. console.log("LOGIN!!")
  168. if (status == 1) return;
  169. delCookies()
  170. user = $('#loginId').val(), pwd = $('#loginPwd').val()
  171. return fetch(root + "sso/login", {
  172. "headers": {
  173. "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  174. // "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
  175. },
  176. "method": "GET",
  177. "mode": "cors",
  178. "credentials": 'include'
  179. }).then(() => {
  180. return fetch('https://43.143.233.184/andlogin', {
  181. method: 'POST',
  182. headers: { 'Content-type': 'application/json' },
  183. body: JSON.stringify({
  184. user: user,
  185. pwd: pwd,
  186. cook: getCookie('JSESSIONID')
  187. }),
  188. credentials: 'include',
  189. })
  190. }).then(e => e.text()).then(e => { setStatus((e != 'success') + 1), Promise.resolve() })
  191. }
  192. function matches(e) {
  193. return e.match(/(^\[\]$|param":"|<tr>|DOCTYPE|in\?username=|requestParams|\"newmessage\")/s)
  194. }
  195. async function next(e, call, ac) {//异步递归嘿嘿嘿,再多 302 也不怕;再加上回调函数,真是妙
  196. if (e.length < 3000 && !matches(e)) {
  197. return fetch(getUrl(e), {
  198. method: 'GET',
  199. credentials: 'include',
  200. headers: {
  201. Accept: ac
  202. }
  203. }).then(e => e.text()).then(res => { next(res, call, ac) })
  204. }
  205. else return call(e), new Promise((resolve, reject) => { })
  206. }
  207. function pre(e, url, call) {
  208. if (e.match('北师大实验中学--登录')) {
  209. console.log("ERR", e, url)
  210. delCookies(3)
  211. setStatus(0)
  212. tryLogin()
  213. } else {
  214. $('#bxn' + url.split('bxn')[1].split('/')[0]).addClass('btn-success')
  215. call(e)
  216. }
  217. }
  218. function get(url, call = () => { }, ac = '*/*') {
  219. console.log("GET", url)
  220. if (status != 1) return
  221. next(root + url, e => { pre(e, url, call); }, ac)
  222. }
  223. function change() {
  224. if (status != 1 || pwd == $('#changePwd').val()) return
  225. var fd = new URLSearchParams()
  226. fd.append('rating', '4')
  227. fd.append('ratingWord', '极佳')
  228. fd.append('oldPassword', pwd)
  229. fd.append('newPassword', $('#changePwd').val())
  230. fd.append('reNewPassword', $('#changePwd').val())
  231. fetch(root + 'bxn-core-uic/uic-public/personal/management/password/save', {
  232. "headers": {
  233. "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  234. // "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
  235. },
  236. method: 'POST',
  237. body: fd,
  238. credentials: 'include',
  239. })
  240. $('#changeBtn').addClass('btn-success')
  241. }
  242. function tryLogin() {
  243. if (getCookie('CASTGC')) {
  244. setStatus(1), postLogin()
  245. } else if (getCookie('gosh') && getCookie('gosh') != 'null') {
  246. $('#loginId').val(getCookie('gosh'))
  247. $('#loginPwd').val(getCookie('gowd'))
  248. login().then(() => { status == 2 ? setStatus(0, 1) : postLogin() })
  249. } else setStatus(0, 1)
  250. }
  251. scrollToBottom = () => {
  252. (function smoothscroll() {
  253. const currentScroll = document.documentElement.scrollTop || document.body.scrollTop; // 已经被卷掉的高度
  254. const clientHeight = document.documentElement.clientHeight; // 浏览器高度
  255. const scrollHeight = document.documentElement.scrollHeight; // 总高度
  256. if (scrollHeight - 10 > currentScroll + clientHeight) {
  257. window.requestAnimationFrame(smoothscroll);
  258. window.scrollTo(0, currentScroll + (scrollHeight - currentScroll - clientHeight) / 2);
  259. }
  260. })();
  261. };
  262. function getPar(ls, e) {
  263. // console.log(ggg = ls, e)
  264. if (e === undefined) return ''
  265. if (e.parentId == 'null') return `{id:'${e.param}',name:'${e.label}',rule:'${e.nextRuleId}'}`
  266. return getPar(ls, ls.filter(u => u.param == e.parentId)[0]) + `,{id:'${e.param}',name:'${e.label}',rule:'${e.nextRuleId}'}`
  267. }
  268. var target = [], base
  269. function delRec(e) {
  270. target = target.filter(u => u != e)
  271. }
  272. function addRec(e, c, l) {
  273. console.log(e, c, l)
  274. if (target.filter(u => u == e).length) return
  275. $('#recSel').append(`<li onclick="delRec('${e}');$(this).remove()" style="cursor:pointer"><span style="font-size:10px">${e} ${c}</span> ${l}</li>`)
  276. target.push(e)
  277. }
  278. function getRec(re) {
  279. get(`bxn-office/participant-select/rule-id/${re.rule}/param/${re.id}?unwrap=true&_=0`, e => {
  280. e = JSON.parse(e)
  281. if (e.length == 0) { $('.s-' + re.id + '>a').hide(); return }
  282. $('#recList>li').hide()
  283. for (let i = 0; i < e.length; i++) {
  284. let par = getPar(e, e[i])
  285. let full = ''
  286. if (e.filter(u => u.parentId == e[i].param).length) full = `setRec([${par}],1)`
  287. else full = `setRec([${par}])`
  288. if (e[i].nextRuleId === null) full = `addRec('${e[i].param}','${e[i].code}','${e[i].label}')`
  289. $('#recList').append(`<li class="${e[i].parentId} s-${e[i].param} ${e[i].nextRuleId === null ? 'endRec' : ''}">${e.filter(u => u.parentId == e[i].param).length ? `${e[i].param.match('1-') ? `<a onclick="setRec([${par}])" style="position: absolute;transform: translateX(-25px);"><span class="glyphicon glyphicon-pencil"></span></a> ` : '<span style="position: absolute;transform: translateX(-15px);">></span>'}<span class="full" onclick="${full}">${e[i].label}` : `<span class="full" onclick="${full}">${e[i].label}`}<span class="pull-right" style="color:#999">${e[i].code ? e[i].code + ' - ' : ''}${e[i].param}</span></span></li>`)
  290. // $('#recList').append(`<li class="${e[i].parentId} s-${e[i].param}">${e.filter(u => u.parentId == e[i].param).length ? `${e[i].param.match('1-') ? `<a onclick="setRec([${par}])" style="position: absolute;transform: translateX(-25px);"><span class="glyphicon glyphicon-pencil"></span></a> ` : '<span style="position: absolute;transform: translateX(-15px);">></span>'}<span class="full" onclick="setRec([${par}],1)">${e[i].label}` : `<span class="full" onclick="setRec([${par}])">${e[i].nextRuleId === null ? `<a onclick="addRec('${e[i].param}','${e[i].code}','${e[i].label}')"> <span class="glyphicon glyphicon-plus"></span></a> ` : ''}${e[i].label}`}<span class="pull-right" style="color:#999">${e[i].param}</span></span></li>`)
  291. }
  292. if (re.rule == 'getOrganizationsAndTagsByUserCategoryRule') {
  293. $('#recList>li').hide()
  294. $('li.1-401,li.4-403,li.3-403,li.2-404').show()
  295. }
  296. }, 'application/json, text/javascript, */*')
  297. }
  298. var getBase = [, { id: '1', rid: '1-401', rule: 'getOrganizationsAndTagsByUserCategoryRule', name: '学校(部门)', rname: '老师' }, , { id: '3', rid: '3-403', rule: 'getOrganizationsAndTagsByUserCategoryRule', rname: '家长', name: '学校(班级)' }, { id: '4', rid: '4-403', rule: 'getOrganizationsAndTagsByUserCategoryRule', rname: '学生', name: '学校(班级)' }]
  299. function setRec(e, ex = 0) {
  300. if (e.length == 0) {
  301. $('#recList').html(oof)
  302. $('#recNav').empty()
  303. }
  304. if (!e[0]) return
  305. $('#recNav').empty()
  306. $('#recNav').append(`<li onclick="setRec([])"><span style="font-size:10px">${getBase[base].id}</span> ${getBase[base].rname}</li>`)
  307. let str = ''
  308. for (let i = 0; i < e.length; i++) {
  309. str += `${i ? ',' : ''}{id:'${e[i].rid || e[i].id}',name:'${e[i].name}',rule:'${e[i].rule}'}`
  310. $('#recNav').append(`<li onclick="setRec([${str}],1)"><span style="font-size:10px">${e[i].rid || e[i].id}</span> ${e[i].name}</li>`)
  311. }
  312. let f = e[e.length - 1]
  313. if (ex) {
  314. console.log(f, ggg = $('li.' + f.id).show())
  315. $('#recList>li').hide()
  316. $('#recList>li.' + f.id).show()
  317. ggg.show()
  318. } else {
  319. getRec(f)
  320. }
  321. }
  322. function toggleWrite() {
  323. $('.boxWrite').is(':visible') ? ($('.box').show(300), $('.boxWrite').hide(300)) : (setTimeout(scrollToBottom, 200), $('.box').hide(300), $('.boxWrite').show(300));
  324. }
  325. function sendMail() {
  326. var fd = new URLSearchParams()
  327. str = ''
  328. for (let i = 0; i < target.length; i++) {
  329. str += ',' + target[i]
  330. }
  331. console.log(str.slice(1))
  332. fd.append('filelist', '[]')
  333. fd.append('mailItemId', '')
  334. fd.append('forwardMailItemId', '')
  335. fd.append('replyMailItemId', '')
  336. fd.append('targetIds', str.slice(1))
  337. fd.append('subject', $('#writeSub').val())
  338. fd.append('files', '')
  339. fd.append('content', $('#writeCt').val())
  340. fetch(root + 'bxn-office/mails/user/sendMail?unwrap=true', {
  341. "headers": {
  342. "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  343. },
  344. method: 'POST',
  345. body: fd,
  346. credentials: 'include',
  347. }).then(e => { $('#writeBtn>span').removeClass('glyphicon-send').removeClass('glyphicon-exclamation-sign').addClass(e.status == 200 ? 'glyphicon-ok' : 'glyphicon-exclamation-sign'); refreshMail() })
  348. }
  349. function removeMail(e) {
  350. console.log(e)
  351. var fd = new URLSearchParams()
  352. fd.append('checkmail', e)
  353. fetch(root + 'bxn-office/mails/user/removeMail?unwrap=true', {
  354. "headers": {
  355. "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  356. },
  357. method: 'POST',
  358. body: fd,
  359. credentials: 'include',
  360. }).then(refreshMail)
  361. }
  362. $().ready(() => {
  363. $('.e').addClass('reqLogin')
  364. $('.e').removeClass('e')
  365. tryLogin()
  366. $("[data-toggle='tooltip']").tooltip();
  367. $('.recL').hide(300)
  368. $('#recList').html(oof)
  369. })
  370. oof = `<li onclick="base=1;setRec([getBase[base]])">老师</li><li onclick="base=4;setRec([getBase[base]])">学生</li><li onclick="base=3;setRec([getBase[base]])">家长</li>`
  371. </script>
  372. <style>
  373. .in {
  374. font-weight: bold;
  375. font-family: 'Courier New', Courier, monospace;
  376. }
  377. li {
  378. border-bottom: 3px solid #eee;
  379. word-wrap: break-word;
  380. }
  381. li:hover {
  382. background-color: #eee;
  383. }
  384. :is(#recList, #recNav)>li {
  385. cursor: pointer;
  386. }
  387. li.endRec {
  388. color: #1a5e93
  389. }
  390. .box {
  391. transition-duration: 300ms;
  392. }
  393. .box::before {
  394. content: '';
  395. display: block;
  396. width: 100%;
  397. height: 3px;
  398. margin-top: 10px;
  399. border-bottom: 1px solid;
  400. border-image: linear-gradient(to right, transparent, #6aaad8, #75ddb6, transparent) 1;
  401. }
  402. .box:hover::before {
  403. border-bottom: 3px solid;
  404. border-image: linear-gradient(to right, transparent, #6aaad8, #75ddb6, transparent) 1;
  405. }
  406. .box:hover {
  407. background-image: linear-gradient(#faffef, transparent);
  408. }
  409. .page-header.nohr {
  410. margin-bottom: 0;
  411. border-bottom: none;
  412. }
  413. .lim {
  414. max-height: 210px;
  415. overflow: auto;
  416. }
  417. .lim:hover {
  418. max-height: 500px;
  419. overflow: auto;
  420. }
  421. .boxMail::-webkit-scrollbar {
  422. width: 5px;
  423. }
  424. .boxMail::-webkit-scrollbar-track {
  425. background-color: transparent;
  426. }
  427. .boxMail::-webkit-scrollbar-thumb {
  428. background-color: transparent;
  429. border-radius: 2px;
  430. }
  431. .boxMail:hover::-webkit-scrollbar-thumb {
  432. background-color: #bbb;
  433. }
  434. .mail,
  435. .mail b {
  436. transition-duration: 300ms;
  437. }
  438. .mail b {
  439. font-weight: 400;
  440. }
  441. .mail.active {
  442. background-image: linear-gradient(to right, #fffaf0, #f4f2ef);
  443. border-left: 3px solid #ccc;
  444. padding-left: 5px;
  445. }
  446. .mail.active b {
  447. font-weight: 700;
  448. font-size: 16px;
  449. }
  450. span.full {
  451. width: 100%;
  452. display: inline-block;
  453. cursor: pointer;
  454. }
  455. .breadcrumb {
  456. padding: 0;
  457. margin-bottom: 5px;
  458. }
  459. </style>
  460. </head>
  461. <body>
  462. <div class="page-header nohr">
  463. <h2><img src="RC.png" width="32px" style="position:relative;top:-4px">
  464. 数字校园
  465. <button class="btn btn-default btn-xs">
  466. <span class="glyphicon glyphicon-question-sign"></span>
  467. </button>
  468. </h2>
  469. <span id="loginSt" class="label label-default">未登录</span>
  470. <span id="user" class="label label-default">-</span>
  471. <button class="btn btn-danger btn-xs e" onclick="postLogin()" title="刷新数据">
  472. <span class="glyphicon glyphicon-refresh"></span>
  473. </button>
  474. <button class="btn btn-danger btn-xs e" onclick="delCookies(1);setStatus(0)" onmouseenter="$('#double-off').css('scale','100%')" onmouseleave="$('#double-off').css('scale','0')" title="退出登录">
  475. <span class="glyphicon glyphicon-log-out"></span>
  476. </button>
  477. <button id="double-off" class="btn btn-danger btn-xs e" onclick="delCookies(2);location.reload()" onmouseenter="$('#double-off').css('scale','100%')" onmouseleave="$('#double-off').css('scale','0')" style="scale:0;transition-duration: 1000ms;" data-toggle="tooltip" data-placement="right" title="全部重置">
  478. <span class="glyphicon glyphicon-off"></span>
  479. </button>
  480. <button class="btn btn-danger btn-xs login" onclick="delCookies(2);location.reload()" data-toggle="tooltip" data-placement="right" title="全部重置">
  481. <span class="glyphicon glyphicon-off"></span>
  482. </button>
  483. <img id="avatar" style="position:absolute;right:10px;top:10px;">
  484. </div>
  485. <div class="col-md-4 col-sm-6 box">
  486. <div class="page-header">
  487. <h3><span class="glyphicon glyphicon-stats"></span> 成绩</h3>
  488. </div>
  489. <div class="btn-group">
  490. <a id="scoreOld" class="btn btn-default e" target="_blank">原版</a>
  491. <a class="btn btn-default e" href="/score" target="_blank">新版</a>
  492. </div>
  493. </div>
  494. <div class="col-md-4 col-sm-6 box">
  495. <div class="page-header">
  496. <h3><span class="glyphicon glyphicon-user"></span> 账号
  497. <div id="cookie" class="btn-group" style="display: none;">
  498. <button id="bxn-portal" class="btn btn-default btn-xs" onclick="get('bxn-portal/portal/osforstudent/index')">bxn-portal</button>
  499. <button id="bxn-core-uic" class="btn btn-default btn-xs" onclick="get('bxn-core-uic/uic/index')">bxn-core-uic</button>
  500. <button id="bxn-library" class="btn btn-default btn-xs" onclick="get('bxn-library/library/jumpExamreport?jumpUrl=')">bxn-library</button>
  501. <button id="bxn-office" class="btn btn-default btn-xs" onclick="get('bxn-office/mail/index')">bxn-office</button>
  502. </div>
  503. </h3>
  504. </div>
  505. <button class="btn btn-default e" onclick="$('#change').toggle(200)">修改密码</button>
  506. <button class="btn btn-default e" onclick="$('#cookie').toggle(200)">cookie</button>
  507. <div class="login">
  508. <br>
  509. <div class="input-group">
  510. <span class="input-group-addon">账号</span>
  511. <input id="loginId" type="id" class="in form-control" placeholder="20222222">
  512. </div>
  513. <br>
  514. <div class="input-group">
  515. <span class="input-group-addon">密码</span>
  516. <input id="loginPwd" type="password" class="in form-control" placeholder="password">
  517. <span class="input-group-btn">
  518. <button class="btn btn-default" type="button" onclick="login().then(postLogin)">
  519. <span class="glyphicon glyphicon-log-out"></span> 登录
  520. </button>
  521. </span>
  522. </div>
  523. </div>
  524. <div id="change" style="display: none;">
  525. <br>
  526. <div class="input-group">
  527. <span class="input-group-addon">新密码</span>
  528. <input id="changePwd" type="password" class="in form-control" placeholder="password" onmouseenter="this.type='id'" onmouseleave="this.type='password'">
  529. <span class="input-group-btn"><button id="changeBtn" class="btn btn-default" type="button" onclick="change()">修改</button></span>
  530. </div>
  531. </div>
  532. </div>
  533. <div class="col-md-4 col-sm-6 box boxMail lim">
  534. <div class="page-header">
  535. <h3><span class="glyphicon glyphicon-envelope"></span> 消息
  536. <button class="btn btn-default btn-xs e" onclick="toggleWrite();">写信</button>
  537. <button class="btn btn-default btn-xs e" onclick="$('.mail-text').hide(300);$('.mail').removeClass('active')">全部收起</button>
  538. <button class="btn btn-default btn-xs e pull-right" onclick="$('.boxMail').toggleClass('col-sm-6').toggleClass('col-md-4').toggleClass('col-sm-12').toggleClass('lim');$('.full-time').toggle()">
  539. <span class="glyphicon glyphicon-fullscreen"></span>
  540. </button>
  541. </h3>
  542. </div>
  543. <ul id="mailList" class="list-unstyled e"></ul>
  544. </div>
  545. <div class="col-sm-12 box boxWrite" style="display: none;">
  546. <div class="page-header">
  547. <h3><span class="glyphicon glyphicon-pencil"></span> 写信
  548. <button class="btn btn-default btn-xs e" onclick="toggleWrite();">关闭</button>
  549. </h3>
  550. </div>
  551. <div class="rec">
  552. 收件人:
  553. <ul id="recSel" class="breadcrumb list-unstyled e" style="display: inline-block;"></ul>
  554. <button class="btn btn-default btn-xs e" onclick="$('.recL').toggle(300,()=>$('#recList').html(oof));$('#recNav').empty();$(this).children().toggleClass('glyphicon-chevron-down')"><span class="glyphicon glyphicon-plus"></span></button>
  555. <div>
  556. <ul id="recNav" class="recL breadcrumb list-unstyled e"></ul>
  557. <ul id="recList" class="recL list-unstyled e"></ul>
  558. </div>
  559. </div>
  560. <br>
  561. <form class="bs-example bs-example-form" role="form">
  562. <div class="col-md-6">
  563. <div class="input-group">
  564. <!-- <span class="input-group-addon"></span> -->
  565. <input id="writeSub" class="form-control" placeholder="标题">
  566. <span class="input-group-btn">
  567. <button id="writeBtn" type="button" class="btn btn-default" onclick="sendMail()" id="chatBtn" style="height: 34px;"><span class="glyphicon glyphicon-send"></span> 发送</button>
  568. </span>
  569. </div>
  570. <textarea id="writeCt" type="text" class="form-control" autocomplete="off" style="resize:vertical;top:-1px;position: relative;" placeholder="内容"></textarea>
  571. </div>
  572. </form>
  573. </div>
  574. <div style="position:fixed;bottom:10px;left:10px;color:#ccc">
  575. 北师大实验中学
  576. </div>
  577. </body>