Globally reduce copyright headers
[project/luci.git] / modules / luci-mod-admin-full / luasrc / view / admin_uci / apply.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8
9 <h2><a id="content" name="content"><%:Configuration%> / <%:Apply%></a></h2>
10
11 <% if changes then %>
12         <%+cbi/apply_xhr%>
13         <%+admin_uci/changelog%>
14
15         <%- cbi_apply_xhr('uci-apply', configs) -%>
16
17         <p><strong><%:The following changes have been committed%>:</strong></p>
18         <%- uci_changelog(changes) -%>
19 <% else %>
20         <p><strong><%:There are no pending changes to apply!%></strong></p>
21 <% end %>
22
23 <%+footer%>