File: i.adminform.html

package info (click to toggle)
hiki 1.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,812 kB
  • sloc: ruby: 14,572; lisp: 926; sh: 19; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<div><%= @contents[:tools] %></div>
<h1><%=@conf.msg_config%></h1>
<p>|<% @plugin.each_conf_key do |key|%><a href="<%=@contents[:cgi_name]%>?c=admin;conf=<%=key%>"><%=@plugin.conf_label( key )%></a>|<% end %></p>
<form method="post" action="<%= @contents[:cgi_name] %>">
<input type="hidden" value="admin" name="c">
<input type="hidden" name="conf" value="<%=@contents[:key]%>">
<input type="hidden" name="session_id" value="<%=@contents[:session_id]%>">
<h2><%=@plugin.conf_label( @contents[:key] )%></h2>
<%=@plugin.conf_proc( @contents[:key] )%>
<input type="submit" name="saveconf" value="OK">
</form>