luci/modules/admin-full/luasrc/view/admin_system/sshkeys.htm

39 lines
959 B
HTML
Raw Normal View History

2008-07-07 22:00:56 +00:00
<%#
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
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$
-%>
2008-04-11 18:24:25 +00:00
<%+header%>
2008-06-09 10:10:29 +00:00
<h1><%:system%></h1>
<h2><%:a_s_sshkeys%></h2>
2008-04-11 18:24:25 +00:00
<br />
2008-06-09 10:10:29 +00:00
<div><%:a_s_sshkeys1%></div>
2008-04-11 18:24:25 +00:00
<br />
<form method="post" action="<%=controller%>/admin/system/sshkeys">
2008-04-30 19:50:16 +00:00
<div class="cbi-section-node" style="width: 100%">
<div class="cbi-value">
<div class="cbi-value-field">
<textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
</div>
2008-04-11 18:24:25 +00:00
</div>
</div>
2008-04-30 19:50:16 +00:00
<div>
2008-06-09 10:10:29 +00:00
<input type="submit" value="<%:save%>" />
<input type="reset" value="<%:reset%>" />
2008-04-30 19:50:16 +00:00
</div>
2008-06-09 10:10:29 +00:00
<% if msg then %><br /><div class="error"><%:error%>: <%=msg%></div><% end %>
2008-04-11 18:24:25 +00:00
</form>
<%+footer%>