@@ -138,16 +138,17 @@ <h3>Meta-Data errors found</h3>
138138{% endif %}
139139
140140< table class ="metadata-table ">
141- < tr > < th > Document</ th > < td > {{ detail.filename }} < a class ="twopages_trigger " href ="# "> [View first two pages]</ a >
141+ < tr > < th > Document</ th > < td >
142+ {% ifequal status.status_value "Posted" %}< a href ="http://www.ietf.org/id/{{ detail.filename }}-{{detail.revision}}.txt "> {{ detail.filename }}</ a > {% else %}{{ detail.filename }}{% endifequal %}
143+ < br /> < a class ="twopages_trigger " href ="# "> [View first two pages]</ a >
142144{% show_submission_files detail %}
143145</ td > </ tr >
144146< tr {% if validation.warnings.revision %} class ="warning "{% endif %} > < th > Revision</ th > < td > {{ detail.revision }}< div class ="warn_message "> {{ validation.warnings.revision }}{% if validation.warnings.revision %}< br /> < a class ="twopages_trigger " href ="# "> [View error]</ a > {% endif %}</ div > </ td > </ tr >
147+ < tr {% if validation.warnings.group %} class ="warning "{% endif %} > < th > WG</ th > < td > {{ validation.wg|default:"Individual Submission" }}< div class ="warn_message "> {{ validation.warnings.group }}</ div > </ td > </ tr >
148+ < tr {% if validation.warnings.creation_date %} class ="warning "{% endif %} > < th > Document date</ th > < td > {{ detail.creation_date }}< div class ="warn_message "> {{ validation.warnings.creation_date }}</ div > </ td > </ tr >
145149< tr > < th > Submission date</ th > < td > {{ detail.submission_date }}</ td > </ tr >
146150< tr > < th > Title</ th > < td > {{ detail.id_document_name }}</ td > </ tr >
147- < tr {% if validation.warnings.group %} class ="warning "{% endif %} > < th > WG</ th > < td > {{ validation.wg|default:"Individual Submission" }}< div class ="warn_message "> {{ validation.warnings.group }}</ div > </ td > </ tr >
148- < tr > < th > File size</ th > < td > {{ detail.filesize|filesizeformat }}</ td > </ tr >
149- < tr {% if validation.warnings.creation_date %} class ="warning "{% endif %} > < th > Creation date</ th > < td > {{ detail.creation_date }}< div class ="warn_message "> {{ validation.warnings.creation_date }}</ div > </ td > </ tr >
150- < tr {% if validation.warnings.authors %} class ="warning "{% endif %} > < th colspan ="2 "> Author(s) information</ th > </ tr >
151+ < tr {% if validation.warnings.authors %} class ="warning "{% endif %} > < th colspan ="2 "> Author information</ th > </ tr >
151152{% if validation.warnings.authors %}
152153< tr class ="warning "> < td colspan ="2 "> < div class ="warn_message "> {{ validation.warnings.authors|safe }}</ div > </ td > </ tr >
153154{% endif %}
@@ -156,8 +157,9 @@ <h3>Meta-Data errors found</h3>
156157< tr {% if validation.warnings.authors %} class ="warning "{% endif %} > < th class ="author "> Author {{ forloop.counter }}</ th > < td > {{ author.get_full_name }} {% if author.email.1 %}<{{ author.email.1 }}>{% endif %}</ td > </ tr >
157158{% endfor %}
158159{% endif %}
159- < tr {% if validation.warnings.pages %} class ="warning "{% endif %} > < th > Pages</ th > < td > {{ detail.txt_page_count }}< div class ="warn_message "> {{ validation.warnings.pages }}</ div > </ td > </ tr >
160160< tr {% if validation.warnings.abstract %} class ="warning "{% endif %} > < th > Abstract</ th > < td > {{ detail.abstract|linebreaksbr }}< div class ="warn_message "> {{ validation.warnings.abstract }}</ div > </ td > </ tr >
161+ < tr {% if validation.warnings.pages %} class ="warning "{% endif %} > < th > Pages</ th > < td > {{ detail.txt_page_count }}< div class ="warn_message "> {{ validation.warnings.pages }}</ div > </ td > </ tr >
162+ < tr > < th > File size</ th > < td > {{ detail.filesize|filesizeformat }}</ td > </ tr >
161163</ table >
162164
163165{% if allow_edit %}
0 commit comments