Template:PendingProfile: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold;">
{{#vardefine:status|{{{status|pending}}}}}
🔒 Profile locked — pending payment from {{PAGENAME}} — [https://pages.razorpay.com/balance-2500 Pay Now to unlock]
 
{{#ifeq:{{#var:status}}|paid|
<!-- SHOW FULL PROFILE -->
{{{visible|}}}
{{{hidden|}}}
|
<!-- SHOW LOCKED PROFILE -->
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold; margin-bottom:10px;">
⚠️ This profile is locked — payment is pending from {{PAGENAME}} for full activation.
</div>
</div>
<!-- Visible Section -->
{{{visible|}}}
{{{visible|}}}


<!-- Blurred Section -->
<div style="position:relative; margin-top:20px; min-height:400px;">
<div style="position:relative; margin-top:10px;">
   <div style="filter:blur(5px); opacity:0.7; pointer-events:none; user-select:none;">
   <div style="filter:blur(5px); opacity:0.8; pointer-events:none; user-select:none;">
     {{{hidden|}}}
     {{{hidden|}}}
   </div>
   </div>
   <div style="position:absolute; top:40%; left:0; right:0; text-align:center;  
 
  background:rgba(255,255,255,0.85); padding:20px; font-size:18px; font-weight:bold; border:2px solid #ffcc00;">
   <div style="position:absolute; top:0; left:0; right:0; bottom:0; display:flex; justify-content:center; align-items:center; z-index:10;">
  🔒 Profile locked — pending payment from {{PAGENAME}} — [https://pages.razorpay.com/balance-2500 Pay Now to unlock]
    <div style="background:rgba(255,255,255,0.95); border:2px solid #ffcc00; border-radius:10px; padding:25px; text-align:center; max-width:500px; width:90%; font-weight:bold; font-size:17px; color:#000;">
      🔒 The full biography is locked.<br>
      Please make a payment to unlock the profile.<br><br>
      <a href="https://pages.razorpay.com/balance-2500" target="_blank"
      style="color:#007bff; text-decoration:underline; font-weight:bold;">Pay Now</a><br><br>
      <small><i>Admin toggle: [[{{FULLPAGENAME}}?action=purge&status=paid|Unlock Profile]]</i></small>
    </div>
   </div>
   </div>
</div>
</div>
}}