Rework LuCI build system
[project/luci.git] / modules / freifunk / luasrc / view / freifunk / remote_update.htm
diff --git a/modules/freifunk/luasrc/view/freifunk/remote_update.htm b/modules/freifunk/luasrc/view/freifunk/remote_update.htm
deleted file mode 100644 (file)
index 092ec47..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<%#
-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: contact.htm 3529 2008-10-07 13:10:24Z jow $
-
--%>
-<%+header%>
-
-<h2><%:Freifunk Remote Update%></h2>
-
-<p><%:Check for new firmware versions and perform automatic updates.%></p>
-
-<% if update then %>
-
-       <% if update.info then %>
-               <strong><%:Update available!%></strong>
-               <br /><br />
-               <pre><%=update.info%></pre><br />
-       <% else %>
-               <strong><%:The installed firmware is the most recent version.%></strong>
-               <br /><br />
-       <% end %>
-
-       <p>
-               <form method="post" action="" class="inline">
-                       <input type="hidden" name="flash" value="1" />
-                       <input type="submit" class="cbi-button cbi-button-apply" value="<%:Start Upgrade%>" />
-               </form> 
-       </p>
-
-<% elseif confirm then %>
-
-       <strong><%:Update Settings%></strong>
-       <br /><br />
-
-       <p><form method="post" action="" class="inline">
-               <input type="hidden" name="flash" value="1" />
-               <input type="hidden" name="confirm" value="1" />
-
-               <input type="checkbox" class="cbi-input-checkbox" name="keepcfg" value="1" checked="checked" id="cb_keepcfg" />
-               <label for="cb_keepcfg"><%:Keep configuration%></label><br />
-
-               <input type="checkbox" class="cbi-input-checkbox" name="verify" value="1" checked="checked" id="cb_verify" />
-               <label for="cb_verify"><%:Verify downloaded images%></label><br /><br />
-
-               <input type="submit" class="cbi-button cbi-button-apply" value="<%:Confirm Upgrade%>" />
-       </form></p>
-
-<% end %>
-
-<%+footer%>