OpenWrt_Luci_Lua/Mi_Lua/luci/view/web/inc/header.htm
2015-05-09 18:48:46 +08:00

21 lines
626 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%
local XQSysUtil = require "xiaoqiang.util.XQSysUtil"
local homeUrl = '/'
if XQSysUtil.getInitInfo() then
homeUrl = luci.dispatcher.build_url("web", "home")
end
%>
<noscript>
<div class="noscript">你的浏览器禁止了Javascript功能会造成无法使用系统进行路由器管理请开启。</div>
</noscript>
<div id="hd">
<div class="inner clearfix">
<h1 id="logo"><a href="<%=homeUrl%>" title="小米路由器">小米路由器</a></h1>
<div class="mod-user-nav">
<!-- <ul class="clearfix inline">
<li><a href="#">论坛</a></li>
</ul> -->
</div>
</div>
</div>