Template:PendingProfile: Difference between revisions

No edit summary
No edit summary
 
(21 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;">
   <div style="filter:blur(5px); opacity:0.8; pointer-events:none; user-select:none;">
  <!-- Blurred Content -->
   <div style="filter:blur(5px); opacity:0.7; pointer-events:none; user-select:none; z-index:1;">
     {{{hidden|}}}
     {{{hidden|}}}
   </div>
   </div>
  <!-- Overlay Message Box -->
   <div style="position:absolute; top:40%; left:0; right:0; text-align:center;  
   <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;">
   background:rgba(255,255,255,0.85); padding:20px; font-size:18px; font-weight:bold; border:2px solid #ffcc00;">
   🔒 Full biography is locked. Make a Payment to unlock the full profile.
   🔒 Profile locked — payment pending from {{PAGENAME}} — [https://pages.razorpay.com/full-3000 Pay Now to unlock]
  </div>
   </div>
   </div>
</div>
</div>
}}