|
|
@ -4,10 +4,11 @@ |
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
|
|
<link rel="stylesheet" title="opraf-css" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}" /> |
|
|
|
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet"> |
|
|
|
<script src="{% static "korektury/opraf.js"%}"></script> |
|
|
|
<title>Korektury {{pdf.nazev}}</title> |
|
|
|
</head> |
|
|
|
<body {% if pdf.status == 'zanaseni'%} class="comitting" {% elif pdf.status == 'zastarale' %} class="deprecated" {% endif %} onload='place_comments()'> |
|
|
|
<body class="{{ LOCAL_TEST_PROD }}web{% if pdf.status == 'zanaseni'%} comitting{% elif pdf.status == 'zastarale' %} deprecated{% endif %}" onload='place_comments()'> |
|
|
|
<h1>Korektury {{pdf.nazev}}</h1> |
|
|
|
{% if pdf.status == 'zanaseni' %} <h2> Probíhá zanášení korektur, zvažte, zda chcete přidávat nové </h2> {% endif %} |
|
|
|
{% if pdf.status == 'zastarale' %} <h2> Toto PDF je již zastaralé, nepřidávejte nové korektury </h2> {% endif %} |
|
|
|