Browse Source

Merge branch 'master' of git.closed.social:closed-social/pastExam

master
欧醚 3 years ago
parent
commit
3b62b28e7f
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      templates/list.html

+ 5
- 5
templates/list.html View File

@ -278,7 +278,7 @@
<div class="form-group row">
<label class="col-sm-3 col-form-label">任课教师</label>
<div class="col-sm-9">
<input type="text" class="form-control" name="teacher" required placeholder="教师名或“不适用”" maxlength="30">
<input type="text" class="form-control" name="teacher" required placeholder="教师名或“不详”" value="不详" maxlength="30">
</div>
</div>
<div class="form-group row">
@ -306,10 +306,10 @@
</div>
<div class="custom-control custom-switch mb-2 mt-3 ml-1">
<input type="checkbox" class="custom-control-input" id="anon" name="anon">
<label class="custom-control-label" for="anon">匿名发布</label>
<label class="custom-control-label" for="anon">匿名分享</label>
</div>
<p> 开启匿名发布后,其他人在查看时作者会显示为“匿名”。 </p>
<button type="submit" class="btn btn-link btn-lg mt-4 pr-1">提交</button>
<p> 开启匿名分享后,其他人在查看时作者会显示为“匿名”。 </p>
<button type="submit" class="btn btn-link btn-lg mt-4 pr-1">分享</button>
<span>
<a href="##" role="button"data-toggle="popover" >
<svg width="20px" viewBox="0 0 24 28"><path d="M15.07 11.25l-.9.92C13.45 12.89 13 13.5 13 15h-2v-.5c0-1.11.45-2.11 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2H8a4 4 0 0 1 4-4a4 4 0 0 1 4 4a3.2 3.2 0 0 1-.93 2.25M13 19h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10z" fill="#626262"/></svg>
@ -324,7 +324,7 @@
<div style="font-size:80%;margin-bottom:70px">
<ul>
<li>
如果觉得提交太麻烦,也可将资料发给
如果觉得操作太麻烦,也可将资料发给
<a href="mailto:thu_courses@protonmail.com">thu_courses@protonmail.com</a>
,由工作人员后台添加。
</li>

Loading…
Cancel
Save