1 {% extends "wiki/base.html" %}
6 <a href="{% url wiki_book_edit book.slug %}">{% trans "edit" %}</a>
7 <h1>{{ book.title }}</h1>
12 {% if c.graded.is_wl %}
14 {% if c.graded.bad_master %}
18 {% if c.graded.is_xml %}
25 <td><a target="_blank" href="{{ c.chunk.get_absolute_url }}">{{ c.chunk.comment }}</a></td>
26 <td>{% if c.chunk.publishable %}P{% endif %}</td>
27 <td><a href="{% url wiki_chunk_edit book.slug c.chunk.slug%}">[{% trans "edit" %}]</a></td>
28 <td>{% if c.bad_master %}{{ c.bad_master }}{% endif %}</td>
29 <td><a href="{% url wiki_chunk_add book.slug c.chunk.slug %}">[+]</a></td>
34 <p><a href="{% url wiki_book_append book.slug %}">{% trans "Append to other book" %}</a></p>
36 {% if book.publishable %}
38 <a href="{% url wiki_book_xml book.slug %}">{% trans "Full XML" %}</a><br/>
39 <a target="_blank" href="{% url wiki_book_html book.slug %}">{% trans "HTML version" %}</a><br/>
40 <a href="{% url wiki_book_txt book.slug %}">{% trans "TXT version" %}</a><br/>
42 <a href="{% url wiki_book_epub book.slug %}">{% trans "EPUB version" %}</a><br/>
43 <a href="{% url wiki_book_pdf book.slug %}">{% trans "PDF version" %}</a><br/>
47 <p style='width:200px; height: 75px; border: 1px dotted gray; border-corners: 4px;'></p>
49 {% trans "This book cannot be published yet" %}
52 {% endblock leftcolumn %}
54 {% block rightcolumn %}
57 {% endblock rightcolumn %}