时间:2023-09-16 07:24:01 | 来源:网站运营
时间:2023-09-16 07:24:01 来源:网站运营
web前端期末大作业——基于html+css+javascript学生宿舍管理系统网站:精彩专栏推荐 文末获取联系 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 作者主页: 【主页—— 获取更多优质源码】 web前端期末大作业: 【 毕设项目精品实战案例 (1000套) 】 程序员有趣的告白方式:【 HTML七夕情人节表白网页制作 (110套) 】 超炫酷的Echarts大屏可视化源码:【 Echarts大屏展示大数据平台可视化(150套) 】 HTML+CSS+JS实例代码: 【 ️HTML+CSS+JS实例代码 (炫酷特效网页代码) 继续更新中...】 免费且实用的WEB前端学习指南: 【 web前端零基础到高级学习视频教程 120G干货分享】 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 坚持原创,热衷分享,初心未改,继往开来!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。 其中: (1) html文件包含:其中index.html是首页、其他html为二级页面; (2) css文件包含:css全部页面样式,文字滚动, 图片放大等; (3) js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>房间信息管理</title> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-datetimepicker.css"> <link rel="stylesheet" href="css/bootstrap-table.css"> <link rel="stylesheet" href="css/bootstrap-editable.css"> <link href="css/hhzcss.css" rel="stylesheet"> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/bootbox.min.js"></script> <script src="js/bootstrap-datetimepicker.js"></script> <script src="js/bootstrap-datetimepicker.zh-CN.js"></script> <script src="js/bootstrap-table.js"></script> <script src="js/bootstrap-table-zh-CN.js"></script> <script src="js/bootstrap-editable.js"></script> <script src="js/commons.js"></script> <script src="js/t_home.js"></script> <script src="js/med.js"></script> <style> body{ width:100%; min-height: 800px; height: 100%; background:url("images/3.jpg"); background-size: cover; } </style> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/font-awesome.min.css"></head><body><div class="hs-Data"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row" style="height: 80px;"> <div class="col-md-4"><!--可以填加内容--></div> <div class="col-md-4"><h2 style="text-align: center;font-size:30px ;color:black;">房间信息管理</h2></div> <div class="col-md-4"><!--可以填加内容--></div> <table class="table-responsive" id="t_outgoing_record" style="color:#000000;"> </table> <div class="row"> <div class="col-md-6"> <div class="row" ><br/> <div class="col-md-3"></div> <div class="col-md-3"><br/><button class="Button" id="addButtons"><h5>添加房间</h5></button></div> <div class="col-md-3"><br/><button class="Button" id="stuout"><h5>删除房间</h5></button></div><br> <div class="col-md-3"></div> </div> <div class="row" style="magging:20px "><br/> <div class="col-md-3"></div> <div class="col-md-3"><br/><button class="Button" id="stuChange"><h5>查看房间信息</h5></button></div> <div class="col-md-3"><br/><button class="Button" id="stum"><h5>查看房间设施</h5></button></div><br> <div class="col-md-3"></div> </div> </div> <div class="col-md-6"> <div class="row"> <!--<div class="col-md-3"><!–可以填加内容–></div>--> <div class="col-md-2"></div> <div class="col-md-10"> <form name="fromss"> <fieldset > <legend>查询房间信息</legend> <div class="row"> <div class="col-md-6"> <table style="border-collapse:separate; border-spacing:0px 40px;"> <tr> <td>房间地址</td> <td><input type="text" id="getTime" name="getTime" style="width: 50%"/></td> </tr> <tr> <td>可住房间</td> <td><select id="categordys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">不限</option> <option value="2">可住房间</option> </select></td> </tr> </table> </div> <div class="col-md-6" style="margin-top: 10px"> <table style="border-collapse:separate; border-spacing:0px 40px;"> <tr> <td>房间状态</td> <td><select id="categordsys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">不限</option> <option value="2">正常</option> <option value="3">设置设施坏</option> </select></td> </tr> <tr> <td>房间类型</td> <td><select id="casstegordys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">不限</option> <option value="2">男生宿舍</option> <option value="3">女生宿舍</option> </select></td> </tr> </table> </div> </div> </fieldset> </form> <button class="Button" id="formbut" style="float: right;margin: 20px 55px 0px 0px">查找</button> </div> </div> </div> </div> </div> <div class="col-md-1"></div> </div></div><!-- 添加房间信息模态框(Modal) --><div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" style="width: 1000px"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="addTitle">添加房间</h4> </div> <div class="modal-body"> <!--放置内容--> <div style="height: 400px"> <form id="formData"> <div class="row"> <div class="col-md-6"> <div style="margin-left: 20%"> <table style="border-collapse:separate; border-spacing:0px 20px;"> <tr> <td ><label>房间地址:</label></td> <td ><input name="drugInstrumentName" type="text" id="namess" class="form-control doc" /></td> </tr> <tr> <td>可容纳人数:</td> <td > <input type="text"/> <td> </tr> <tr> <td><label>房租:</label></td> <td > <input type="text"/> </td> </tr> <tr> <td><label>房东:</label></td> <td><input type="text"/></td> </tr> <tr> <td><label>房间状态:</label></td> <td> <select id="categodrdsys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">不限</option> <option value="2">正常</option> <option value="3">设置设施坏</option> </select></td> </tr> </table> </div> </div> <div class="col-md-6"> <div> <table style="border-collapse:separate; border-spacing:0px 20px;"> <tr> <td ><label>房间户型:</label></td> <td ><input name="drugInstrumentName" type="text" id="nsamess" class="form-control doc" /></td> </tr> <tr> <td>房间类型:</td> <td> <select id="castegosdrdsys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">男生宿舍</option> <option value="2">女生宿舍</option> </select></td> </tr> <tr> <td><label>支付方式:</label></td> <td > <input type="text"/> </td> </tr> <tr> <td><label>房东电话:</label></td> <td><input type="text"/></td> </tr> <tr> <td >租房日期:</td> <td > <input type="date" style="width:67%;hight:40px" name="syrq"/></td> </tr> </table> </div> </div> </div> <div class="modal-footer"> <button class="Button" data-dismiss="modal">添加</button> <button class="Button" data-dismiss="modal" style="margin: 0px 15px 0px 30px">取消</button> </div> </form> </div> </div> </div> </div></div><!-- 删除房间模态框(Modal) --><div class="modal fade" id="listmo" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" >删除房间</h4> </div> <div class="modal-body"> <!--放置内容--> <div style="height: 400px;"> <div class="row"> <div class="col-md-2"></div> <div class="col-md-10" style="margin-top: 20%;font-size: 35px"> 该房间还有人住,不能删除! </div> </div> </div> </div> <div class="modal-footer"> <button class="Button" data-dismiss="modal">确定</button> </div> </div> </div></div><!-- 查看房间信息模态框(Modal) --><div class="modal fade" id="listmodals" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" style="width: 900px"> <div class="modal-content" > <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" >学生换房</h4> </div> <div class="modal-body"> <!--放置内容--> <div style="height: 600px;"> <form id="formDasta"> <div class="row"> <div class="col-md-6"> <div style="margin-left: 20%"> <table style="border-collapse:separate; border-spacing:0px 20px;"> <tr> <td ><label>房间地址:</label></td> <td ><input name="drugInstrumentName" type="text" id="namess" class="form-control doc" /></td> </tr> <tr> <td>可容纳人数:</td> <td > <input type="text"/> <td> </tr> <tr> <td><label>房租:</label></td> <td > <input type="text"/> </td> </tr> <tr> <td><label>房东:</label></td> <td><input type="text"/></td> </tr> <tr> <td><label>房间状态:</label></td> <td> <select id="categodrsdsys " class="Select" name="drugInstrumentType"> <option value=" ">---请选择---</option> <option value="1">不限</option> <option value="2">正常</option> <option value="3">设置设施坏</option> </select></td> </tr> <tr> <td >租房日期:</td> <td > <input type="date" style="width:67%;hight:40px" name="syrq"/></td> </tr> </table> </div> </div> <div class="col-md-6"> <div> <table style="border-collapse:separate; border-spacing:0px 20px;"> <tr> <td ><label>房间户型:</label></td> <td ><input name="drugInstrumentName" type="text" id="nsamess" class="form-control doc" /></td> </tr> <tr> <td>已住人数:</td> <td><input type="text"/></td> </tr> <tr> <td><label>支付方式:</label></td> <td > <input type="text"/> </td> </tr> <tr> <td><label>房东电话:</label></td> <td><input type="text"/></td> </tr> <tr> <td >房东类型:</td> <td > <input type="text"/></td> </tr> </table> </div> </div> <table class="table-responsive" id="t_hometo" style="color:#000000;"> </table> </div> <div class="modal-footer"> <button class="Button" data-dismiss="modal">确定</button> <button class="Button" data-dismiss="modal" style="margin: 0px 15px 0px 30px">取消</button> </div> </form> </div> </div> </div> </div></div><!-- 查看房间设施模态框(Modal) --><div class="modal fade" id="stumas" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" style="width: 600px"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="addTitles">房间设施维护</h4> </div> <div class="modal-body"> <!--放置内容--> <div style="height: 400px"> <table class="table-responsive" id="t_homethree" style="color:#000000;"> </table> <form id="formDatass"> <div class="row"> <div class="col-md-1"></div> <div class="col-md-11"> <div style="margin-left: 20%"> <table style="border-collapse:separate; border-spacing:0px 40px;"> <tr> <td ><label>报损日期:</label></td> <td > <input type="date" style="width:67%;hight:40px" name="syrq"/></td> </tr> <tr> <td>损坏描述:</td> <td > <input type="text" style="height: 80px"/> <td> </tr> </table> </div> </div> </div> <div class="modal-footer"> <button class="Button" data-dismiss="modal">确定</button> </div> </form> </div> </div> </div> </div></div></body></html>
请 “ 点赞” “✍️评论” “ 收藏”
一键三连哦! 【 关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!关键词:学生,管理,系统,作业,宿舍