From 97ff4a156ff1aa6a4d2ab65ab13d12b4eb2651e2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 15 Jul 2008 08:47:36 +0000 Subject: Split up admin-core into admin-core and admin-full, preparing admin-mini --- .../admin-full/luasrc/view/admin_system/ipkg.htm | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 modules/admin-full/luasrc/view/admin_system/ipkg.htm (limited to 'modules/admin-full/luasrc/view/admin_system/ipkg.htm') diff --git a/modules/admin-full/luasrc/view/admin_system/ipkg.htm b/modules/admin-full/luasrc/view/admin_system/ipkg.htm new file mode 100644 index 0000000000..0cd87d990b --- /dev/null +++ b/modules/admin-full/luasrc/view/admin_system/ipkg.htm @@ -0,0 +1,40 @@ +<%# +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$ + +-%> +<%+header%> +

<%:system%>

+

<%:a_s_p_ipkg%>

+ +
+ +
<%:a_s_p_ipkg_pkglists%>:src Name URL
+
<%:a_s_p_ipkg_targets%>:dest Name Pfad
+ +
+ +
+
+
+
+ +
+
+
+
+ + +
+ <% if msg then %>
<%:error%>: <%=msg%>
<% end %> +
+<%+footer%> \ No newline at end of file -- cgit v1.2.3