Diff -- /var/www/vhosts/3dshawn.com/affiliate.3dshawn.com/TEMPLATES/webstls_verify_email.html
Diff

/var/www/vhosts/3dshawn.com/affiliate.3dshawn.com/TEMPLATES/webstls_verify_email.html

added on local at 2026-07-01 13:48:12

Added
+66
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 76bcf2c01363
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<!-- Email verification landing page. Reached via the link in the email
2 EmailVerify.pm sent at signup (or when the user clicked "Resend"
3 from /profile.cgi). Marketing nav header is rendered by
4 webstls_marketing.html. -->
5<div class="auth-shell">
6 <aside class="auth-side">
7 <div class="auth-side-glow"></div>
8 <div class="auth-side-content">
9 <div class="hero-pill" style="margin-bottom:18px"><span class="dot"></span> Email confirmation</div>
10 <div class="auth-quote">
11 "We send receipts, refund notices, and dunning emails to the address on your account. Verifying it once keeps those messages out of spam folders."
12 </div>
13 <div class="auth-quote-attr">&mdash; WebSTLs platform</div>
14 </div>
15 </aside>
16
17 <main class="auth-main">
18 <div class="auth-form-wrap">
19 [if:$ok]
20 <h1 class="auth-title">Email verified</h1>
21 <p class="auth-sub">Thanks &mdash; we have confirmed your address. Receipts and notifications will land in your inbox from here on.</p>
22 <div class="banner" style="margin:18px 0;background:rgba(34,197,94,0.10);border:1px solid rgba(34,197,94,0.35);color:#86efac">
23 <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20,6 9,17 4,12"/></svg>
24 <div class="text-xs">Verification complete.</div>
25 </div>
26 [if:$is_signed_in]
27 <a href="/dashboard.cgi" class="btn btn-primary btn-block btn-lg">Continue to dashboard</a>
28 [/if]
29 [if:$not_signed_in]
30 <a href="/login.cgi" class="btn btn-primary btn-block btn-lg">Sign in</a>
31 [/if]
32 [/if]
33
34 [if:$not_ok]
35 <h1 class="auth-title">Link unavailable</h1>
36 <p class="auth-sub">We could not use that verification link.</p>
37 <div class="banner danger" style="margin:18px 0">
38 <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
39 <div class="text-xs">$error_msg</div>
40 </div>
41 <p class="text-xs text-dim" style="margin:14px 0">
42 Verification links are valid for 7 days and single-use. If yours expired or was already redeemed, request a fresh one from your account preferences.
43 </p>
44 [if:$is_signed_in]
45 <a href="/profile.cgi" class="btn btn-primary btn-block btn-lg">Open account preferences</a>
46 [/if]
47 [if:$not_signed_in]
48 <a href="/login.cgi" class="btn btn-primary btn-block btn-lg">Sign in to request a new link</a>
49 [/if]
50 [/if]
51 </div>
52 <div class="text-center text-xs text-dim">Links expire in 7 days &middot; single-use &middot; audit logged</div>
53 </main>
54</div>
55
56<footer class="site-foot">
57 <div class="foot-grid">
58 <div class="foot-col">
59 <div class="flex items-center gap-3 mb-2"><div class="brand-mark" style="width:32px;height:32px;font-size:15px">W<span style="color:#a78bfa">S</span></div><div class="brand-text"><span class="brand-name">AffSoft</span></div></div>
60 <p class="text-sm text-secondary" style="max-width:340px">The operating system for growth teams.</p>
61 </div>
62 <div class="foot-col"><h5>Platform</h5><ul><li><a href="features.cgi">Features</a></li><li><a href="tour.cgi">Tour</a></li><li><a href="pricing.cgi">Pricing</a></li><li><a href="faq.cgi">FAQ</a></li></ul></div>
63 <div class="foot-col"><h5>Legal &amp; Trust</h5><ul><li><a href="privacy.cgi">Privacy</a></li><li><a href="terms.cgi">Terms of Service</a></li></ul></div>
64 </div>
65 <div class="foot-bottom"><span>&copy; 2026 AffSoft All rights reserved.</span></div>
66</footer>
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help