a8c257e405e29ea5977e4c568e638621e6fc7a8b
[project/luci.git] / themes / 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="handheld" href="<%=media%>/mobile.css" type="text/css" />
79 <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/ie7.css" /><![endif]-->
80 <% if node and node.css then %><link rel="stylesheet" type="text/css" media="screen" href="<%=resource%>/<%=node.css%>" />
81 <% end -%>
82 <% if css then %><style title="text/css">
83 <%= css %>
84 </style>
85 <% end -%>
86 <script type="text/javascript" src="<%=resource%>/xhr.js"></script>
87
88 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
89 </head>
90
91 <body class="lang_<%=luci.i18n.context.lang%>">
92
93 <div class="wrapper">
94
95 <!--[if lt IE 7]>
96 <div class="warning"><div style="background-color: #cccccc;padding: 2px 10px 2px 10px">
97 <%: 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.%>
98 </div></div>
99 <![endif]-->
100
101 <%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
102 <div class="warning">
103 <strong><%:No password set!%></strong><br />
104 <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%>
105 </div>
106 <%- end -%>
107
108 <p class="skiplink">
109 <span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span>
110 <span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span>
111 </p>
112
113 <div id="header">
114 <%if banner then%>
115 <div class="header_banner">
116 <a href="<%=hp%>"><img src="<%=logo%>" alt="Header" /></a>
117 </div>
118 <%else%>
119 <div class="header_left">
120 <a href="<%=hp%>"><img src="<%=logo%>" alt="Logo" /></a>
121 <%if show_comm then%>
122 <a href="<%=hp%>"><%=community%></a>
123 <br/>
124 <%end%>
125 <div class = "spacer"></div>
126 </div>
127 <div class="header_right">
128 <%=luci.version.distversion%><br />
129 <%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br />
130 <%:Hostname%>: <%=hostname%><br />
131 <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()">
132 <%:Auto Refresh%>:
133 <span id="xhr_poll_status_on"><%:on%></span>
134 <span id="xhr_poll_status_off" style="display:none"><%:off%></span>
135 </span>
136 </div>
137 <%end%>
138 </div>
139
140 <%-
141 local function submenu(prefix, node)
142 local childs = disp.node_childs(node)
143 if #childs > 0 then
144 %>
145 <ul id="submenu_<%=string.gsub(string.gsub(prefix, "/", "_"), "^_(.-)_$", "%1")%>">
146 <%-
147 for i, r in ipairs(childs) do
148 local nnode = node.nodes[r]
149 local href = controller .. prefix .. r .. "/" ..
150 (nnode.query and http.build_querystring(nnode.query) or "")
151 %>
152 <li>
153 <a<%=ifattr(nnode._menu_selected, "class", "active")%> href="<%=luci.util.pcdata(href)%>"><%=translate(nnode.title)%></a>
154 <%- submenu(prefix .. r .. "/", nnode) %>
155 </li>
156 <%-
157 end
158 %>
159 </ul>
160 <%
161 end
162 end
163 %>
164
165 <div id="menubar">
166 <h2 class="navigation"><a id="navigation" name="navigation"><%:navigation Navigation%></a></h2>
167 <ul id="mainmenu" class="dropdowns">
168 <%
169 local childs = disp.node_childs(cattree)
170 if #childs > 0 then
171 for i, r in ipairs(childs) do
172 local nnode = cattree.nodes[r]
173 local href = controller .. "/" .. category .. "/" .. r ..
174 (nnode.query and http.build_querystring(k.query) or "")
175 %>
176 <li>
177 <a<%=ifattr(nnode._menu_selected, "class", "preactive")%> href="<%=href%>"><%=translate(nnode.title)%></a>
178 <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %>
179 </li>
180 <%
181 end
182 end
183 %>
184 <li></li>
185 </ul>
186
187 <% if #categories > 1 then %>
188 <ul id="modemenu">
189 <% for i, r in ipairs(categories) do %>
190 <li><a<%=ifattr(request[1] == r, "class", "active")%> href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a></li>
191 <% end %>
192 </ul>
193 <% end %>
194
195 <%
196 if tree.nodes[category] and tree.nodes[category].ucidata then
197 local ucic = 0
198 for i, j in pairs(require("luci.model.uci").cursor():changes()) do
199 for k, l in pairs(j) do
200 for m, n in pairs(l) do
201 ucic = ucic + 1;
202 end
203 end
204 end
205 -%>
206 <div id="savemenu">
207 <% if ucic > 0 then %>
208 <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=http.urlencode(http.formvalue("redir") or REQUEST_URI)%>"><%:Unsaved Changes%>: <%=ucic%></a>
209 <% end -%>
210 </div>
211 <% end %>
212
213 <div class="clear"></div>
214 </div>
215 <div id="maincontent">
216 <% if category ~= "freifunk" and category ~= "splash" then %>
217 <noscript>
218 <div class="errorbox">
219 <strong><%:Java Script required!%></strong><br />
220 <%:You must enable Java Script in your browser or LuCI will not work properly.%>
221 </div>
222 </noscript>
223 <% end %>