index.html 32 KB

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