2008-07-07 22:00:56 +00:00
|
|
|
<%#
|
|
|
|
LuCI - Lua Configuration Interface
|
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
|
|
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
$Id$
|
|
|
|
|
|
|
|
-%>
|
2008-12-07 21:27:11 +00:00
|
|
|
|
2008-04-11 18:24:25 +00:00
|
|
|
<%+header%>
|
2008-12-07 21:27:11 +00:00
|
|
|
|
2009-10-31 15:54:11 +00:00
|
|
|
<h2><a id="content" name="content"><%:Configuration%></a></h2>
|
|
|
|
<p><strong><%:Changes%>:</strong></p>
|
2008-12-07 21:27:11 +00:00
|
|
|
|
|
|
|
<div class="cbi-section">
|
|
|
|
<code><%=changes%></code>
|
2008-10-10 20:59:27 +00:00
|
|
|
</div>
|
2008-12-07 21:27:11 +00:00
|
|
|
|
|
|
|
<div class="cbi-page-actions">
|
|
|
|
<div style="float:left">
|
|
|
|
<form class="inline" method="get" action="<%=luci.util.pcdata(luci.http.formvalue("redir"))%>">
|
|
|
|
<input class="cbi-button" style="float:left; margin:0" type="submit" value="« <%:back%>" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="text-align:right">
|
|
|
|
<form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
|
2009-10-31 15:54:11 +00:00
|
|
|
<input class="cbi-button cbi-button-apply" type="submit" value="<%:Apply%>" />
|
2008-12-07 21:27:11 +00:00
|
|
|
</form>
|
|
|
|
<form class="inline" method="get" action="<%=controller%>/admin/uci/saveapply">
|
2009-10-31 15:54:11 +00:00
|
|
|
<input class="cbi-button cbi-button-save" type="submit" value="<%:Save & Apply%>" />
|
2008-12-07 21:27:11 +00:00
|
|
|
</form>
|
|
|
|
<form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
|
2009-10-31 15:54:11 +00:00
|
|
|
<input class="cbi-button cbi-button-reset" type="submit" value="<%:Revert%>" />
|
2008-12-07 21:27:11 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2008-07-15 22:37:53 +00:00
|
|
|
<%+footer%>
|