Strona główna - Piotrkowianin Piotrków Trybunalski S.A.
The next match is
Matches
Łomża Industria Kielce
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Chrobry Głogów
Zagłębie Lubin
Piotrkowianin Piotrków Trybunalski
Energa MKS Kalisz
Piotrkowianin Piotrków Trybunalski
Chrobry Głogów
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Górnik Zabrze
Grupa Azoty Unia Tarnów
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Orlen Wisła Płock
Piotrkowianin Piotrków Trybunalski
Zagłębie Lubin
Sandra SPA Pogoń Szczecin
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Energa MKS Kalisz
MMTS Kwidzyn
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Gwardia Opole
Torus Wybrzeże Gdańsk
Piotrkowianin Piotrków Trybunalski
Piotrkowianin Piotrków Trybunalski
Azoty-Puławy
KPR Arged Ostrovia Ostrów Wielkopolski
Piotrkowianin Piotrków Trybunalski
TABELA
No | TEAM | TEAM | PointsPTS | MatchesM | Balance |
---|---|---|---|---|---|
1 |
|
Orlen Wisła Płock | 42 | 14 | 479:305 |
2 |
|
Łomża Industria Kielce | 39 | 14 | 545:344 |
3 |
|
Górnik Zabrze | 30 | 14 | 405:366 |
4 |
|
Azoty-Puławy | 29 | 14 | 430:410 |
5 |
|
Torus Wybrzeże Gdańsk | 25 | 14 | 361:367 |
6 |
|
Grupa Azoty Unia Tarnów | 19 | 14 | 354:387 |
7 |
|
Chrobry Głogów | 19 | 14 | 367:416 |
13 |
|
Piotrkowianin Piotrków Trybunalski | 9 | 14 | 354:414 |
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



TOP 3 parady 15. tydzień

TOP 3 bramki 15. tydzień

TOP3 PARADY 13. tydzień

TOP 3 BRAMKI – 13. tydzień

17. seria Galiczanka Lwów – KPR Ruch Chorzów [SKRÓT]

15. seria EKS Start Elbląg – KPR Gminy Kobierzyce [SKRÓT]

15. seria: MKS PR Gniezno – Młyny Stoisław Koszalin SKRÓT

14. seria: Orlen Wisła Płock – Chrobry Głogów SKRÓT

14. seria: Sandra SPA Pogoń Szczecin – Arged KPR Ostrovia Ostrów Wielkopolski SKRÓT
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@d29e50c"; 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>