|
32 | 32 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | 33 | {% endcomment %}{% comment %} |
34 | 34 | Some parts Copyright (c) 2009 The IETF Trust, all rights reserved. |
35 | | -{% endcomment %}{% load ietf_filters %} |
36 | | -{% if title2_first %}{% if title1_first %}<p><b>{{ title1 }}</b></p>{% endif %} |
37 | | -<p><b>{{ title2 }}</b></p> |
38 | | -{% endif %}<p><b>{{ title3 }}</b></p> |
| 35 | +{% endcomment %} |
| 36 | +{% load ietf_filters %} |
| 37 | +{% if title2_first %} |
| 38 | + {% if title1_first %} |
| 39 | + <p><b>{{ title1 }}</b></p> |
| 40 | + {% endif %} |
| 41 | + <p><b>{{ title2 }}</b></p> |
| 42 | + {% endif %}<p><b>{{ title3 }}</b></p> |
| 43 | + |
| 44 | + <ul> |
| 45 | + {% for doc in section_docs %} |
| 46 | + <li> |
| 47 | + {{ doc.obj.title|escape }} ({{ doc.obj.intended_std_level }}) |
| 48 | + <br/><a href="{% url doc_view name=doc.obj.canonical_name %}">{{doc.obj.canonical_name}}</a> |
| 49 | + {% with doc.obj.rfc_number as rfc_number %} |
| 50 | + {% if rfc_number %} |
| 51 | + <a href="http://www.rfc-editor.org/rfc/rfc{{rfc_number}}/">[txt]</a> |
| 52 | + {% else %} |
| 53 | + <a href="http://www.ietf.org/id/{{doc.obj.canonical_name}}-{{doc.obj.rev}}.txt">[txt]</a> |
| 54 | + {% endif %} |
| 55 | + {% endwith %} |
| 56 | + <br/>Token: {{ doc.obj.ad|escape }} ({{doc.obj.area_acronym}} area) |
| 57 | + {% if doc.obj.note %}{# note: note is not escaped #} |
| 58 | + <br/>Note: {{ doc.obj.note|safe }} |
| 59 | + {% endif %} |
| 60 | + {% for ipr in doc.obj.ipr %} |
| 61 | + {% ifequal ipr.ipr.status 1 %} |
| 62 | + <br/>IPR: <a href="http://datatracker.ietf.org/ipr/{{ ipr.ipr.ipr_id }}/">{{ ipr.ipr.title|escape }}</a> |
| 63 | + {% endifequal %} |
| 64 | + {% endfor %} |
| 65 | + {% if doc.obj.active_ballot %} |
| 66 | + <br/><b>Discusses/comments</b> <a href="http://datatracker.ietf.org/idtracker/ballot/{{doc.obj.canonical_name}}/">[ballot]</a>: |
| 67 | + <ul> |
| 68 | + {% for p in doc.obj.active_ballot_positions %} |
| 69 | + {% if p.pos %} |
| 70 | + {% if p.discuss %} |
| 71 | + <li> |
| 72 | + <a href="#{{doc.obj.name}}+{{p.ad|slugify}}+discuss">{{ p.ad }}: Discuss [{{ p.discuss_time }}]</a>: |
| 73 | + <br/>{{ p.discuss }} |
| 74 | + </li> |
| 75 | + {% endif %} |
| 76 | + {% if p.comment %} |
| 77 | + <li> |
| 78 | + <a href="#{{doc.obj.name}}+{{p.ad|slugify}}+comment">{{ p.ad }}: Comment [{{ p.comment_time }}]</a>: |
| 79 | + <br/>{{ p.comment }} |
| 80 | + </li> |
| 81 | + {% endif %} |
| 82 | + {% endif %} |
| 83 | + {% endfor %} |
| 84 | + </ul> |
| 85 | + {% endif %} |
39 | 86 |
|
40 | | -<ol> |
41 | | -{% for doc in section_docs %} |
42 | | - <li>{{ doc.obj.document.title|escape }} ({{ doc.obj.document.intended_status }}){% if doc.obj.rfc_flag %} |
43 | | - <br><a href="http://tools.ietf.org/html/rfc{{doc.obj.document.rfc_number }}">{{ doc.obj.document.filename }}</a> |
44 | | -{% else %} |
45 | | - <br><a href="http://tools.ietf.org/html/{{doc.obj.document.filename}}-{{doc.obj.document.revision}}.html">{{doc.obj.document.filename}}-{{doc.obj.document.revision}}</a> |
46 | | -{% endif %} <br>Token: {{ doc.obj.token_name|escape }} |
47 | | -{% if doc.obj.note %}{# note: note is not escaped #} <br>Note: {{ doc.obj.note|safe }} |
48 | | -{% endif %}{% for ipr in doc.obj.draft.ipr.all %}{% ifequal ipr.ipr.status 1 %} <br>IPR: <a href="http://datatracker.ietf.org/ipr/{{ ipr.ipr.ipr_id }}/">{{ ipr.ipr.title|escape }}</a>{% endifequal %} |
49 | | -{% endfor %} {% if doc.obj.ballot.active %}<br><b>Discusses/comments</b> (from <a href="http://datatracker.ietf.org/idtracker/ballot/{{ doc.obj.ballot.ballot}}/">ballot {{doc.obj.ballot.ballot }})</a>: |
50 | | - <ol> |
51 | | -{% if USE_DB_REDESIGN_PROXY_CLASSES %} |
52 | | -{% for p in doc.obj.active_positions|dictsort:"ad.last_name" %}{% if p.pos %}{% ifequal p.pos.pos_id "discuss" %}<li><a href="#{{doc.obj.document.filename}}+{{p.pos.ad|slugify}}+discuss">{{ p.pos.ad.plain_name }}: Discuss [{{ p.pos.discuss_time.date }}]</a>: |
53 | | - <br>... |
54 | | -{% endifequal %}{% if p.pos.comment %} <li><a href="#{{doc.obj.document.filename}}+{{p.ad.plain_name|slugify}}+comment">{{ p.pos.ad.plain_name }}: Comment [{{ p.pos.comment_time.date }}]</a>: |
55 | | - <br>... |
56 | | -{% endif %}{% endif %}{% endfor %} |
57 | | -{% else %} |
58 | | -{% for position in doc.obj.ballot.positions.all|dictsort:"ad.last_name" %}{% ifequal position.discuss 1 %} <li><a href="#{{doc.obj.document.filename}}+{{position.ad|slugify}}+discuss">{{ position.ad }}:{% for item in doc.obj.ballot.discusses.all %}{% ifequal position.ad item.ad %} Discuss [{{ item.date }}]</a>: |
59 | | - <br>... |
60 | | -{% endifequal %}{% endfor %}{% endifequal %}{% for item in doc.obj.ballot.comments.all %}{% ifequal position.ad item.ad %} <li><a href="#{{doc.obj.document.filename}}+{{position.ad|slugify}}+comment">{{ position.ad }}: Comment [{{ item.date }}]</a>: |
61 | | - <br>... |
62 | | -{% endifequal %}{% endfor %}{% endfor %} |
63 | | -{% endif%} |
64 | | - </ol> |
65 | | -{%endif %} <p><b>Telechat</b>: |
66 | | - <ul> |
67 | | - <li>... |
68 | | - <li>... |
69 | | - <li>... |
70 | | - <li>... |
71 | | - <li>... |
72 | | - </ul><p> |
| 87 | + <p><b>Telechat:</b></p> |
| 88 | + <ul> |
| 89 | + <li>...</li> |
| 90 | + <li>...</li> |
| 91 | + <li>...</li> |
| 92 | + <li>...</li> |
| 93 | + <li>...</li> |
| 94 | + </ul> |
| 95 | + </li> |
73 | 96 | {% empty %} |
74 | | -<li>(none)</li> |
| 97 | + <li>(none)</li> |
75 | 98 | {% endfor %} |
76 | | -</ol> |
| 99 | +</ul> |
0 commit comments