Ero sivun ”Widget:LeväseurantataulukkoALL” versioiden välillä
Järvi-meriwikistä
(Ak: Uusi sivu: <includeonly><div id="<!--{$id|default:JwAlgalTable|escape:'html'}-->_container">Ladataan tietoja</div> <script type="text/javascript"> function <!--{$id|default:JwAlgalTable|es...) |
|||
Rivi 102: | Rivi 102: | ||
resultObj.wBodyUrl = resultItem.Vesistöalue[0].fullurl; | resultObj.wBodyUrl = resultItem.Vesistöalue[0].fullurl; | ||
if (resultObj.type == 'Meri') { meripaikkoja = true; } | if (resultObj.type == 'Meri') { meripaikkoja = true; } | ||
− | } | + | } |
+ | resultObj.basin = resultItem["Päävesistö"][0].fulltext; | ||
resultObj.mun = resultItem.Kunta[0].fulltext; | resultObj.mun = resultItem.Kunta[0].fulltext; | ||
resultObj.munUrl = resultItem.Kunta[0].fullurl; | resultObj.munUrl = resultItem.Kunta[0].fullurl; | ||
Rivi 150: | Rivi 151: | ||
function dataReady() { | function dataReady() { | ||
− | + | console.log( resultArr ); | |
var output = ""; | var output = ""; | ||
output += '<div class="mw-content-ltr">' | output += '<div class="mw-content-ltr">' | ||
Rivi 157: | Rivi 158: | ||
output += '<th class="headerSort" style="text-align: left;"></th>'; | output += '<th class="headerSort" style="text-align: left;"></th>'; | ||
output += '<th class="headerSort" style="text-align: left;">Vesistö</th>'; | output += '<th class="headerSort" style="text-align: left;">Vesistö</th>'; | ||
+ | output += '<th class="headerSort" style="text-align: left;">Päävesistö</th>'; | ||
output += '<th class="headerSort" style="text-align: left;">Nimi</th>'; | output += '<th class="headerSort" style="text-align: left;">Nimi</th>'; | ||
output += '<th class="headerSort" style="text-align: left;">Kunta</th>'; | output += '<th class="headerSort" style="text-align: left;">Kunta</th>'; | ||
Rivi 181: | Rivi 183: | ||
} | } | ||
output += '<td class="smwtype_wpg"><a href="' + resultArr[c].wBodyUrl + '">' + resultArr[c].wBody + '</a></td>'; | output += '<td class="smwtype_wpg"><a href="' + resultArr[c].wBodyUrl + '">' + resultArr[c].wBody + '</a></td>'; | ||
+ | output += '<td class="smwtype_wpg">resultArr[c].basin</td>'; | ||
nimi = resultArr[c].site; | nimi = resultArr[c].site; |