From 60770759488e8c784648983040521e7d8430925f Mon Sep 17 00:00:00 2001 From: cirakg Date: Sat, 7 Jan 2023 23:00:20 +0100 Subject: Dodati tooltip-ovi na web aplikaciji. --- src/main/webapp/pages/userIndex.jsp | 43 ++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) (limited to 'src/main/webapp/pages/userIndex.jsp') diff --git a/src/main/webapp/pages/userIndex.jsp b/src/main/webapp/pages/userIndex.jsp index 57e4a16..402b1ce 100644 --- a/src/main/webapp/pages/userIndex.jsp +++ b/src/main/webapp/pages/userIndex.jsp @@ -18,6 +18,28 @@ border-collapse: collapse; padding:2px; } + .tooltip { + position: relative; + display: inline-block; + border-bottom: 1px dotted black; +} +.tooltip .tooltiptext { + visibility: hidden; + width: 300px; + background-color: black; + color: #fff; + text-align: center; + border-radius: 6px; + padding: 5px 0; + position: absolute; + z-index: 1; +} +.tooltip:hover .tooltiptext { + visibility: visible; +} +h1{ + display:inline; +} @@ -30,7 +52,11 @@ if(isAdmin){ -

Izaberi pokemona

+
+

Izaberi pokemona

(?) + Korisnik da bi se uopste ulogovan i koristio desktop aplikaciju mora da ima izabranog pokemona!!! + Prikazan izabran poken sa svim podacima o njemu +

<% IService service=(IService)Naming.lookup(CONSTS.rmiUrl); @@ -56,8 +82,11 @@ Trenutno izabran pokemon: <% } %> -


-

Svi pokemoni

+

+

Svi pokemoni

(?) + Lista svih dostupnih pokemona odakle korisnik moze da izabere pokemona koga ce koristiti. +
+
@@ -89,8 +118,12 @@ Trenutno izabran pokemon:
Ime
-


-

Istorija

+

+

Istorija

(?) + Pregled istorije meceva korisnika. Prikaz imena i slike koriscenog pokemona, datum i rezultat meca. +
+
+
-- cgit v1.2.3