|
| 1 | +{% extends "wginfo/wg_base.html" %} |
| 2 | +{% comment %} |
| 3 | +Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
| 4 | +All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
| 5 | + |
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions |
| 8 | +are met: |
| 9 | + |
| 10 | + * Redistributions of source code must retain the above copyright |
| 11 | + notice, this list of conditions and the following disclaimer. |
| 12 | + |
| 13 | + * Redistributions in binary form must reproduce the above |
| 14 | + copyright notice, this list of conditions and the following |
| 15 | + disclaimer in the documentation and/or other materials provided |
| 16 | + with the distribution. |
| 17 | + |
| 18 | + * Neither the name of the Nokia Corporation and/or its |
| 19 | + subsidiary(-ies) nor the names of its contributors may be used |
| 20 | + to endorse or promote products derived from this software |
| 21 | + without specific prior written permission. |
| 22 | + |
| 23 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 25 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 26 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 27 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 28 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 29 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 30 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 31 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 32 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 33 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | +{% endcomment %} |
| 35 | +{% load ietf_filters %} |
| 36 | +{% block wg_titledetail %}Charter{% endblock %} |
| 37 | + |
| 38 | +{% block wg_content %} |
| 39 | + |
| 40 | +<div class="ietf-box ietf-wg-details"> |
| 41 | +{% if concluded %} |
| 42 | +<span class="ietf-concluded-warning">Note: The data for concluded WGs |
| 43 | +is occasionally incorrect.</span> |
| 44 | +{% endif %} |
| 45 | +<table> |
| 46 | +<tr> |
| 47 | +<td colspan="2"> |
| 48 | +<b>Personnel</b> |
| 49 | +</td> |
| 50 | +</tr> |
| 51 | + |
| 52 | +<tr valign="top"> |
| 53 | +<td style="width:14ex;">Chair{{ wg.chairs|pluralize }}:</td> |
| 54 | +<td> |
| 55 | +{% for chair in wg.chairs %} |
| 56 | +<a href="mailto:{{ chair.address }}">{{ chair.person.name }} <{{ chair.address }}></a><br/> |
| 57 | +{% endfor %} |
| 58 | +</td></tr> |
| 59 | +<tr><td>Area Director:</td> |
| 60 | +<td> |
| 61 | +{% if not wg.ad %}?{% else %} |
| 62 | +<a href="mailto:{{ wg.ad_email }}">{{ wg.ad.name }} <{{ wg.ad_email }}></a>{% endif %} |
| 63 | +</td> |
| 64 | +</tr> |
| 65 | +{% if wg.techadvisors %} |
| 66 | +<tr> |
| 67 | +<td>Tech Advisor{{ wg.techadvisors|pluralize }}:</td> |
| 68 | +<td> |
| 69 | +{% for techadvisor in wg.techadvisors %} |
| 70 | +<a href="mailto:{{ techadvisor.address }}">{{ techadvisor.person.name }} <{{ techadvisor.address }}></a><br/> |
| 71 | +{% endfor %} |
| 72 | +</td></tr> |
| 73 | +{% endif %} |
| 74 | +{% if wg.editors %} |
| 75 | +<td>Editor{{ wg.editors|pluralize }}:</td> |
| 76 | +<td> |
| 77 | +{% for editor in wg.editors %} |
| 78 | +<a href="mailto:{{ editor.address }}">{{ editor.person.name }} <{{ editor.address }}></a><br/> |
| 79 | +{% endfor %} |
| 80 | +</td></tr> |
| 81 | +{% endif %} |
| 82 | +{% if wg.secretaries %} |
| 83 | +<tr><td>Secretar{{ wg.secretaries|pluralize:"y,ies" }}:</td> |
| 84 | +<td> |
| 85 | +{% for secretary in wg.secretaries %} |
| 86 | +<a href="mailto:{{ secretary.address }}">{{ secretary.person.name }} <{{ secretary.address }}></a><br/> |
| 87 | +{% endfor %} |
| 88 | +</td></tr> |
| 89 | +{% endif %} |
| 90 | + |
| 91 | +<tr> |
| 92 | +<td colspan="2"> |
| 93 | +<br/><b>Mailing List</b> |
| 94 | +</td> |
| 95 | +</tr> |
| 96 | + |
| 97 | +<tr><td>Address:</td><td>{{ wg.email_address|urlize }}</td></tr> |
| 98 | +<tr><td>To Subscribe:</td><td>{{ wg.email_subscribe|urlize }}</td></tr> |
| 99 | +<tr><td>Archive:</td><td>{{ wg.clean_email_archive|urlize }}</td></tr> |
| 100 | + |
| 101 | +{% if not concluded %} |
| 102 | +<tr> |
| 103 | +<td colspan="2"> |
| 104 | +<br/><b>Jabber Chat</b> |
| 105 | +</td> |
| 106 | +</tr> |
| 107 | + |
| 108 | +<tr><td>Room Address:</td><td><a href="xmpp:{{wg}}@jabber.ietf.org">xmpp:{{wg}}@jabber.ietf.org</a></td></tr> |
| 109 | +<tr><td>Logs:</td><td><a href="http://jabber.ietf.org/logs/{{wg}}/">http://jabber.ietf.org/logs/{{wg}}/</a></td></tr> |
| 110 | +{% endif %} |
| 111 | + |
| 112 | +</table> |
| 113 | +</div> |
| 114 | + |
| 115 | +{% if wg.additional_urls %} |
| 116 | +<p>In addition to the charter maintained by the IETF Secretariat, there is additional information about this working group on the Web at: |
| 117 | +{% for url in wg.additional_urls %} |
| 118 | +<a href="{{ url.url }}">{{ url.description}}</a>{% if not forloop.last %}, {% endif %} |
| 119 | +{% endfor %} |
| 120 | +</p> |
| 121 | +{% endif %} |
| 122 | + |
| 123 | +<h2>Description of Working Group</h2> |
| 124 | +<p>{{ wg.charter_text|escape|format_charter|safe }}</p> |
| 125 | + |
| 126 | +<h2>Goals and Milestones</h2> |
| 127 | +<table> |
| 128 | +{% for milestone in wg.milestones %} |
| 129 | + <tr> |
| 130 | + <td width="80px"> |
| 131 | + {% if milestone.done %}Done{% else %}{{ milestone.expected_due_date|date:"M Y" }}{% endif %} |
| 132 | + </td> |
| 133 | + <td>{{ milestone.desc|escape }} |
| 134 | + </td></tr> |
| 135 | +{% endfor %} |
| 136 | +</table> |
| 137 | +{% endblock wg_content %} |
0 commit comments