Template tweaks.
- Legacy-Id: 4644
This commit is contained in:
parent
01e20724db
commit
75365a9181
|
@ -33,10 +33,12 @@
|
|||
In order to add some individual documents to your list you have to:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Search the document or documents you want to add using the datatracker search form.</li>
|
||||
<li>Search for the document or documents you want to add using the datatracker search form.</li>
|
||||
<li>In the search result you'll find a link to add individual documents to your list.</li>
|
||||
</ul>
|
||||
<p><a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a></p>
|
||||
<p>
|
||||
<a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a>
|
||||
</p>
|
||||
|
||||
<table class="ietf-table">
|
||||
<tr><th>Name</th><th>State</th><th>Title</th><th>Remove from list</th></tr>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
This summary sheet provides a short synopsis of each Internet-Draft
|
||||
available within the "internet-drafts" directory at the shadow
|
||||
sites directory. These drafts are listed alphabetically by working
|
||||
group acronym and start date. Generated {{date}}
|
||||
group acronym and start date. Generated {{ time }}
|
||||
{% endblock %}{% block abstract %}
|
||||
|
||||
{{ draft.clean_abstract|indent|indent|safe }}{% endblock %}
|
||||
|
|
|
@ -259,9 +259,9 @@ Updated {{ modified|date:"Y-m-d H:i:s T" }}</p>
|
|||
<p><strong>IETF agendas are subject to change, up to and during the meeting.</strong></p>
|
||||
|
||||
{# cache this part for 15 minutes -- it takes 3-6 seconds to generate #}
|
||||
{% load cache %}{% cache 1 ietf_meeting_agenda meeting.number %}
|
||||
{% load cache %}{% cache 900 ietf_meeting_agenda meeting.number %}
|
||||
|
||||
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:
|
||||
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.
|
||||
<div class="noprint" onclick="toggle_wg_selector()">
|
||||
<img id="wg-selector-triangle-right" src="/images/triangle-right.png" />
|
||||
<img id="wg-selector-triangle-down" src="/images/triangle-down.png" class="hidden" />
|
||||
|
@ -284,7 +284,7 @@ You can customize the agenda below to show only selected working group sessions.
|
|||
<tr><td align="center" colspan="{{area_list.count}}"><i>Groups displayed in italics are BOFs</i></td></tr>
|
||||
</table>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<iframe id="weekview" class="hidden" width="100%" height="600px" src="about:blank"></iframe>
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
</b>
|
||||
</td>
|
||||
<td>
|
||||
{% 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/>
|
||||
{% if session.minutes %}<a href="http://www.ietf.org/proceedings/{{ session.group.minute_file }}">Minutes</a>{% else %}No minutes received{% endif %}<br/>
|
||||
{% 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/>
|
||||
{% if session.minutes %}<a href="http://www.ietf.org/proceedings/{{ meeting_num }}/minutes/{{ session.minutes }}">Minutes</a>{% else %}No minutes received{% endif %}<br/>
|
||||
{% for slide in session.slides %}
|
||||
<a href="http://www.ietf.org/proceedings/{{meeting_num}}/slides/{{ slide.external_url }}">{{ slide.title|clean_whitespace }}</a><br/>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue