Rework LuCI build system
[project/luci.git] / themes / luci-theme-freifunk-generic / luasrc / view / themes / freifunk-generic / header.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2008 Steven Barth <steven@midlink.org>
4 Copyright 2008-2011 Jo-Philipp Wich <xm@subsignal.org>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11 -%>
12
13 <%
14 local fs = require "luci.fs"
15 local sys = require "luci.sys"
16 local http = require "luci.http"
17 local disp = require "luci.dispatcher"
18
19 local hostname = sys.hostname()
20 local load1, load5, load15 = sys.loadavg()
21
22 local request = disp.context.path
23 local category = request[1]
24 local cattree = category and disp.node(category)
25
26 local tree = disp.node()
27 local node = disp.context.dispatched
28
29 local categories = disp.node_childs(tree)
30
31 local c = tree
32 local i, r
33
34 -- tag all nodes leading to this page
35 for i, r in ipairs(request) do
36 if c.nodes and c.nodes[r] then
37 c = c.nodes[r]
38 c._menu_selected = true
39 end
40 end
41
42 local uci = require "luci.model.uci".cursor()
43 local ff = uci:get("freifunk", "community", "name") or ""
44 local co = "profile_" .. ff
45 local community = uci:get_first(co, "community", "name") or "Freifunk"
46 local hp = uci:get_first(co, "community", "homepage") or "http://www.freifunk.net"
47 local logo = "/luci-static/freifunk-generic/logo.jpg"
48 local banner = false
49 local show_comm = true
50
51 local lo = fs.glob("/www/luci-static/resources/custom_logo.*")
52 if lo[1] then
53 logo = string.gsub(lo[1], "/www", "")
54 end
55
56 local lon = fs.glob("/www/luci-static/resources/custom_logo_only.*")
57 if lon[1] then
58 logo = string.gsub(lon[1], "/www", "")
59 show_comm = false
60 end
61
62 local hea = fs.glob("/www/luci-static/resources/custom_header.*")
63 if hea[1] then
64 logo = string.gsub(hea[1], "/www", "")
65 show_comm = false
66 banner = true
67 end
68 -%>
69
70 <?xml version="1.0" encoding="utf-8"?>
71 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
72 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%=luci.i18n.context.lang%>" lang="<%=luci.i18n.context.lang%>">
73 <head>
74 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
75 <meta http-equiv="Content-Script-Type" content="text/javascript" />
76 <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" />
77 <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
78 <link rel="stylesheet" media="only screen and (max-width: 854px)" href="<%=media%>/smallscreen.css" type="text/css" />
79 <link rel="stylesheet" media="handheld" href="<%=media%>/mobile.css" type="text/css" />
80 <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/ie7.css" /><![endif]-->
81 <% if node and node.css then %><link rel="stylesheet" type="text/css" media="screen" href="<%=resource%>/<%=node.css%>" />
82 <% end -%>
83 <% if css then %><style title="text/css">
84 <%= css %>
85 </style>
86 <% end -%>
87 <meta name="viewport" content="initial-scale=1.0" />
88 <script type="text/javascript" src="<%=resource%>/xhr.js"></script>
89
90 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
91 </head>
92
93 <body class="lang_<%=luci.i18n.context.lang%>">
94
95 <div class="wrapper">
96
97 <!--[if lt IE 7]>
98 <div class="warning"><div style="background-color: #cccccc;padding: 2px 10px 2px 10px">
99 <%: Your Internet Explorer is too old to display this page correctly. Please upgrade it to at least version 7 or use another browser like Firefox, Opera or Safari.%>
100 </div></div>
101 <![endif]-->
102
103 <%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
104 <div class="warning">
105 <strong><%:No password set!%></strong><br />
106 <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%>
107 </div>
108 <%- end -%>
109
110 <p class="skiplink">
111 <span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span>
112 <span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span>
113 </p>
114
115 <div id="header">
116 <%if banner then%>
117 <div class="header_banner">
118 <a href="<%=hp%>"><img src="<%=logo%>" alt="Header" /></a>
119 </div>
120 <%else%>
121 <div class="header_left">
122 <a href="<%=hp%>"><img src="<%=logo%>" id="mainlogo" alt="Logo" /></a>
123 <%if show_comm then%>
124 <a href="<%=hp%>"><%=community%></a>
125 <br/>
126 <%end%>
127 </div>
128 <div class="header_right">
129 <%=luci.version.distversion%><br />
130 <%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br />
131 <%:Hostname%>: <%=hostname%><br />
132 <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()">
133 <%:Auto Refresh%>:
134 <span id="xhr_poll_status_on"><%:on%></span>
135 <span id="xhr_poll_status_off" style="display:none"><%:off%></span>
136 </span>
137 </div>
138 <div class="clear"></div>
139
140 <%end%>
141 </div>
142
143 <%-
144 local function submenu(prefix, node)
145 local childs = disp.node_childs(node)
146 if #childs > 0 then
147 %>
148 <ul id="submenu_<%=string.gsub(string.gsub(prefix, "/", "_"), "^_(.-)_$", "%1")%>">
149 <%-
150 for i, r in ipairs(childs) do
151 local nnode = node.nodes[r]
152 local href = controller .. prefix .. r .. "/" ..
153 (nnode.query and http.build_querystring(nnode.query) or "")
154 %>
155 <li>
156 <a<%=ifattr(nnode._menu_selected, "class", "active")%> href="<%=luci.util.pcdata(href)%>"><%=translate(nnode.title)%></a>
157 <%- submenu(prefix .. r .. "/", nnode) %>
158 </li>
159 <%-
160 end
161 %>
162 </ul>
163 <%
164 end
165 end
166 %>
167
168 <div id="menubar">
169 <h2 class="navigation"><a id="navigation" name="navigation"><%:navigation Navigation%></a></h2>
170 <ul id="mainmenu" class="dropdowns">
171 <%
172 local childs = disp.node_childs(cattree)
173 if #childs > 0 then
174 for i, r in ipairs(childs) do
175 local nnode = cattree.nodes[r]
176 local href = controller .. "/" .. category .. "/" .. r ..
177 (nnode.query and http.build_querystring(k.query) or "")
178 %>
179 <li>
180 <a<%=ifattr(nnode._menu_selected, "class", "preactive")%> href="<%=href%>"><%=translate(nnode.title)%></a>
181 <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %>
182 </li>
183 <%
184 end
185 end
186 %>
187 <li></li>
188 </ul>
189
190 <% if #categories > 1 then %>
191 <ul id="modemenu">
192 <% for i, r in ipairs(categories) do %>
193 <li><a<%=ifattr(request[1] == r, "class", "active")%> href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a></li>
194 <% end %>
195 </ul>
196 <% end %>
197
198 <%
199 if tree.nodes[category] and tree.nodes[category].ucidata then
200 local ucic = 0
201 for i, j in pairs(require("luci.model.uci").cursor():changes()) do
202 for k, l in pairs(j) do
203 for m, n in pairs(l) do
204 ucic = ucic + 1;
205 end
206 end
207 end
208 -%>
209 <div id="savemenu">
210 <% if ucic > 0 then %>
211 <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=http.urlencode(http.formvalue("redir") or REQUEST_URI)%>"><%:Unsaved Changes%>: <%=ucic%></a>
212 <% end -%>
213 </div>
214 <% end %>
215
216 <div class="clear"></div>
217 </div>
218 <div id="maincontent">
219 <% if category ~= "freifunk" and category ~= "splash" then %>
220 <noscript>
221 <div class="errorbox">
222 <strong><%:Java Script required!%></strong><br />
223 <%:You must enable Java Script in your browser or LuCI will not work properly.%>
224 </div>
225 </noscript>
226 <% end %>