summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/admin_system/ipkg.htm
blob: bbe7f3bc6eb38adfec1c63e789acb6647bbd76db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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%>