Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
董杰
/
induction_shelf
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 9aae8f83
由
韩晓涛
编写于
2025-01-10 15:02:44 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
树莓派页面调整
1 个父辈
54085d57
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
7 行删除
smartshelf/app/templates/head.html
smartshelf/app/templates/induction_admin.html
smartshelf/app/templates/induction_test.html
smartshelf/app/templates/head.html
查看文件 @
9aae8f8
...
@@ -31,12 +31,10 @@
...
@@ -31,12 +31,10 @@
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
<li
<li
{{
"
class=
active"
if
index=
=1
}}
><a
href=
"{{ url_for('induction_control') }}"
>
{{ _('通用') }}
</a></li>
{{
"
class=
active"
if
index=
=1
}}
><a
href=
"{{ url_for('induction_control') }}"
>
{{ _('通用') }}
</a></li>
<li
{{
"
class=
active"
if
index=
=2
}}
><a
href=
"{{ url_for('induction_test') }}"
>
{{ _('测试') }}
</a>
</li>
<li
<li
{{
"
class=
active"
if
index=
=3
}}
><a
href=
"{{ url_for('induction_config') }}"
>
{{ _('配置') }}
</a>
</li>
{{
"
class=
active"
if
index=
=2
}}
><a
href=
"{{ url_for('induction_test') }}"
>
{{ _('测试') }}
</a>
</li>
<!-- <li {{ " class=active" if index==3 }}><a href="{{ url_for('induction_admin') }}">{{ _('admin') }}</a> </li>-->
<li
{{
"
class=
active"
if
index=
=3
}}
><a
href=
"{{ url_for('induction_config') }}"
>
{{ _('配置') }}
</a>
</li>
</ul>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
style=
"font-size: 14px;"
<ul
class=
"nav navbar-nav navbar-right"
style=
"font-size: 14px;"
"
>
"
>
...
...
smartshelf/app/templates/induction_admin.html
查看文件 @
9aae8f8
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
onclick=
"hancalibrate()"
/>
onclick=
"hancalibrate()"
/>
<input
type=
"button"
value=
"{{ _('获取阈值') }}"
class=
"btn btn-warning"
<input
type=
"button"
value=
"{{ _('获取阈值') }}"
class=
"btn btn-warning"
onclick=
"getcalibrate()"
/>
onclick=
"getcalibrate()"
/>
</div>
<!-- /.col-sm-4 -->
</div>
</div>
</div>
</div>
</div>
...
...
smartshelf/app/templates/induction_test.html
查看文件 @
9aae8f8
此文件的差异被折叠,
点击展开。
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论