Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 12: | Rivi 12: | ||
authority='<div style="float: left; border-radius: 50%; width: 24px; height: 24px; border: 2px solid #b34733; background-color: #ffffff; text-align: center; vertical-align: middle; font-size: 0.9rem;"></div> Viranomainen'; | authority='<div style="float: left; border-radius: 50%; width: 24px; height: 24px; border: 2px solid #b34733; background-color: #ffffff; text-align: center; vertical-align: middle; font-size: 0.9rem;"></div> Viranomainen'; | ||
link = '<a href="/wiki/Toiminnot:Lomakemuokkaus/PaikkaUusi?Paikka%5BAlue%5D=P%C3%A4ij%C3%A4nne_%28yhd.%29" title="" target="_self"><i class="fas fa-map-marked-alt"></i> Lisää uusi paikka</a>'; | |||
out = '<div class="row align-items-center" style="background-color: var(--syke-lightblue);">'; | out = '<div class="row align-items-center" style="background-color: var(--syke-lightblue);">'; | ||
out += '<div class="col col-8">' + authority + '</div>'; | out += '<div class="col col-8">' + authority + '</div>'; | ||
out += '<div class="col col-4 text-right">' + | out += '<div class="col col-4 text-right">' + link + '</div>'; | ||
out += '</div>'; | out += '</div>'; | ||
console.log( out ); | console.log( out ); |