7 | <%
8 | String path = request.getContextPath();
9 | String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
10 | %>
11 |
12 |
选课系统(教师版)
13 | 1.登陆后请及时修改初始密码(个人资料)
14 | 2.在(我的课程信息)中进行课程开设、已开设课程的查看、管理
15 |
16 |
17 | <%@ include file="base.jsp"%>
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/views/teacher/teacherInfo.jsp:
--------------------------------------------------------------------------------
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
2 | <%@ taglib uri="http://www.rapid-framework.org.cn/rapid" prefix="rapid" %>
3 |