Strona główna - Sandra Spa Pogoń Szczecin
The next match is
Matches
KPR Arged Ostrovia Ostrów Wielkopolski
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Łomża Industria Kielce
Chrobry Głogów
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Górnik Zabrze
Grupa Azoty Unia Tarnów
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Orlen Wisła Płock
Piotrkowianin Piotrków Trybunalski
Sandra SPA Pogoń Szczecin
Zagłębie Lubin
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Energa MKS Kalisz
MMTS Kwidzyn
Sandra SPA Pogoń Szczecin
Torus Wybrzeże Gdańsk
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Azoty-Puławy
Sandra SPA Pogoń Szczecin
KPR Arged Ostrovia Ostrów Wielkopolski
Łomża Industria Kielce
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Chrobry Głogów
Górnik Zabrze
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Grupa Azoty Unia Tarnów
Orlen Wisła Płock
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Piotrkowianin Piotrków Trybunalski
Sandra SPA Pogoń Szczecin
Zagłębie Lubin
Energa MKS Kalisz
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
MMTS Kwidzyn
Gwardia Opole
Sandra SPA Pogoń Szczecin
Sandra SPA Pogoń Szczecin
Torus Wybrzeże Gdańsk
Azoty-Puławy
Sandra SPA Pogoń Szczecin
TABELA
No | TEAM | TEAM | PointsPTS | MatchesM | Balance |
---|---|---|---|---|---|
1 |
|
Orlen Wisła Płock | 39 | 13 | 437:283 |
2 |
|
Łomża Industria Kielce | 36 | 13 | 505:318 |
3 |
|
Górnik Zabrze | 27 | 13 | 374:345 |
4 |
|
Azoty-Puławy | 26 | 13 | 392:379 |
5 |
|
Torus Wybrzeże Gdańsk | 22 | 13 | 335:342 |
6 |
|
Grupa Azoty Unia Tarnów | 19 | 13 | 333:356 |
7 |
|
Chrobry Głogów | 19 | 13 | 345:374 |
14 |
|
Sandra SPA Pogoń Szczecin | 4 | 13 | 334:394 |
TABELA
No | TEAM | TEAM | PointsPTS | MatchesM | Balance |
---|---|---|---|---|---|
1 | Industria Kielce | 77 | 26 | 932:649 | |
2 |
|
Orlen Wisła Płock | 73 | 26 | 850:601 |
3 |
|
Azoty-Puławy | 58 | 26 | 789:670 |
4 |
|
MMTS Kwidzyn | 44 | 26 | 682:684 |
5 |
|
Górnik Zabrze | 44 | 26 | 688:687 |
6 |
|
Energa MKS Kalisz | 40 | 26 | 731:713 |
7 |
|
Piotrkowianin Piotrków Trybunalski | 37 | 26 | 708:771 |
8 |
|
Chrobry Głogów | 33 | 26 | 739:807 |
9 |
|
Gwardia Opole | 32 | 26 | 642:711 |
10 |
|
Zagłębie Lubin | 27 | 26 | 699:756 |
11 |
|
Torus Wybrzeże Gdańsk | 22 | 26 | 657:754 |
12 |
|
Grupa Azoty Unia Tarnów | 22 | 26 | 643:731 |
13 |
|
Sandra SPA Pogoń Szczecin | 21 | 26 | 664:768 |
14 |
|
Handball Stal Mielec | 16 | 26 | 679:801 |
TABELA


The following has evaluated to null or missing: ==> VideoURL [in template "20100#20127#1807846" at line 9, column 37] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${VideoURL.getData()} [in template "20100#20127#1807846" at line 9, column 35] ----
1<#setting locale = locale>
2<#assign
3originalDate = dateUtil.parseDate("EEE, d MMM yyyy HH:mm:ss Z", .vars['reserved-article-display-date'].data, localeUtil.getDefault())
4hourString = originalDate?string["HH:mm"]
5journalArticleAssetCategoryUtil = serviceLocator.findService("com.neutrica.smotai.clubs.commons.util.JournalArticleAssetCategoryUtil")
6vocabulary = 1704122
7categories = journalArticleAssetCategoryUtil.getJournalArticleAssetCategoriesFromVocabulary(groupId, .vars['reserved-article-id'].data, vocabulary)
8/>
9<div class="top-part" data-video="${VideoURL.getData()}">
10 <#if (ThumbnailImage.getData())?has_content>
11 <img loading="lazy" class="photo-background" src="${ThumbnailImage.getData()}" alt="${ThumbnailImage.getAttribute("alt")}" />
12 </#if>
13 <div class="bottom-gradient"></div>
14</div>
15<div class="bottom-part">
16 <div class="oneline">
17 <span class="date subheading line-separator">${hourString} | </span>
18 <#if categories?has_content>
19 <span class="author subheading">${categories[0].getTitle(locale)}</span>
20 </#if>
21 </div>
22 <div class="title-content-block">
23 <h2 class="title">${.vars['reserved-article-title'].data}</h2>
24 </div>
25</div>
The following has evaluated to null or missing: ==> VideoURL [in template "20100#20127#1807846" at line 9, column 37] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${VideoURL.getData()} [in template "20100#20127#1807846" at line 9, column 35] ----
1<#setting locale = locale>
2<#assign
3originalDate = dateUtil.parseDate("EEE, d MMM yyyy HH:mm:ss Z", .vars['reserved-article-display-date'].data, localeUtil.getDefault())
4hourString = originalDate?string["HH:mm"]
5journalArticleAssetCategoryUtil = serviceLocator.findService("com.neutrica.smotai.clubs.commons.util.JournalArticleAssetCategoryUtil")
6vocabulary = 1704122
7categories = journalArticleAssetCategoryUtil.getJournalArticleAssetCategoriesFromVocabulary(groupId, .vars['reserved-article-id'].data, vocabulary)
8/>
9<div class="top-part" data-video="${VideoURL.getData()}">
10 <#if (ThumbnailImage.getData())?has_content>
11 <img loading="lazy" class="photo-background" src="${ThumbnailImage.getData()}" alt="${ThumbnailImage.getAttribute("alt")}" />
12 </#if>
13 <div class="bottom-gradient"></div>
14</div>
15<div class="bottom-part">
16 <div class="oneline">
17 <span class="date subheading line-separator">${hourString} | </span>
18 <#if categories?has_content>
19 <span class="author subheading">${categories[0].getTitle(locale)}</span>
20 </#if>
21 </div>
22 <div class="title-content-block">
23 <h2 class="title">${.vars['reserved-article-title'].data}</h2>
24 </div>
25</div>

PGNiG Superliga Kobiet: TOP 3 OBRONY – 14. tydzień

PGNiG Superliga Kobiet: TOP 3 BRAMKI – 14. tydzień

14. Seria Młyny Stoisław Koszalin – MKS Zagłębie Lubin SKRÓT

14. Seria KPR Ruch Chorzów – MKS FunFloor Lublin SKRÓT

Sylwia Matuszczyk po JKS Jarosław – Piotrcovia: maszyna ruszyła

Aleksandra Zimny po JKS Jarosław – Piotrcovia: jestem dumna z moich dziewczyn

Lucyna Sobecka po JKS Jarosław – Piotrcovia: liczyłam, że dowieziemy wynik

JKS Jarosław – Piotrcovia: fatalny błąd. Bramkarka uratowała koleżankę
ZAWODNICY
Java method "com.neutrica.smotai.clubs.commons.util.URLBuilder.buildPlayerProfileURL(long, long, String, String, String, long, javax.portlet.RenderResponse)" threw an exception when invoked on com.neutrica.smotai.clubs.commons.util.URLBuilder object "com.neutrica.smotai.clubs.commons.util.URLBuilder@6be65227"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign friendlyUrl = playerProfileUR... [in template "20100#20127#583245" at line 13, column 17] ----
1<#assign playerProfileURLBuilder = serviceLocator.findService("com.neutrica.smotai.clubs.commons.util.URLBuilder")/>
2<#setting locale = locale>
3<#assign friendlyUrl="" />
4
5<div class="players-carousel carousel-margin-right-big">
6 <div class="tns-controls">
7 <button class="nav-left icon-slg-chevron-left"></button>
8 <button class="nav-right icon-slg-chevron-right"></button>
9 </div>
10 <div class="tns-carousel">
11 <#list entries as player>
12 <#if singlePlayerPageId?has_content>
13 <#assign friendlyUrl = playerProfileURLBuilder.buildPlayerProfileURL(themeDisplay.getPlid(), player.id, player.firstName, player.lastName, player.getSeasonName(locale), singlePlayerPageId, renderResponse) />
14 </#if>
15 <div>
16 <a class="player animation-fade-in-left-trigger" href="${friendlyUrl}">
17 <#if player.background?has_content>
18 <div class="photo">
19 <img loading="lazy" class="img-player" data-fileentryid="${player.photo.fileEntryId}"
20 src="${player.background.url}?imageThumbnail=2" alt="${player.firstName} ${player.lastName}">
21 </div>
22 </#if>
23 <div class="player-info-container">
24 <div class="details">
25 <h3 class="player-name">
26 <span>${player.firstName}</span>
27 <span>${player.lastName}</span>
28 </h3>
29 <p class="caption position">${player.getPosition(locale)}</p>
30 <span class="number">${'#' + player.number}</span>
31 </div>
32 </div>
33 </a>
34 </div>
35 </#list>
36 </div>
37</div>
38<script>
39 (function () {
40 function initPlayersSlider(instanceId) {
41 const nav_prev = document.querySelector('#' + instanceId + ' .nav-left');
42 const nav_next = document.querySelector('#' + instanceId + ' .nav-right');
43
44 tns({
45 container: '.players-carousel .tns-carousel',
46 center: true,
47 loop: false,
48 mouseDrag: true,
49 nav: false,
50 items: 1,
51 prevButton: nav_prev,
52 nextButton: nav_next,
53 edgePadding: 15,
54 gutter: 10,
55 preventScrollOnTouch: 'auto',
56 responsive: {
57 480: {
58 items: 2,
59 center: false
60 },
61 768: {
62 items: 3,
63 center: false
64 },
65 992: {
66 items: 4,
67 center: false
68 },
69 1366: {
70 items: 4,
71 gutter: 20,
72 center: false
73 }
74 }
75 });
76 }
77
78 initPlayersSlider('p_p_id${themeDisplay.getPortletDisplay().getNamespace()}');
79 })();
80</script>