Template:2012FR/Form-section/Radiobuttons/3-3-1: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> |
<html> |
||
<input type="hidden" name="currency_code" value="</html>{{{currency|{{ |
<input type="hidden" name="currency_code" value="</html>{{{currency|{{CurrencyCode|{{{country}}}}}}}}<html>"/> |
||
⚫ | |||
<div> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
</div> |
|||
</div> |
</div> |
||
<fieldset class="frequency-options"> |
<fieldset class="frequency-options"> |
||
Line 32: | Line 30: | ||
<label class="frb-btn" for="input_amount_2"></html>{{CurrencyFormat|{{{donate-amount-2}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label> |
<label class="frb-btn" for="input_amount_2"></html>{{CurrencyFormat|{{{donate-amount-2}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label> |
||
</li> |
</li> |
||
</ul> |
|||
<ul> |
|||
<li class="radiobuttons-cell input_amount_3"> |
<li class="radiobuttons-cell input_amount_3"> |
||
<input type="radio" name="amount" id="input_amount_3" onclick="selectAmount();" value="</html>{{{donate-amount-3}}}<html>" /> |
<input type="radio" name="amount" id="input_amount_3" onclick="selectAmount();" value="</html>{{{donate-amount-3}}}<html>" /> |
||
Line 46: | Line 42: | ||
<label class="frb-btn" for="input_amount_5"></html>{{CurrencyFormat|{{{donate-amount-5}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label> |
<label class="frb-btn" for="input_amount_5"></html>{{CurrencyFormat|{{{donate-amount-5}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label> |
||
</li> |
</li> |
||
</ul> |
|||
<ul> |
|||
<li class="radiobuttons-cell input_amount_other"> |
<li class="radiobuttons-cell input_amount_other"> |
||
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();"> |
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();"> |
||
Line 59: | Line 53: | ||
<div style="display: none;" class="lp-error lp-error-bigamount"></html>{{int:Donate_interface-bigamount-error}}<html></div> |
<div style="display: none;" class="lp-error lp-error-bigamount"></html>{{int:Donate_interface-bigamount-error}}<html></div> |
||
</fieldset> |
</fieldset> |
||
<style> |
|||
.amount-options ul { |
|||
grid-template-columns: 1fr 1fr 1fr !important; |
|||
} |
|||
.input_amount_other { |
|||
grid-column: span 3; |
|||
} |
|||
</style> |
|||
</html> |
</html> |
Latest revision as of 19:54, 29 April 2024