Template:PendingProfile: Difference between revisions

No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold;">
<!-- Top Notice -->
⚠️ This profile is locked — Payment pending from {{PAGENAME}} for full activation.
{{#ifeq:{{{status|pending}}}|paid|
<!-- IF PAID -->
{{{visible|}}}
{{{hidden|}}}
|
<!-- ELSE (PENDING) -->
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold; margin-bottom:10px;">
🔒 Profile locked — payment pending from {{PAGENAME}} — [https://pages.razorpay.com/full-3000 Pay Now to unlock]
</div>
</div>


Line 6: Line 13:
{{{visible|}}}
{{{visible|}}}


<!-- Blurred Section -->
<!-- Wrapper -->
<div style="position:relative; margin-top:10px;">
<div style="position:relative; margin-top:20px; min-height:400px;">
 
   <!-- Blurred Content -->
   <!-- Blurred content -->
   <div style="filter:blur(5px); opacity:0.7; pointer-events:none; user-select:none; z-index:1;">
   <div style="filter:blur(5px); opacity:0.8; pointer-events:none; user-select:none; z-index:1;">
     {{{hidden|}}}
     {{{hidden|}}}
   </div>
   </div>


   <!-- Overlay message and button -->
   <!-- Overlay Message Box -->
   <div style="position:absolute; top:35%; left:50%; transform:translateX(-50%);  
   <div style="position:absolute; top:40%; left:0; right:0; text-align:center;  
   background:rgba(255,255,255,0.92); padding:25px; text-align:center;  
   background:rgba(255,255,255,0.85); padding:20px; font-size:18px; font-weight:bold; border:2px solid #ffcc00;">
  font-size:18px; font-weight:bold; border:2px solid #ffcc00; border-radius:8px;
   🔒 Profile locked payment pending from {{PAGENAME}} — [https://pages.razorpay.com/full-3000 Pay Now to unlock]
  z-index:10; width:80%; max-width:500px;">
   </div>
   🔒 Full biography is locked.<br>
  Make a payment to unlock the full profile.<br><br>
  <a href="https://pages.razorpay.com/balance-2500" target="_blank"
  style="background:#007bff; color:white; padding:10px 25px; border-radius:6px; text-decoration:none; display:inline-block; font-weight:bold; font-size:16px;">
  💳 Pay Now ₹2,500
   </a>
   </div>
   </div>
</div>
</div>
}}