File: i.adminform.html

package info (click to toggle)
hiki 0.8.6-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,772 kB
  • ctags: 1,746
  • sloc: ruby: 20,067; lisp: 926; sh: 269; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<%= @contents[:header] %>
</head>
<body>
<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>
</body>
</html>