diff --git a/frontend/normal_user/_main page/pojedynczy_turniej/app.js b/frontend/normal_user/_main page/pojedynczy_turniej/app.js index 82acd56..4a9f406 100644 --- a/frontend/normal_user/_main page/pojedynczy_turniej/app.js +++ b/frontend/normal_user/_main page/pojedynczy_turniej/app.js @@ -9,6 +9,30 @@ async function showTournaments() { console.log(error); } } +function checkId() { + if (localStorage.getItem("token") !== null) { + + fetch('https://dragonmaster.pl/inz/user', { + headers: { + Authorization: ("Bearer " + localStorage.getItem("token")) + } + }) + .then(res => res.json()) + .then(json => { + return (json['id']) + }) + } + else { + document.getElementById("creator").style.display = "none"; + } +} + +function checkOwner() { + if (localStorage.getItem("organisatorId") == checkId()) { + console.log("dziaua") + } +} + function checkRole() { if (localStorage.getItem("token") !== null) { @@ -20,7 +44,7 @@ function checkRole() { }) .then(res => res.json()) .then(json => { - if (json['role'] == '1') { + if (json['role'] == '1' || json['role'] == '2') { document.getElementById("zapisy").style.display = "none"; document.getElementById("drabinka").style.display = "none"; } diff --git a/frontend/normal_user/_main page/pojedynczy_turniej/drabinka/index.html b/frontend/normal_user/_main page/pojedynczy_turniej/drabinka/index.html index 849512e..3ea837e 100644 --- a/frontend/normal_user/_main page/pojedynczy_turniej/drabinka/index.html +++ b/frontend/normal_user/_main page/pojedynczy_turniej/drabinka/index.html @@ -41,260 +41,8 @@ - - - -
- -
- - - - - - - - - - -
-
- - - -
-
- - - - -
-
- - +
@@ -384,279 +132,6 @@
- - -
-
- - - - -
-
- - - -
-
- - - - - - - - - -
-
- - - -
-
- - - - -
-
- - - -
-
- - - - - - -
-
- - - -
-
- - - - -
-
diff --git a/frontend/normal_user/_main page/pojedynczy_turniej/zapisy na turniej/index.html b/frontend/normal_user/_main page/pojedynczy_turniej/zapisy na turniej/index.html index e23b3ab..4cf7786 100644 --- a/frontend/normal_user/_main page/pojedynczy_turniej/zapisy na turniej/index.html +++ b/frontend/normal_user/_main page/pojedynczy_turniej/zapisy na turniej/index.html @@ -5,7 +5,7 @@ - Padle tournament system + Padel Tournament System @@ -32,7 +32,7 @@
- + \ No newline at end of file diff --git a/frontend/normal_user/_main page/pojedynczy_turniej/zapisy/index.html b/frontend/normal_user/_main page/pojedynczy_turniej/zapisy/index.html index 7f83c6f..d2eabb0 100644 --- a/frontend/normal_user/_main page/pojedynczy_turniej/zapisy/index.html +++ b/frontend/normal_user/_main page/pojedynczy_turniej/zapisy/index.html @@ -56,32 +56,14 @@ -
- Dopuszczeni do turnieju - -
- -
- -
-
- -
- Zapis opłacony - -
- -
- -
-
- -
+ + +