From 874d53f9b6cf6a10b4727ddb4bec2de8fb1a1091 Mon Sep 17 00:00:00 2001 From: idkwhereisthisname Date: Mon, 17 Mar 2025 18:42:00 +0100 Subject: [PATCH] Update H_01.jsp --- jsp/H_01.jsp | 611 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 601 insertions(+), 10 deletions(-) diff --git a/jsp/H_01.jsp b/jsp/H_01.jsp index dccf292..e3fd28f 100644 --- a/jsp/H_01.jsp +++ b/jsp/H_01.jsp @@ -1,5 +1,18 @@ <%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*,javafx.scene.web.*" %> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +<%@ + String page = request.getParameter("p"); + if (page != null) { + page = page.replaceAll("&", "&") + .replaceAll("<", "<") + .replaceAll(">", ">") + .replaceAll("\"", """) + .replaceAll("'", "'") + .replaceAll("/", "/"); + } else { + page = "1" + } +%> debug @@ -428,6 +441,224 @@ function needSyncEticket(progress) height:28px; z-index:27; } + #title { + position: absolute; + left: 29px; + top: 28px; + width: 442px; + height: 28px; + z-index: 28; + /*align="left"; looks like somebody gave up trying to align this to the left*/ + } + + #arrowLshadow { + position: absolute; + left: 388px; + top: 373px; + width: 71px; + height: 72px; + z-index: 1; + } + + #arrowRshadow { + position: absolute; + left: 516px; + top: 373px; + width: 71px; + height: 72px; + z-index: 2; + } + + #header01 { + position: absolute; + left: 30px; + top: 100px; + width: 80px; + height: 16px; + z-index: 71; + text-align: center; + } + + #header02 { + position: absolute; + left: 119px; + top: 100px; + width: 132px; + height: 16px; + z-index: 72; + text-align: center; + } + + #header03 { + position: absolute; + left: 259px; + top: 100px; + width: 141px; + height: 16px; + z-index: 73; + text-align: center; + } + + #header04 { + position: absolute; + left: 407px; + top: 100px; + width: 82px; + height: 16px; + z-index: 74; + text-align: center; + } + + #header05 { + position: absolute; + left: 495px; + top: 84px; + width: 80px; + height: 16px; + z-index: 75; + text-align: center; + } + + #row01 { + position: absolute; + left: 27px; + top: 139px; + width: 555px; + height: 42px; + z-index: 82; + } + + #row02 { + position: absolute; + left: 27px; + top: 198px; + width: 555px; + height: 42px; + z-index: 81; + } + + #row03 { + position: absolute; + left: 27px; + top: 257px; + width: 555px; + height: 42px; + z-index: 80; + } + + #row04 { + position: absolute; + left: 27px; + top: 316px; + width: 555px; + height: 42px; + z-index: 79; + } + + #date { + position: absolute; + left: -2px; + top: 12px; + width: 90px; + height: 18px; + z-index: 83; + } + + #type { + position: absolute; + left: 89px; + top: 12px; + width: 136px; + height: 18px; + z-index: 82; + } + + #content { + position: absolute; + left: 229px; + top: 12px; + width: 147px; + height: 18px; + z-index: 80; + overflow: hidden; + } + + #content div { + position: relative; + top: -2px; + text-align: center; + overflow: hidden; + } + + #cost { + position: absolute; + left: 392px; + top: 12px; + width: 63px; + height: 18px; + z-index: 78; + } + + #balance { + position: absolute; + left: 479px; + top: 12px; + width: 63px; + height: 18px; + z-index: 77; + } + + #aabanner { + position: absolute; + left: 227px; + top: 0px; + width: 151px; + height: 42px; + z-index: 79; + } + + #aabannerspace { + position: absolute; + left: 227px; + top: 0px; + width: 151px; + height: 42px; + z-index: 81; + } + + #pageTotal { + position: absolute; + left: 440px; + top: 385px; + width: 92px; + height: 36px; + z-index: 20; + text-align: center; + } + + .contentsBlackVS { + font-family: "Wii NTLG PGothic JPN Regular"; + font-size: 13px; + color: #323232; + font-weight: normal; + } + + #msg { + position: absolute; + left: 36px; + top: 88px; + width: 540px; + height: 277px; + z-index: 37; + } + + #statusMessage { + position: absolute; + left: 104px; + top: 125px; + width: 400px; + height: 195px; + }