{% load wall %}
+{% block titleextra %}{% trans "Activity" %}{% endblock %}
+
+
{% block content %}
<h1><a href='{% url "catalogue_activity" prev_day.isoformat %}'><</a>
{% load catalogue %}
<!DOCTYPE html>
<html>
-<head>
+<head lang="{{ LANGUAGE_CODE }}">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
{% compressed_css 'catalogue' %}
- <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
+ <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
+ {% block titleextra %}{% endblock %}{% endblock title %}</title>
</head>
<body>
{% extends "catalogue/base.html" %}
{% load i18n %}
+{% block titleextra %}{% trans "Append book" %}{% endblock %}
+
{% block leftcolumn %}
<form enctype="multipart/form-data" method="POST" action="">
{% csrf_token %}
{% extends "catalogue/base.html" %}
{% load book_list comments i18n %}
+
+{% block titleextra %}{{ book.title }}{% endblock %}
+
+
{% block content %}
{% extends "catalogue/base.html" %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Edit book" %}{% endblock %}
+
+
{% block leftcolumn %}
<form enctype="multipart/form-data" method="POST" action="">
{% csrf_token %}
{% extends "catalogue/base.html" %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Split chunk" %}{% endblock %}
+
+
{% block content %}
<h1>{% trans "Split chunk" %}</h1>
{% load url from future %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Chunk settings" %}{% endblock %}
+
+
{% block content %}
<h1>{% trans "Chunk settings" %}</h1>
{% extends "catalogue/base.html" %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Create a new book" %}{% endblock %}
+
+
{% block content %}
<h1>{% trans "Create a new book" %}</h1>
{% load i18n %}
{% load catalogue book_list %}
+{% block titleextra %}{% trans "Book list" %}{% endblock %}
+
{% block content %}
{% book_list %}
{% load i18n %}
+{% block titleextra %}{% trans "Bulk document upload" %}{% endblock %}
+
+
{% block leftcolumn %}
{% extends "catalogue/base.html" %}
{% load book_list comments i18n %}
+
+{% block titleextra %}{{ object.title }}{% endblock %}
+
+
{% block content %}
{% load catalogue book_list %}
+{% block titleextra %}{% trans "Image list" %}{% endblock %}
+
+
+
{% block content %}
{% image_list %}
{% endblock content %}
{% load catalogue book_list wall %}
+{% block titleextra %}{% trans "My page" %}{% endblock %}
+
+
{% block leftcolumn %}
{% book_list request.user %}
{% endblock leftcolumn %}
{% load i18n %}
+{% block titleextra %}{% trans "PDF file upload" %}{% endblock %}
+
+
{% block content %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Users" %}{% endblock %}
+
+
{% block leftcolumn %}
<h1>{% trans "Users" %}</h1>
{% load catalogue book_list wall %}
+{% block titleextra %}{{ viewed_user|nice_name }}{% endblock %}
+
+
{% block leftcolumn %}
<h1>{{ viewed_user|nice_name }}</h1>
{% book_list viewed_user %}
{% extends "base.html" %}
{% load toolbar_tags i18n %}
-{% block title %}{{ book.title }} - {{ block.super }}{% endblock %}
+{% block titleextra %}{{ chunk.pretty_title }}{% endblock %}
{% block extrahead %}
{% load compressed %}
{% compressed_css 'detail' %}
{% load i18n %}
<li id="AnnotationsPerspective" data-ui-related="side-annotations" data-ui-jsclass="AnnotationsPerspective">
- <sup title="{% trans "Annotations" %}">[1]</sup>
+ <a href="#"><sup title="{% trans "Annotations" %}">[1]</sup></a>
</li>
{% load i18n %}
<li id="ScanGalleryPerspective" data-ui-related="side-gallery" data-ui-jsclass="ScanGalleryPerspective" class='active'>
- <img src="{{STATIC_URL}}icons/image-x-generic.png" alt="{% trans "Gallery" %}" title="{% trans "Gallery" %}" />
+ <a href="#"><img src="{{STATIC_URL}}icons/image-x-generic.png" alt="{% trans "Gallery" %}" title="{% trans "Gallery" %}" /></a>
</li>
{% load i18n %}
<li id="HistoryPerspective" data-ui-related="history-view-editor" data-ui-jsclass="HistoryPerspective">
- <span>{% trans "History" %}</span>
+ <a href="#">{% trans "History" %}</a>
</li>
<li id="CodeMirrorPerspective"
data-ui-related="source-editor"
data-ui-jsclass="CodeMirrorPerspective">
- <span>{% trans "Source code" %}</span>
+ <a href="#">{% trans "Source code" %}</a>
</li>
\ No newline at end of file
{% load i18n %}
<li id="SummaryPerspective" data-ui-related="summary-view-editor" data-ui-jsclass="SummaryPerspective">
- <span>{% trans "Summary" %}</span>
+ <a href="#">{% trans "Summary" %}</a>
</li>
{% load i18n %}
<li id="VisualPerspective" data-ui-related="simple-editor" data-ui-jsclass="VisualPerspective">
- <span>{% trans "Visual editor" %}</span>
+ <a href="#">{% trans "Visual editor" %}</a>
</li>
+++ /dev/null
-{% extends "base.html" %}
-{% load compressed i18n %}
-
-{% block title %}{{ document_name }} - {{ block.super }}{% endblock %}
-
-{% block extrahead %}
-{% compressed_css 'listing' %}
-{% endblock %}
-
-{% block extrabody %}
-{% compressed_js 'listing' %}
-{% endblock %}
-
-{% block maincontent %}
-<h1><img src="{{ STATIC_URL }}img/logo.png" alt="Home">{% trans "Platforma Redakcyjna" %}</h1>
-<div id="wiki_layout_left_column">
- {% block leftcolumn %}
- {% endblock leftcolumn %}
-</div>
-<div id="wiki_layout_right_column">
- {% block rightcolumn %}
- {% endblock rightcolumn %}
-</div>
-{% endblock maincontent %}
\ No newline at end of file
{% extends "base.html" %}
{% load toolbar_tags i18n %}
-{% block title %}{{ document.name }} - {{ block.super }}{% endblock %}
+{% block title %}{{ document.title }} - {{ block.super }}{% endblock %}
{% block extrahead %}
{% load compressed %}
{% compressed_css 'detail' %}
{% load i18n %}
<li id="MotifsPerspective" data-ui-related="motifs-editor" data-ui-jsclass="MotifsPerspective">
- <span>{% trans "Motifs" %}</span>
+ <a href="#">{% trans "Motifs" %}</a>
</li>
{% load i18n %}
<li id="ObjectsPerspective" data-ui-related="objects-editor" data-ui-jsclass="ObjectsPerspective">
- <span>{% trans "Objects" %}</span>
+ <a href="#">{% trans "Objects" %}</a>
</li>
<li id="CodeMirrorPerspective"
data-ui-related="source-editor"
data-ui-jsclass="CodeMirrorPerspective">
- <span>{% trans "Source code" %}</span>
+ <a href="#">{% trans "Source code" %}</a>
</li>
\ No newline at end of file
{% load i18n %}
{% load wiki %}
<li id="SummaryPerspective" data-ui-related="summary-view-editor" data-ui-jsclass="SummaryPerspective">
- <span>{% trans "Summary" %}</span>
+ <a href="#">{% trans "Summary" %}</a>
</li>
}
a, a:visited, a:active {
- color: #bf6000;
+ color: #a05000;
text-decoration: none;
}
float: left;
}
+.tabs a {
+ color: black;
+}
+
#tabs-right {
float: right;
padding-right: 1em;
* TABS
*/
$('.tabs li').live('click', function(event, callback) {
+ event.preventDefault();
$.wiki.switchToTab(this);
});
* TABS
*/
$('#tabs li').live('click', function(event, callback) {
+ event.preventDefault();
$.wiki.switchToTab(this);
});
lineNumbers: true,
width: "100%",
height: "100%",
- tabMode: 'spaces',
+ tabMode: 'default',
indentUnit: 0,
readOnly: CurrentDocument.readonly || false,
initCallback: function(){
* TABS
*/
$('.tabs li').live('click', function(event, callback) {
+ event.preventDefault();
$.wiki.switchToTab(this);
});
* TABS
*/
$('#tabs li').live('click', function(event, callback) {
+ event.preventDefault();
$.wiki.switchToTab(this);
});
<!DOCTYPE html >
{% load i18n %}
<html>
- <head>
+ <head lang="{{ LANGUAGE_CODE }}">
<meta charset="utf-8" />
- <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
+ <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
+ {% block titleextra %}{% endblock titleextra %}{% endblock title%}</title>
{% block extrahead %}
{% endblock %}
</head>