Skip to content

Commit a4cc886

Browse files
committed
IESG telechat agenda: include "private" links also if logged in, link from document list
- Legacy-Id: 2000
1 parent cca760b commit a4cc886

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

ietf/templates/iesg/agenda.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% comment %}
2-
Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2+
Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
33
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
44

55
Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
3131
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3232
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
3333
{% endcomment %}
34-
34+
{% load ietf_filters %}
3535
<html>
3636
<head>
3737
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -62,11 +62,11 @@ <h1>IESG Agenda</h1>
6262
<h2>1. Administrivia</h2>
6363
<div id="section1">
6464

65-
<h3>1.1 {% if private %}<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>{%else%}Roll Call{%endif%}</h3>
65+
<h3>1.1 {% if private or user|in_group:"Area_Director,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>{%else%}Roll Call{%endif%}</h3>
6666

6767
<h3>1.2 Bash the Agenda</h3>
6868

69-
<h3>1.3 Approval of the {% if private %}<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>{%else%}Minutes{%endif%} of Past Telechats</h3>
69+
<h3>1.3 Approval of the {% if private or user|in_group:"Area_Director,Secretariat" %}<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>{%else%}Minutes{%endif%} of Past Telechats</h3>
7070
<h3>1.4 List of Remaining Action Items from Last Telechat</h3>
7171
<pre>
7272
{{ action_items }}
@@ -87,7 +87,7 @@ <h3>1.4 List of Remaining Action Items from Last Telechat</h3>
8787

8888
<h2>5. IAB News We Can Use</h2>
8989

90-
<h2>{% if private %}<a href="https://datatracker.ietf.org/cgi-bin/display_news.cgi?template_type=3">6. Management Issues</a>{%else%}6. Management Issues{%endif%}</h2>
90+
<h2>{% if private or user|in_group:"Area_Director,Secretariat" %}<a href="https://datatracker.ietf.org/cgi-bin/display_news.cgi?template_type=3">6. Management Issues</a>{%else%}6. Management Issues{%endif%}</h2>
9191
<div id="section6">
9292
{% for m in mgmt %}
9393
<h3>6.{{forloop.counter}} {{m.title|escape}}</h3>

ietf/templates/iesg/agenda_documents.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ <h1>Documents on Future IESG Telechat Agendas</h1>
6060

6161
<tr class="header telechat_date"><td colspan="5">IESG telechat {{t.date}}</td></tr>
6262

63+
{% if forloop.first %}
64+
<tr class="header"><td colspan="5"><a href="/iesg/agenda/">Full IESG Agenda</a></td></tr>
65+
{% endif %}
66+
6367
<tr class="header"><td colspan="5">2. Protocol Actions</td></tr>
6468

6569
<tr class="header"><td colspan="5">2.1 WG Submissions</td></tr>

0 commit comments

Comments
 (0)