dashboard
repositories
filestore
activity
search
login
main
/
archive
归档各类文件
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更新密码批量修改脚本,两种加密方式合并,修改密码更加快捷 补充清华大学最新导入库数据库信息
hyb
2026-01-27
0b1495548eeafd0d9dac926c31e530bbf5f6705a
[archive.git]
/
测试组
/
脚本
/
Change_password
/
venv_build
/
Lib
/
site-packages
/
pandas
/
io
/
formats
/
templates
/
html.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{# Update the html_style/table_structure.html documentation too #}
{% if doctype_html %}
<!DOCTYPE html>
<html>
<head>
<meta charset="{{encoding}}">
{% if not exclude_styles %}{% include html_style_tpl %}{% endif %}
</head>
<body>
{% include html_table_tpl %}
</body>
</html>
{% elif not doctype_html %}
{% if not exclude_styles %}{% include html_style_tpl %}{% endif %}
{% include html_table_tpl %}
{% endif %}