Skip to content

Commit

Permalink
www: 手机/平板模式v3 (#542)
Browse files Browse the repository at this point in the history
* Update state.js

better mobile style

* Update state.js

logo 在正中间了
符合执行顺序,效率更高
不影响jQuery.js更新

* Update Logout.asp

修改适合手机及平板

* Update state.js

修正手机显示
更改菜单添加方式,和显示方式,方便 添加插件
说明见注释

* Update state.js

添加注释
  • Loading branch information
xtr3mz authored Jan 2, 2021
1 parent a51ed6b commit 23286e8
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 181 deletions.
7 changes: 5 additions & 2 deletions trunk/user/www/n56u_ribbon_fixed/Logout.asp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/bootstrap/css/main.css">
<script src="jquery.js"></script>
<script src="state.js"></script>

<script>
function initial(){
var xmlhttp;
Expand All @@ -29,9 +32,9 @@ function initial(){
</script>
</head>
<body onload="initial()">
<div style="margin-top: 50px;">
<div style="max-width:300px;margin:150px auto 0 auto;">
<center>
<div class="well" style="max-width: 600px;">
<div class="well">
<h2><#logoutmessage#></h2>

<div><#Not_authpage_login_again#></div>
Expand Down
Loading

4 comments on commit 23286e8

@CessXP
Copy link

@CessXP CessXP commented on 23286e8 Jan 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In devices without usb there is usb application options, is not working but is it not necessary in these devices.

@TurBoTse
Copy link

@TurBoTse TurBoTse commented on 23286e8 Jan 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有启用插件和USB功能的但菜单都显示出来了,还有系统管理打不开修复一下吧

@lalasou
Copy link

@lalasou lalasou commented on 23286e8 Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还是回退版本吧 这个ui操作都是问题

@mlpzaq9998
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还是回退版本吧 这个ui操作都是问题

Please sign in to comment.