Skip to content

Commit 75365a9

Browse files
committed
Template tweaks.
- Legacy-Id: 4644
1 parent 01e2072 commit 75365a9

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

ietf/templates/community/manage_clist.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ <h2>Documents explicitly included, from a document search.</a></h2>
3333
In order to add some individual documents to your list you have to:
3434
</p>
3535
<ul>
36-
<li>Search the document or documents you want to add using the datatracker search form.</li>
36+
<li>Search for the document or documents you want to add using the datatracker search form.</li>
3737
<li>In the search result you'll find a link to add individual documents to your list.</li>
3838
</ul>
39-
<p><a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a></p>
39+
<p>
40+
<a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a>
41+
</p>
4042

4143
<table class="ietf-table">
4244
<tr><th>Name</th><th>State</th><th>Title</th><th>Remove from list</th></tr>

ietf/templates/idindex/id_abstracts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This summary sheet provides a short synopsis of each Internet-Draft
44
available within the "internet-drafts" directory at the shadow
55
sites directory. These drafts are listed alphabetically by working
6-
group acronym and start date. Generated {{date}}
6+
group acronym and start date. Generated {{ time }}
77
{% endblock %}{% block abstract %}
88

99
{{ draft.clean_abstract|indent|indent|safe }}{% endblock %}

ietf/templates/meeting/agenda.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ <h1>IETF {{ meeting.number }} Meeting Agenda</h1>
259259
<p><strong>IETF agendas are subject to change, up to and during the meeting.</strong></p>
260260

261261
{# cache this part for 15 minutes -- it takes 3-6 seconds to generate #}
262-
{% load cache %}{% cache 1 ietf_meeting_agenda meeting.number %}
262+
{% load cache %}{% cache 900 ietf_meeting_agenda meeting.number %}
263263

264-
You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL:
264+
You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL.
265265
<div class="noprint" onclick="toggle_wg_selector()">
266266
<img id="wg-selector-triangle-right" src="/images/triangle-right.png" />
267267
<img id="wg-selector-triangle-down" src="/images/triangle-down.png" class="hidden" />
@@ -284,7 +284,7 @@ <h1>IETF {{ meeting.number }} Meeting Agenda</h1>
284284
<tr><td align="center" colspan="{{area_list.count}}"><i>Groups displayed in italics are BOFs</i></td></tr>
285285
</table>
286286

287-
<div id="ical-link" class="hidden"><span style="font-size:150%">Week View</span><br/><a id="ical-href" href="{% url ietf.meeting.views.ical_agenda num=meeting.number %}"><em>Download as an ical file</em></a></div>
287+
<div id="ical-link" class="hidden"><span style="font-size:150%">Week View</span><br/><a id="ical-href" href="{% url ietf.meeting.views.ical_agenda num=meeting.number %}"><em>Download as an .ical file</em></a></div>
288288

289289
<iframe id="weekview" class="hidden" width="100%" height="600px" src="about:blank"></iframe>
290290

ietf/templates/meeting/list_group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</b>
1414
</td>
1515
<td>
16-
{% if session.agenda %}<a href="http://www.ietf.org/proceedings/{{meeting_num}}/{{ session.agenda }}">Agenda</a>{% else %}<span style="background:#ff8888;padding:0 2px;">No agenda received</span> {% endif %}<br/>
17-
{% if session.minutes %}<a href="http://www.ietf.org/proceedings/{{ session.group.minute_file }}">Minutes</a>{% else %}No minutes received{% endif %}<br/>
16+
{% if session.agenda %}<a href="http://www.ietf.org/proceedings/{{meeting_num}}/agenda/{{ session.agenda }}">Agenda</a>{% else %}<span style="background:#ff8888;padding:0 2px;">No agenda received</span> {% endif %}<br/>
17+
{% if session.minutes %}<a href="http://www.ietf.org/proceedings/{{ meeting_num }}/minutes/{{ session.minutes }}">Minutes</a>{% else %}No minutes received{% endif %}<br/>
1818
{% for slide in session.slides %}
1919
<a href="http://www.ietf.org/proceedings/{{meeting_num}}/slides/{{ slide.external_url }}">{{ slide.title|clean_whitespace }}</a><br/>
2020
{% endfor %}

0 commit comments

Comments
 (0)