mirror of
https://github.com/rosywrt/luci-theme-rosy.git
synced 2025-01-08 11:57:30 +08:00
luasrc: Change layout
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
This commit is contained in:
parent
769a96bfb4
commit
dac33a6b74
@ -273,11 +273,12 @@
|
||||
</div>
|
||||
<div class="main-right">
|
||||
<div id="maincontent">
|
||||
<div class="logoImg">
|
||||
<img class="mobile-hide" src="<%=media%>/logo.png" alt="Rosy">
|
||||
<img src="<%=media%>/mobile-loginBG.png" class="PC-hide">
|
||||
<a class="brand" href="#"><%=boardinfo.hostname or "?"%></a>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="logoImg">
|
||||
<img src="<%=media%>/logo.png" alt="Rosy">
|
||||
<a class="brand" href="#"><%=boardinfo.hostname or "?"%></a>
|
||||
</div>
|
||||
<%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
|
||||
<div class="alert-message warning">
|
||||
<h4>
|
||||
|
Loading…
Reference in New Issue
Block a user