modules/admin-full: Added a cross-references from network interface config to firewal...
[project/luci.git] / modules / admin-full / luasrc / view / admin_system / sshkeys.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2008 Steven Barth <steven@midlink.org>
4 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 $Id$
13
14 -%>
15
16 <%+header%>
17
18 <form method="post" action="<%=controller%>/admin/system/sshkeys">
19 <div class="cbi-map">
20 <h1><%:a_s_sshkeys%></h1>
21 <div class="cbi-map-descr">
22 <%:a_s_sshkeys1%>
23 </div>
24 <fieldset class="cbi-section">
25 <legend><%:a_s_sshkeys%></legend>
26 <textarea style="width: 100%" rows="10" name="data" wrap="off"><%=cnt%></textarea>
27 <% if msg then -%>
28 <div class="cbi-error"><%:error%>: <%=msg%></div>
29 <% end %>
30 </fieldset>
31 </div>
32
33 <div>
34 <input type="submit" value="<%:save%>" class="cbi-button cbi-button-save" />
35 <input type="reset" value="<%:reset%>" class="cbi-button cbi-button-reset" />
36 </div>
37 </form>
38
39 <%+footer%>