datatracker/ietf/templates/meeting/list_closed.html
comimom b73efa811a Complete Meeting Materials page
* Tested with IETF 67 and 68 data.
 * For testing, c_sub_cut_off_date should set to future date, otherwise a Closed page will show.
 - Legacy-Id: 228
2007-06-04 19:52:52 +00:00

17 lines
807 B
HTML

{% extends "base.html" %}
{% block title %} IETF {{ meeting_num }} Preliminary & Interim Materials {% endblock %}
{% block content %}
<link rel="stylesheet" type="text/css" href="https://www.ietf.org/css/base.css" />
<center>
<h2>IETF {{ meeting_num }} Preliminary & Interim Materials</h2>
<h4>Submission began {{ begin_date|date:"F j, Y" }} </h4>
<h4>Submission cutoff odate: {{ cut_off_date|date:"F j, Y" }}</h4>
<h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }} </h4>
</center>
<br>
<i>
The IETF {{ meeting_num }} Preliminary & Interim Materials page is now closed.<br>
You should be able to access the final version of IETF {{ meeting_num }} Proceedings via <a href="http://www.ietf.org/proceedings_directory.html">IETF Online Proceedings page</a>.<br>
</i>
{% endblock %}