<%# LuCI - Lua Configuration Interface Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich 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%>

<%:ff_remote_update Freifunk Remote Update%>

<%:ff_remote_update_desc Check for new firmware versions and perform automatic updates.%>

<% if update then %> <% if update.info then %> <%:ff_remote_update_available Update available!%>

<%=update.info%>

<% else %> <%:ff_remote_update_uptodate The installed firmware is the most recent version.%>

<% end %>

<% elseif confirm then %> <%:ff_remote_update_settings Update Settings%>




<% end %> <%+footer%>