datatracker/ietf/templates/utils/all.html
Henrik Levkowetz 96b1f822ab Added an overview page for the review pages
- Legacy-Id: 529
2007-06-19 14:54:19 +00:00

15 lines
338 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Review pages</title>
</head>
<body>
<h1>Review items</h1>
<ul>
{% for item in info %}
<li><a href="/review/{{ item.num }}/">{{ item.old }}</a></li>
{% endfor %}
</ul>
</body>
</html>