Template:MonthlyConvert/Default: Difference between revisions
Content deleted Content added
remove close, add another back link |
use <html> for the whole thing |
||
Line 1:
<noinclude><html><meta name="viewport" content="width=device-width, initial-scale=1"></html>{{IncludeCSS | Template:Styles/Default.css }}</noinclude>
<templatestyles src="Template:MonthlyConvert/Default/styles.css"/>
<html>
<div class="mc-modal-screen">
<div class="mc-modal">
<div class="mc-choice">
<div class="mc-back" tabindex="0">
</div>
<h1>Why not make it <span class="mc-amt-suggest">$Y</span> monthly?</h1>
<p>Monthly support is the best way to ensure that Wikipedia keeps thriving.</p>
<div class="mc-buttons"
<button class="mc-button mc-no-button">No thanks! I'll make a one-time donation of <span class="mc-amt-initial">$X</span></button>
<button class="mc-button mc-yes-button">Yes, I'll donate <span class="mc-amt-suggest">$Y</span> each month</button>
<div class="mc-link mc-diff-amount-link" tabindex="0">Yes, I'll donate monthly, but for a different amount</div>
Line 20 ⟶ 21:
<div class="mc-edit-amount" style="display: none">
<div class="mc-back" tabindex="0">
</div>
<h1>Thank you for your support!</h1>
Line 26 ⟶ 27:
<div class="mc-other-amount">
<div class="mc-error mc-error-smallamount lp-error-smallamount">{{int:donate_interface-smallamount-error}}</div>
<div class="mc-error mc-error-bigamount lp-error-bigamount">{{int:donate_interface-bigamount-error}}</div>
</div>
<div class="mc-buttons"
<button class="mc-button mc-donate-monthly-button">Donate Monthly</button>
</div><!--mc-edit-amount-->
</div><!--mc-modal-->
</div>
</html>
|