summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-29 15:32:36 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-29 15:32:36 +0100
commitd4d0906965030c1f9b01d274de772c4f52d12644 (patch)
tree6b18ca48c86a4449c3c51755d313034c2557a22b /archaeological_operations/templates
parent0700910c30f32e27df915f43e78fa4f349ad5b88 (diff)
downloadIshtar-d4d0906965030c1f9b01d274de772c4f52d12644.tar.bz2
Ishtar-d4d0906965030c1f9b01d274de772c4f52d12644.zip
Dashboard: fix display for operation and files
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html68
1 files changed, 34 insertions, 34 deletions
diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
index 5b435032e..19302cd05 100644
--- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
+++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
@@ -13,7 +13,7 @@
<div class='clean-table'>
<h4>{% trans "total" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th><th>{% trans "Number" %}</th>
</tr>
@@ -27,7 +27,7 @@
<div class='clean-table'>
<h4>{% trans "area by type of operation" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th><th>{% trans "Area (ha)" %}</th>
</tr>
@@ -41,7 +41,7 @@
<div class='clean-table'>
<h4>{% trans "by types" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for typ in dashboard.types %}
{% if forloop.counter0|divisibleby:5 %}
@@ -63,7 +63,7 @@
<div class='clean-table'>
<h4>{% trans "by year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -85,7 +85,7 @@
<div class='clean-table'>
<h4>{% trans "by realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.realisation_years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -107,7 +107,7 @@
<div class='clean-table'>
<h4>{% trans "effective operation by type and year" %}</h4>
<div class='clean-table-wrap'>
- <table class='mini-table'>
+ <table class='mini-table table table-striped'>
{% for lbl, years in dashboard.effective %}
{% if forloop.counter0|divisibleby:6 %}
@@ -132,7 +132,7 @@
<div class='clean-table'>
<h4>{% trans "by realisation month" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for mt in dashboard.last_months %}
{% if forloop.counter0|divisibleby:5 %}
@@ -159,7 +159,7 @@
<div class='clean-table'>
<h4>{% trans "total" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th><th>{% trans "Number" %}</th>
</tr>
@@ -173,7 +173,7 @@
<div class='clean-table'>
<h4>{% trans "by year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -195,7 +195,7 @@
<div class='clean-table'>
<h4>{% trans "by realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.realisation_years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -217,7 +217,7 @@
<div class='clean-table'>
<h4>{% trans "current year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th></th>{% for lbl in dashboard.filters_label %}<th>{{lbl}}</th>{%endfor%}
</tr>
@@ -235,7 +235,7 @@
<div class='clean-table'>
<h4>{% trans "organizations (current year)" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>&nbsp;</th><th>{% trans "Area" %}</th><th>{% trans "Man-day" %}</th><th>{% trans "Man-day/hectare" %}</th>
</tr>
@@ -249,7 +249,7 @@
<div class='clean-table'>
<h4>{% trans "current realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th>{% for lbl in dashboard.filters_label %}<th>{{lbl}}</th>{%endfor%}
</tr>
@@ -269,7 +269,7 @@
<div class='clean-table'>
<h4>{% trans "organizations (current realisation year)" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>&nbsp;</th><th>{% trans "Area" %}</th><th>{% trans "Man-day" %}</th><th>{% trans "Man-day/hectare" %}</th>
</tr>
@@ -282,7 +282,7 @@
<div class='clean-table'>
<h4>{% trans "area by organization by year" %}</h4>
<div class='clean-table-wrap'>
- <table class='mini-table'>
+ <table class='mini-table table table-striped'>
<tr>
</tr>
{% for org, vals in dashboard.survey.org_by_year %}
@@ -314,7 +314,7 @@
<div class='clean-table'>
<h4>{% trans "effective operations areas (ha)" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -337,7 +337,7 @@
<div class='clean-table'>
<h4>{% trans "man-days/hectare by year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -362,7 +362,7 @@
<div class='clean-table'>
<h4>{% trans "by month" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for mt in dashboard.last_months %}
{% if forloop.counter0|divisibleby:5 %}
@@ -383,7 +383,7 @@
<div class='clean-table'>
<h4>{% trans "by department" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -404,7 +404,7 @@
<div class='clean-table'>
<h4>{% trans "effective operation by department" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:4 %}
@@ -427,7 +427,7 @@
<div class='clean-table'>
<h4>{% trans "main towns by number" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Town" %}</th><th>{% trans "Number" %}</th>
</tr>
@@ -441,7 +441,7 @@
<div class='clean-table'>
<h4>{% trans "main towns by surface" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Town" %}</th><th>{% trans "Total surface (ha)" %}</th>
</tr>
@@ -458,7 +458,7 @@
<div class='clean-table'>
<h4>{% trans "total" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th><th>{% trans "Number" %}</th>
</tr>
@@ -472,7 +472,7 @@
<div class='clean-table'>
<h4>{% trans "by year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{%for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -492,7 +492,7 @@
<div class='clean-table'>
<h4>{% trans "by realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.realisation_years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -512,7 +512,7 @@
<div class='clean-table'>
<h4>{% trans "current realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Status" %}</th>{% for lbl in dashboard.filters_label %}<th>{{lbl}}</th>{%endfor%}
</tr>
@@ -532,7 +532,7 @@
<div class='clean-table'>
<h4>{% trans "organizations (current realisation year)" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>&nbsp;</th><th>{% trans "Area" %}</th><th>{% trans "Man-day" %}</th><th>{% trans "Man-day/hectare" %}</th>
</tr>
@@ -546,7 +546,7 @@
<div class='clean-table'>
<h4>{% trans "area by organization by year" %}</h4>
<div class='clean-table-wrap'>
- <table class='mini-table'>
+ <table class='mini-table table table-striped'>
{% for org, vals in dashboard.excavation.org_by_year %}
{% if forloop.counter0|divisibleby:5 %}
<tr>
@@ -580,7 +580,7 @@
<div class='clean-table'>
<h4>{% trans "area by organization by realisation year" %}</h4>
<div class='clean-table-wrap'>
- <table class='mini-table'>
+ <table class='mini-table table table-striped'>
{% for org, vals in dashboard.excavation.org_by_year %}
{% if forloop.counter0|divisibleby:5 %}
@@ -616,7 +616,7 @@
<div class='clean-table'>
<h4>{% trans "by month" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for mt in dashboard.last_months %}
{% if forloop.counter0|divisibleby:5 %}
@@ -636,7 +636,7 @@
<div class='clean-table'>
<h4>{% trans "by department" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:5 %}
@@ -657,7 +657,7 @@
<div class='clean-table'>
<h4>{% trans "effective operation by department" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
{% for yr in dashboard.years %}
{% if forloop.counter0|divisibleby:3 %}
@@ -682,7 +682,7 @@
<div class='clean-table'>
<h4>{% trans "main towns by number" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Town" %}</th><th>{% trans "Number" %}</th>
</tr>
@@ -696,7 +696,7 @@
<div class='clean-table'>
<h4>{% trans "main towns by cost" %}</h4>
<div class='clean-table-wrap'>
- <table>
+ <table class="table table-striped">
<tr>
<th>{% trans "Town" %}</th><th>{% trans "Cost (euros)" %}</th>
</tr>