이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bjquanjiang
/
DigitalScholl
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
课表显示
临城职教中职
ndbs
2 년 전
부모
50e323f562
커밋
d50a590cb8
3개의 변경된 파일
과
18개의 추가작업
그리고
9개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js
+6
-3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermStu.js
+6
-3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js
+ 6
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTerm.js
파일 보기
@@ -79,13 +79,16 @@ var bootstrap = function ($, learun) {
if (i > 0) {
html += '<hr>';
}
html += '<div>' +
html += '<div>
课程:
' +
item.curriculum +
'</div>' +
'<div>' +
'<div>
教师:
' +
item.teacher +
'</div>' +
'<div>' +
'<div>班级:' +
item.className +
'</div>' +
'<div>教室:' +
item.classRoom +
'</div>';
//html += '<div>课程:' +
+ 6
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermStu.js
파일 보기
@@ -80,13 +80,16 @@ var bootstrap = function ($, learun) {
if (i > 0) {
html += '<hr>';
}
html += '<div>' +
html += '<div>
课程:
' +
item.curriculum +
'</div>' +
'<div>' +
'<div>
教师:
' +
item.teacher +
'</div>' +
'<div>' +
'<div>班级:' +
item.className +
'</div>' +
'<div>教室:' +
item.classRoom +
'</div>';
//html += '<div>课程:' +
+ 6
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js
파일 보기
@@ -79,13 +79,16 @@ var bootstrap = function ($, learun) {
if (i > 0) {
html += '<hr>';
}
html += '<div>' +
html += '<div>
课程:
' +
item.curriculum +
'</div>' +
'<div>' +
'<div>
教师:
' +
item.teacher +
'</div>' +
'<div>' +
'<div>班级:' +
item.className +
'</div>' +
'<div>教室:' +
item.classRoom +
'</div>';
//html += '<div>课程:' +
쓰기
미리보기
불러오는 중...
취소
저장