File: i.form.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-- 612 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><%= @contents[:title] %></h1>
<% if @contents[:list] %><ul>
<% @contents[:list].each do |i| %><li><%= i %></li><% end %>
</ul><% end %>
<% if @contents[:msg1] %><div><%= @contents[:msg1] %></div><% end %>
<form action="<%= @contents[:cgi_name] %>" method="<%= @contents[:method] %>">
<input type="hidden" value="<%= @contents[:cmd] %>" name="c">
<%= @contents[:msg2] %><input size="30" maxlength="50" name="key" <%= @contents[:key] %>>
<input type="submit" value="<%= @contents[:button] %>"> 
</form>
</body>
</html>