時間:2023-06-12 04:51:01 | 來源:網(wǎng)站運營
時間:2023-06-12 04:51:01 來源:網(wǎng)站運營
HTML期末作業(yè)-基于HTML+CSS+JavaScript制作學(xué)生信息管理系統(tǒng)模板:精彩專欄推薦 文末獲取聯(lián)系 ?? 作者簡介: 一個熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁: 【主頁—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項目精品實戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 Echarts大屏展示大數(shù)據(jù)平臺可視化(150套) 】 HTML+CSS+JS實例代碼: 【 ?HTML+CSS+JS實例代碼 (炫酷特效網(wǎng)頁代碼) 繼續(xù)更新中...】 免費且實用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長,教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對于技術(shù)的探索和追求從未停歇。 堅持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進行運行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級頁面; (2) css文件包含:css全部頁面樣式,文字滾動, 圖片放大等; (3) js文件包含:js實現(xiàn)動態(tài)輪播特效, 表單提交, 點擊事件等等(個別網(wǎng)頁中運用到j(luò)s代碼)。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title> 學(xué)生信息管理系統(tǒng)模板 - 源碼之家</title><link href="Style/StudentStyle.css" rel="stylesheet" type="text/css" /><link href="Script/jBox/Skins/Blue/jbox.css" rel="stylesheet" type="text/css" /><link href="Style/ks.css" rel="stylesheet" type="text/css" /> <script src="Script/jBox/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="Script/jBox/jquery.jBox-2.3.min.js" type="text/javascript"></script> <script src="Script/jBox/i18n/jquery.jBox-zh-CN.js" type="text/javascript"></script> <script src="Script/Common.js" type="text/javascript"></script> <script src="Script/Data.js" type="text/javascript"></script> <script type="text/javascript"> $().ready(function () { setStudMsgHeadTabCheck(); showUnreadSysMsgCount(); }); //我的信息頭部選項卡 function setStudMsgHeadTabCheck() { var currentUrl = window.location.href; currentUrl = currentUrl.toLowerCase(); var asmhm = ""; $("#ulStudMsgHeadTab li").each(function () { asmhm = $(this).find('a').attr("href").toLowerCase(); if (currentUrl.indexOf(asmhm) > 0) { $(this).find('a').attr("class", "tab1"); return; } }); } //顯示未讀系統(tǒng)信息 function showUnreadSysMsgCount() { var unreadSysMsgCount = "0"; if (Number(unreadSysMsgCount) > 0) { $("#unreadSysMsgCount").html("(" + unreadSysMsgCount + ")"); } } //退出 function loginOut() { if (confirm("確定退出嗎?")) { StudentLogin.loginOut(function (data) { if (data == "true") { window.location = "/Login.aspx"; } else { jBox.alert("退出失??!", "提示", new { buttons: { "確定": true} }); } }); } } //更改報考類別 function changeCateory(thisObj, id) { var oldCateoryId = $("#cateoryId").val(); var cateoryId = ""; if (id != null) { cateoryId = id; } else { cateoryId = thisObj.val(); } var studentId = $("#studentId").val(); if (cateoryId.length <= 0) { jBox.tip("報考類別不能為空!"); if (id == null) { thisObj.val(oldCateoryId); } } else { studentInfo.changeStudentCateory(cateoryId, function (data) { var result = $.parseJSON(data); if ((String(result.ok) == "true")) { window.location.href = "/Index.aspx"; } else { jBox.tip(result.message); } }); } } </script> <script src="Script/changeOption.js" type="text/javascript"></script> <script src="Script/rl.js" type="text/javascript"></script></head><body> <div class="banner"> <div class="bgh"> <div class="page"> <div id="logo"> <a href="Index.aspx.html"> <img src="Images/Student/logo.gif" alt="" width="165" height="48" /> </a> </div> <div class="topxx"> <select onchange="changeCateory($(this))" style="font-size: 11px; background: #4991cf; color: #fff;"> <option value="4"> 遠(yuǎn)程</option> <option selected='selected' value="1"> 自考</option> </select> 910513201419學(xué)員:鄒智,歡迎您! <a href="MyInfo/Index.aspx.html">我的信息</a> <a href="User/StudentInfor/systemMsge.aspx.html"> 通知</a> <a href="User/Account/ChangePasswd.aspx.html">密碼修改</a> <a onclick="loginOut()" href="javascript:">安全退出</a> </div> <div class="blog_nav"> <ul> <li><a href="Index.aspx.html">我的信息</a></li> <li><a href="EducationCenter/Score.aspx.html">教務(wù)中心</a></li> <li><a href="MyAccount/wdcw.aspx.html">我的學(xué)費</a></li> <li><a href="OnlineTeaching/StudentMaterial.aspx.html">資料中心</a></li> </ul> </div> </div> </div> </div> <div class="page"> <div class="box mtop"> <div class="leftbox"> <div class="l_nav2"> <div class="ta1"> <strong>個人中心</strong> <div class="leftbgbt"> </div> </div> <div class="cdlist"> <div> <a href="MyInfo/Index.aspx.html">我的信息</a></div> <div> <a href="MyInfo/ClassInfo.aspx.html">班級信息 </a> </div> <div> <a href="User/StudentInfor/Letter.aspx.html">短信息</a></div> <div> <a href="User/StudentInfor/systemMsge.aspx.html">學(xué)院通知</a></div> <div> <a href="MyInfo/Objection.aspx.html">我的異議</a></div> </div> <div class="ta1"> <strong>教務(wù)中心</strong> <div class="leftbgbt2"> </div> </div> <div class="cdlist"> <div> <a href="EducationCenter/Application.aspx.html">我的報考</a></div> <div> <a href="EducationCenter/Score.aspx.html">我的成績</a></div> <div> <a href="EducationCenter/Book.aspx.html">我的書籍</a></div> </div> <div class="ta1"> <strong>學(xué)習(xí)中心</strong><div class="leftbgbt2"> </div> </div> <div class="cdlist"> <div> <a href="OnlineTeaching/StudentMaterial.aspx.html">資料下載</a></div> <div> <a href="OnlineTeaching/StudentStudyRecordList.aspx.html">學(xué)習(xí)歷程</a></div> </div> <div class="ta1"> <strong>財務(wù)中心</strong><div class="leftbgbt2"> </div> </div> <div class="cdlist"> <div> <a href="MyAccount/wdcw.aspx.html">我的財務(wù)</a></div> </div><div class="ta1"> <a href="http://www.csgb.net/login.aspx?userLoginName=2014&userName=鄒智&professionId=F40C998A-D9AC-421F-99C9-C024C1DC53AD&flag=sm" target="_blank"><strong>教學(xué)系統(tǒng)</strong></a> <div class="leftbgbt2"> </div> </div> </div> </div> <div class="rightbox"> <h2 class="mbx"> 我的學(xué)習(xí)中心 </h2> <div class="dhbg"> <div class="dh1" style="margin: 0 27px 15px 0;"> <div class="dhwz"> <p> 您共有 <span class="red">0</span>條通知信息 <span class="red">0 </span>條未讀 </p> <p> 共有 <span class="red">0 </span>條短信息、 <span class="red">0</span>個投訴、 <span class="red"> 0 </span>個異議 </p> <p> 有 <span class="red">0</span>個投訴、<span class="red">0 </span>個異議、<span class="red">0</span>條短信息未處理</p> <div class="btright"> <a href="User/StudentInfor/Letter.aspx.html"> <img src="images/Student/default/bt_bzr.jpg" alt="給班主任發(fā)消息" width="121" height="25" /></a></div> </div> </div> <div class="dh2"> <div class="dhwz"> <p> 你有 <span class="red">0</span> 門課程要考 <a href="EducationCenter/Application.aspx.html" class="red">查看報考計劃</a></p> <p> 你已經(jīng)通過 <span class="red">0 </span>門課程 共有 <span class="red">13</span> 門 <a href="EducationCenter/Score.aspx.html" class="red">查看成績</a> </p> <p> 已經(jīng)發(fā)放了 <span class="red">0 </span>本書籍 <a href="EducationCenter/Book.aspx.html" class="red">查看書籍情況</a></p> <div class="btright"> <a href="EducationCenter/Application.aspx.html"> <img src="images/Student/default/bt_jw.jpg" alt="進入教務(wù)中心" width="121" height="25" /></a></div> </div> </div> <div class="dh3" style="margin: 0 27px 15px 0;"> <div class="dhwz"> <p> <a href="http://sm.zk0731.com/User/ExamCenter/ExamPractice/ListExam.aspx?ptid=1">模擬考試</a></p> <p> <a href="http://sm.zk0731.com/User/ExamCenter/ExamPractice/ListExercise.aspx?ptid=3">章節(jié)練習(xí)</a> </p> <p> <a href="http://sm.zk0731.com/User/ExamCenter/ExamPractice/ListExercise.aspx?ptid=2">網(wǎng)上作業(yè)</a></p> <div class="btright"> <a href="http://sm.zk0731.com/User/ExamCenter/ExamPractice/ListExam.aspx?ptid=1"> <img src="images/Student/default/bt_ks.jpg" alt="進入考試中心" width="121" height="25" /></a></div> </div> </div> <div class="dh4"> <div class="dhwz"> <p> 你應(yīng)交<span class="blue">7800.00</span> 元,實繳 <span class="green">3700.00</span>元</p> <p> 欠費 <span class="red">4100.00</span> 元</p> <p> 你總共有<span class="red">3</span> 條財務(wù)記錄需要確定</p> <div class="btright"> <a href="MyAccount/wdcw.aspx.html"> <img src="images/Student/default/bt_cw.jpg" alt="進入財務(wù)中心" width="121" height="25" /></a></div> </div> </div> </div> <div class="xxlc"> <strong class="lcbt">學(xué)歷歷程</strong> </div> <div class="lcbiao"> <div class="lctime"> 2014-05-01</div> <div class="lctime"> 2014-05-02</div> <div class="lctime"> 2014-05-03</div> <div class="lctime2"> 2014-05-04</div> <div class="lctime"> 2014-05-05</div> <div class="lctime"> 2014-05-06</div> <div class="lctime"> 2014-05-07</div> </div> <div class="xxjl"> <div align="center"> <span> 18:10 登陸系統(tǒng) <a></a> </span> </div> <div align="center"> <span> 18:09 登陸系統(tǒng) <a></a> </span> </div> <div align="center"> <span> 18:06 登陸系統(tǒng) <a></a> </span> </div> <div align="center"> <span> 11:19 登陸系統(tǒng) <a></a> </span> </div> </div> </div> </div> <div class="footer"> <p> ©copyright 2012 廣博教育 csgb.net 版權(quán)所有 </p> </div> </div> <div style="text-align:center;"><p>來源:<a href="http://www.mycodes.net/" target="_blank">源碼之家</a></p></div></body></html>
請 “ 點贊” “??評論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識,互相學(xué)習(xí)」!關(guān)鍵詞:學(xué)生,信息,管理,模板,系統(tǒng),作業(yè)
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。