Changed "protocol writeup" to "shepherd writeup" in several templates

Fixes bug #885
 - Legacy-Id: 4879
This commit is contained in:
Robert Sparks 2012-09-21 20:41:26 +00:00
parent d6579c63e6
commit 8a4f5e07f8
3 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{% extends "wginfo/wg_base.html" %}
{% load ietf_filters wgchairs_tags %}
{% block title %}Change protocol write-up for {{ doc }}{% endblock %}
{% block title %}Change shepherd write-up for {{ doc }}{% endblock %}
{% block wg_content %}
@ -12,7 +12,7 @@
<h1>Updating write-up for {{ doc }}</h1>
<p>
Before you modify the protocol write-up <strong>please revise the 'Doc Shepherd Follow-up Underway' annotation tag and set or reset it if appropriate</strong>.
Before you modify the shepherd write-up <strong>please revise the 'Doc Shepherd Follow-up Underway' annotation tag and set or reset it if appropriate</strong>.
</p>
<p>
Remember that you must provide a comment if you change the annotation tag state.
@ -46,7 +46,7 @@ Remember that you must provide a comment if you change the annotation tag state.
</td><td style="width: 50%;">
<table class="ietf-table" style="width: 100%;">
<tr><th>New protocol write-up</th></tr>
<tr><th>New shepherd write-up</th></tr>
<tr style="vertical-align: top;"><td>{{ form.get_writeup|linebreaksbr }}</td></tr>
</table>

View file

@ -1,7 +1,7 @@
{% extends "wginfo/wg_base.html" %}
{% load ietf_filters wgchairs_tags %}
{% block title %} {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for {{ doc }}{% endblock %}
{% block title %} {% if can_edit %} Change {% else %} View {% endif %} shepherd write-up for {{ doc }}{% endblock %}
{% block wg_content %}
@ -9,10 +9,10 @@
<a href="{% url manage_shepherds wg.group_acronym.acronym %}">Return to shepherd list</a>
</p>
<h1> {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for {{ doc }}</h1>
<h1> {% if can_edit %} Change {% else %} View {% endif %} shepherd write-up for {{ doc }}</h1>
<table class="ietf-table" style="width: 100%;">
<tr><th>Draft state</th><th>Actual protocol write-up</th><th>Last updated</th></tr>
<tr><th>Draft state</th><th>Actual shepherd write-up</th><th>Last updated</th></tr>
<tr style="vertical-align: top;"><td>{% show_state doc %}</td><td>{{ writeup.writeup|linebreaksbr }}</td><td>{% if writeup %}{{ writeup.date }} by {{ writeup.person }}{% endif %}</td></tr>
</table>
@ -24,7 +24,7 @@ Please, <strong>note</strong> that the <strong>'Doc Shepherd Follow-up Underway'
<table style="width: 100%;"><tr style="vertical-align: top;"><td style="width: 75%;">
<form action="" method="POST">
<table class="ietf-table" style="width: 100%;">
<tr><th>Edit protocol write-up</th></tr>
<tr><th>Edit shepherd write-up</th></tr>
{% if form.message %}
<tr><td class="message message-{{ form.message.type }}">
{{ form.message.value }}
@ -41,7 +41,7 @@ Please, <strong>note</strong> that the <strong>'Doc Shepherd Follow-up Underway'
<form action="" method="POST" enctype="multipart/form-data">
<table class="ietf-table" style="width: 100%;">
<tr><th>Upload a new protocol write-up</th></tr>
<tr><th>Upload a new shepherd write-up</th></tr>
<tr><td>
<p>Replace the current write-up with the contents of a plain ascii file:</p>
<input type="file" name="uploaded_writeup" /></td></tr>
@ -52,10 +52,10 @@ Please, <strong>note</strong> that the <strong>'Doc Shepherd Follow-up Underway'
{% else %}
{% if authorized_user %}
<table class="ietf-table" style="width: 100%;">
<tr><th>Edit protocol write-up</th></tr>
<tr><th>Edit shepherd write-up</th></tr>
<tr><td>
<p>
You can not edit or upload the protocol write-up for {{ doc }} cause the draft is not on "WG Consensus: Waiting for Write-Up" state.
You can not edit or upload the shepherd write-up for {{ doc }} because the draft is not on "WG Consensus: Waiting for Write-Up" state.
</p>
<p>
Please contact with the {{ wg }} Working Group chair.

View file

@ -57,8 +57,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<tr>
<th class="title">Document</th>
<th class="shepherd">Change shepherd</th>
<th class="writeup">Protocol write-up</th>
<th class="writeup_date">Protocol write-up last update</th>
<th class="writeup">Shepherd write-up</th>
<th class="writeup_date">Shepherd write-up last update</th>
</tr>
{% for doc in no_shepherd %}
@ -73,8 +73,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<tr>
<th class="title">Document</th>
<th class="status">Status</th>
<th class="writeup">Protocol write-up</th>
<th class="writeup_date">Protocol write-up last update</th>
<th class="writeup">Shepherd write-up</th>
<th class="writeup_date">Shepherd write-up last update</th>
</tr>
{% for doc in my_documents %}
@ -92,8 +92,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<tr>
<th class="title">Document</th>
<th class="status">Status</th>
<th class="writeup">Protocol write-up</th>
<th class="writeup_date">Protocol write-up last update</th>
<th class="writeup">Shepherd write-up</th>
<th class="writeup_date">Shepherd write-up last update</th>
</tr>
{% for doc in documents.list %}
{% include "wgchairs/shepherd_document_row.html" %}