- Legacy-Id: 6344 Note: SVN reference [6337] has been migrated to Git commit d0d1d949a9328da6c4e30d8f5e0d14ffb204e678
104 lines
4.5 KiB
HTML
104 lines
4.5 KiB
HTML
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
|
{% extends "base.html" %}{% load ietf_filters %}
|
|
|
|
{% block title %}Liaison Statement Management Tool Field Help{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Liaison Statement Management Tool<br>Field Help</h1>
|
|
|
|
<p>The table below provides descriptions of the fields included in the
|
|
liaison statement submission form, and suggestions for completing them,
|
|
where appropriate. Additional materials that may be useful in
|
|
completing this form can be found in the following documents:</p>
|
|
|
|
<ul>
|
|
<li><a href="/liaison/help/to_ietf/">Liaison Statements to the IETF: Guidelines for Completing the "To:" and "Cc:" Fields</a></li>
|
|
<li><a href="/liaison/help/from_ietf/">Liaison Statements from the IETF: Guidelines for Completing the "Cc:" Field</a></li>
|
|
<li><a href="/wg/">Active IETF Working Groups</a></li>
|
|
<li><a href="/liaison/managers/">IETF Liaison Managers</a></li>
|
|
</ul>
|
|
|
|
<p>For definitive information on generating liaison statements, please
|
|
see <a href="{{ "4053"|rfcurl }}">RFC 4053 (BCP 103) "Procedures for Handling Liaison Statements to and from the IETF."</a></p>
|
|
|
|
<table cellpadding="3" cellspacing="0" border="1">
|
|
<tr align="center">
|
|
<td><b>Field</b></td>
|
|
<td><b>Sub-field</b></td>
|
|
<td><b>Description</b></td>
|
|
<td><b>Comments</b></td></tr>
|
|
<tr>
|
|
<td rowspan="3">From:</td>
|
|
<td>Organization:</td>
|
|
<td>The organization submitting the liaison statement.</td>
|
|
<td>The field is filled in automatically.</td></tr>
|
|
<tr>
|
|
<td>Submitter:</td>
|
|
<td>The name and e-mail address of the person submitting the liaison statement.</td>
|
|
<td>The field is filled in automatically.</td></tr>
|
|
<tr>
|
|
<td>Reply To:</td>
|
|
<td>The e-mail address(es) that will be inserted in the "To:" field when a recipient hits the "Reply" button on the message.
|
|
</td>
|
|
<td>Mandatory<br>Format:<br> Name <e-mail address></td></tr
|
|
<tr>
|
|
<td rowspan="2">To:</td>
|
|
<td>Organization:</td>
|
|
<td>The name of the organization (and sub-group, if applicable) to which the liaison statement is being sent.</td>
|
|
<td>Drop Down Menu with available choices. If an SDO is not listed please contact statements@ietf.org</td></tr>
|
|
<tr>
|
|
<td>POC(s):</td>
|
|
<td>The e-mail address(es) of the recipient(s) of the liaison statement, separated by commas.</td>
|
|
<td>The field is filled in automatically.</td></tr>
|
|
<tr>
|
|
<td rowspan="3">Other Email Addresses:</td>
|
|
<td>Response Contact:</td>
|
|
<td>The e-mail address(es) to which any response should be sent, separated by commas.</td>
|
|
<td>Optional<br> Suggested Format:<br> Name <e-mail address></td></tr>
|
|
<tr>
|
|
<td>Technical Contact:</td>
|
|
<td>The e-mail address(es) of individuals or lists that may be contacted for clarification of the liaison statement, separated by commas.</td>
|
|
<td>Optional<br> Suggested Format:<br> Name <e-mail address></td></tr>
|
|
<tr>
|
|
<td>Cc:</td>
|
|
<td>The e-mail address(es) of the copy recipient(s) of the liaison statement, one on each line.</td>
|
|
<td>Optional<br> Suggested Format:<br> Name <e-mail address></td></tr>
|
|
<tr>
|
|
<td rowspan="2">Purpose:</td>
|
|
<td>Purpose:</td>
|
|
<td>The intent of the liaison statement. Normally, one of four choices: (a) For action, (b) For comment, (c) For information, (d) In Response.</td>
|
|
<td>The submitter selects one of the four choices, or selects "Other," and indicates the intent.</td></tr>
|
|
<tr>
|
|
<td>Deadline:</td>
|
|
<td>The date by which a comment or action is required.</td>
|
|
<td>Mandatory if the purpose is "For comment" or "For action." Otherwise, optional. </td></tr>
|
|
|
|
<tr>
|
|
<td rowspan="3">Liaison Statement:</td>
|
|
<td>Title:</td>
|
|
<td>The title of the liaison statement.</td>
|
|
<td>Mandatory.</td></tr>
|
|
<tr>
|
|
<td>Submission Date:</td>
|
|
<td>The date the liaison was originally submitted.</td>
|
|
<td>Mandatory.</td></tr>
|
|
<tr>
|
|
<td>Body:</td>
|
|
<td>The text of the liaison statement.</td>
|
|
<td>Mandatory if there are no attachments.
|
|
<br>Optional if the text of the liaison statement is provided in an attachment.</td></tr>
|
|
|
|
<tr>
|
|
<td rowspan="3">Add Attachment:</td>
|
|
<td>Title:</td>
|
|
<td>The title of the attachment.</td>
|
|
<td>Optional if there is text in the body, Mandatory if there is not.</td></tr>
|
|
<tr>
|
|
<td>File:</td>
|
|
<td>Browse to find the attachment.</td>
|
|
<td>Optional if there is text in the body, Mandatory if there is not.</td></tr>
|
|
|
|
|
|
</table>
|
|
{% endblock %}
|