add foot.html
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% include 'foot.html' %}
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
var course_id = "{{course_id}}";
|
var course_id = "{{course_id}}";
|
||||||
|
|||||||
@@ -41,6 +41,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include 'foot.html' %}
|
||||||
|
|
||||||
<script src="/static/js/dashboard.js"></script>
|
<script src="/static/js/dashboard.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 解析用户数据和课程数据
|
// 解析用户数据和课程数据
|
||||||
|
|||||||
8
Html/apps/templates/foot.html
Normal file
8
Html/apps/templates/foot.html
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<footer>
|
||||||
|
<p>版权所有 © 2024 “华实伴学君”——教学练评一体的虚拟编码助教</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">
|
||||||
|
沪ICP备2025142149号
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
@@ -29,15 +29,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
|
||||||
<p>版权所有 © 2024 “华实伴学君”——教学练评一体的虚拟编码助教</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">
|
|
||||||
沪ICP备2025142149号
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
{% include 'foot.html' %}
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
window.appData = {
|
window.appData = {
|
||||||
|
|||||||
@@ -120,6 +120,6 @@
|
|||||||
<script src="/static/js/course_current.js"></script>
|
<script src="/static/js/course_current.js"></script>
|
||||||
<script src="/static/js/teacherboard.js"></script>
|
<script src="/static/js/teacherboard.js"></script>
|
||||||
<script src="/static/js/teacher_course_setting.js"></script>
|
<script src="/static/js/teacher_course_setting.js"></script>
|
||||||
|
{% include 'foot.html' %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user