diff options
author | Steven Barth <steven@midlink.org> | 2008-04-06 16:58:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-06 16:58:39 +0000 |
commit | 9e67df179f28e62045d5452134e23bebb9eab72f (patch) | |
tree | 2bf1fdd7c02646b0326675445a1e9d7fafedc581 /src/ffluci/view/admin_system/ipkg.htm | |
parent | 6f934c0dbe089c532e2eef8b4008618ae2945ab0 (diff) |
* Added IPKG-configuration
* Added Package management
* Added confirmation link to reboot
Diffstat (limited to 'src/ffluci/view/admin_system/ipkg.htm')
-rw-r--r-- | src/ffluci/view/admin_system/ipkg.htm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ffluci/view/admin_system/ipkg.htm b/src/ffluci/view/admin_system/ipkg.htm new file mode 100644 index 0000000000..bbe7f3bc6e --- /dev/null +++ b/src/ffluci/view/admin_system/ipkg.htm @@ -0,0 +1,23 @@ +<%+header%> +<h1><%:system System%></h1> +<h2><%:ipkg IPKG-Konfiguration%></h2> + +<br /> + +<div><strong><%:ipkg_pkglists Paketlisten%>:</strong><code>src <em>Name</em> <em>URL</em></code></div> +<div><strong><%:ipkg_targets Installationsziele%>:</strong><code>dest <em>Name</em> <em>Pfad</em></code></div> + +<br /> + +<form method="post" action="<%=controller%>/admin/system/ipkg"> + <fieldset class="cbi-section-node"> + <div><textarea style="width: 100%" rows="10" name="data"><%=(cnt or '')%></textarea></div> + <br /> + <div> + <input type="submit" value="<%:save Speichern%>" /> + <input type="reset" value="<%:reset Zurücksetzen%>" /> + </div> + <% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %> + </fieldset> +</form> +<%+footer%>
\ No newline at end of file |