Commit e4a034ce authored by Michal Čihař's avatar Michal Čihař

Inital formatting for project and subproject pages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6615e9ff
...@@ -12,14 +12,23 @@ ...@@ -12,14 +12,23 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="row">
<h2>{% trans "Project Information" %}</h2> <div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Project Information" %}</h4></div>
<div class="panel-body">
<table class="table"> <table class="table">
{% include "project_info.html" %} {% include "project_info.html" %}
</table> </table>
</div>
</div>
<h2>{% trans "Subprojects" %}</h2> <div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Subprojects" %}</h4></div>
<div class="panel-body">
<table class="sort table"> <table class="sort table">
<thead> <thead>
...@@ -41,6 +50,11 @@ ...@@ -41,6 +50,11 @@
</table> </table>
{% include "legend.html" %} {% include "legend.html" %}
</div>
</div>
</div>
</div>
<h2>{% trans "Tools" %}</h2> <h2>{% trans "Tools" %}</h2>
......
...@@ -14,17 +14,31 @@ ...@@ -14,17 +14,31 @@
{% block content %} {% block content %}
{% include "show-lock.html" %} {% include "show-lock.html" %}
<h2>{% trans "Project Information" %}</h2> <div class="row">
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Project Information" %}</h4></div>
<div class="panel-body">
<table class="table"> <table class="table">
{% include "subproject_info.html" %} {% include "subproject_info.html" %}
</table> </table>
</div>
</div>
<h2>{% trans "Translations" %}</h2> <div class="panel panel-primary">
<div class="panel-heading"><h4 class="panel-title">{% trans "Translations" %}</h4></div>
<div class="panel-body">
{% include "list-translations.html" %} {% include "list-translations.html" %}
{% url 'contact' as contact_url %} {% url 'contact' as contact_url %}
</div>
</div>
</div>
</div>
<h2>{% trans "Tools" %}</h2> <h2>{% trans "Tools" %}</h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment