File: i.list.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 (14 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<%= @contents[:header] %>
</head>
<body>
<div><%= @contents[:tools] %></div>
<h1><%= @contents[:title] %></h1>
<div>
<% if @contents[:updatelist] %><ul>
<% @contents[:updatelist].each do |i| %><li><%= i %></li><% end %>
</ul><% end %>
</div>
</body>
</html>