Skip to content

Commit 7b8a053

Browse files
committed
Use new look for /iesg/agenda/
- Legacy-Id: 2037
1 parent d9b3181 commit 7b8a053

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

ietf/templates/iesg/agenda.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% extends "idrfc/base.html" %}
12
{% comment %}
23
Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
34
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
@@ -32,11 +33,9 @@
3233
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
3334
{% endcomment %}
3435
{% load ietf_filters %}
35-
<html>
36-
<head>
37-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
38-
<style type="text/css">
39-
.agenda h1 { text-align: center; }
36+
{% block title %}IESG Agenda{% endblock %}
37+
38+
{% block morecss %}
4039
.agenda hr { margin-top: 2em; }
4140
.agenda #section1 h3, #section6 h3 { margin-top:0; margin-bottom:0; }
4241
.agenda h3 { margin-left: 30px; }
@@ -45,13 +44,14 @@
4544
.agenda #section23 p, #section4 p { margin-left:90px; margin-top: 0; margin-bottom:0; font-style:italic;}
4645
.agenda #section1 pre { margin-left: 60px; }
4746
.agenda blockquote { margin-left: 30px; width: 70ex;}
48-
</style>
47+
{% endblock morecss %}
4948

49+
{% block pagehead %}
5050
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
51+
{% endblock %}
52+
53+
{% block content %}
5154

52-
<title>IESG Agenda</title>
53-
</head>
54-
<body>
5555
<div class="agenda">
5656

5757
<h1>IESG Agenda</h1>
@@ -102,4 +102,4 @@ <h2>7. Working Group News</h2>
102102

103103
</div>
104104

105-
</body></html>
105+
{% endblock content %}

0 commit comments

Comments
 (0)