index.html 29 KB

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