Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2024
1 parent ca9fb1f commit 9391dca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a81a74d4
a558ef2f
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://osm-catalan.github.io/caminsdaigua/web/dashboard.html</loc>
<lastmod>2024-11-07T07:43:49.910Z</lastmod>
<lastmod>2024-11-08T00:34:48.275Z</lastmod>
</url>
</urlset>
22 changes: 11 additions & 11 deletions web/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@ <h1>Seguiment per comarques</h1>
<!-- preamble start -->

<script>
function styleCell_sm4vmtokbvmpjamosz2r(i, j, css_id) {
var table = document.getElementById("tinytable_sm4vmtokbvmpjamosz2r");
function styleCell_dr20u0wpbjy5flf0lzzj(i, j, css_id) {
var table = document.getElementById("tinytable_dr20u0wpbjy5flf0lzzj");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_sm4vmtokbvmpjamosz2r');
var table = document.getElementById('tinytable_dr20u0wpbjy5flf0lzzj');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_sm4vmtokbvmpjamosz2r(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_sm4vmtokbvmpjamosz2r");
function spanCell_dr20u0wpbjy5flf0lzzj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_dr20u0wpbjy5flf0lzzj");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -169,17 +169,17 @@ <h1>Seguiment per comarques</h1>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_sm4vmtokbvmpjamosz2r(0, 0, 'tinytable_css_idlfyoi2ch11u0nvtw4pr3') })
window.addEventListener('load', function () { styleCell_sm4vmtokbvmpjamosz2r(0, 1, 'tinytable_css_idlfyoi2ch11u0nvtw4pr3') })
window.addEventListener('load', function () { styleCell_sm4vmtokbvmpjamosz2r(0, 2, 'tinytable_css_idlfyoi2ch11u0nvtw4pr3') })
window.addEventListener('load', function () { styleCell_sm4vmtokbvmpjamosz2r(0, 3, 'tinytable_css_idlfyoi2ch11u0nvtw4pr3') })
window.addEventListener('load', function () { styleCell_dr20u0wpbjy5flf0lzzj(0, 0, 'tinytable_css_id7k7mazu1zua0lqs7pgbe') })
window.addEventListener('load', function () { styleCell_dr20u0wpbjy5flf0lzzj(0, 1, 'tinytable_css_id7k7mazu1zua0lqs7pgbe') })
window.addEventListener('load', function () { styleCell_dr20u0wpbjy5flf0lzzj(0, 2, 'tinytable_css_id7k7mazu1zua0lqs7pgbe') })
window.addEventListener('load', function () { styleCell_dr20u0wpbjy5flf0lzzj(0, 3, 'tinytable_css_id7k7mazu1zua0lqs7pgbe') })
</script>

<style>
.table td.tinytable_css_idlfyoi2ch11u0nvtw4pr3, .table th.tinytable_css_idlfyoi2ch11u0nvtw4pr3 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id7k7mazu1zua0lqs7pgbe, .table th.tinytable_css_id7k7mazu1zua0lqs7pgbe { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_sm4vmtokbvmpjamosz2r" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_dr20u0wpbjy5flf0lzzj" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down

0 comments on commit 9391dca

Please sign in to comment.