华清大学
 课程攻略
  共享计划

上传

开启匿名发布后,其他人在查看时作者会显示为“匿名”。

{% for c in all_courses %} {{c}} {% endfor %}
{% for t in all_teachers %} {{t}} {% endfor %}
{% for y in all_years %} {{y or '/'}} {% endfor %}

*点击某一课程/教师/年份进行筛选

{% for p in pagination.items %}
{% if showPrivate %}
{% endif %}
{{p.course}}

{{p.teacher}} - {{p.year or '/'}}

{{p.notes}}
@{{'匿名用户' if p.anon else p.author}} | {{p.create_date}} 下载({{p.down_num}})
{% endfor %}