* Prepare german translation cleanup
[project/luci.git] / modules / admin-core / luasrc / view / admin_system / ipkg.htm
1 <%+header%>
2 <h1><%:system%></h1>
3 <h2><%:a_s_p_ipkg%></h2>
4
5 <br />
6
7 <div><strong><%:a_s_p_ipkg_pkglists%>:</strong><code>src <em>Name</em> <em>URL</em></code></div>
8 <div><strong><%:a_s_p_ipkg_targets%>:</strong><code>dest <em>Name</em> <em>Pfad</em></code></div>
9
10 <br />
11
12 <form method="post" action="<%=REQUEST_URI%>">
13 <div class="cbi-section-node" style="width: 100%">
14 <div class="cbi-value">
15 <div class="cbi-value-field">
16 <textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
17 </div>
18 </div>
19 </div>
20 <div>
21 <input type="submit" value="<%:save%>" />
22 <input type="reset" value="<%:reset%>" />
23 </div>
24 <% if msg then %><br /><div class="error"><%:error%>: <%=msg%></div><% end %>
25 </form>
26 <%+footer%>