add foot.html
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include 'foot.html' %}
|
||||
</body>
|
||||
<script>
|
||||
var course_id = "{{course_id}}";
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'foot.html' %}
|
||||
|
||||
<script src="/static/js/dashboard.js"></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>
|
||||
</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>
|
||||
<script>
|
||||
window.appData = {
|
||||
|
||||
@@ -120,6 +120,6 @@
|
||||
<script src="/static/js/course_current.js"></script>
|
||||
<script src="/static/js/teacherboard.js"></script>
|
||||
<script src="/static/js/teacher_course_setting.js"></script>
|
||||
|
||||
{% include 'foot.html' %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user