Template:2012FR/Form-section/Radiobuttons/3buttons: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
rm unneeded div |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<html> |
<html> |
||
<input type="hidden" name="currency_code" value="</html>{{{currency|{{CurrencyCode|{{{country}}}}}}}}<html>"/> |
<input type="hidden" name="currency_code" value="</html>{{{currency|{{CurrencyCode|{{{country}}}}}}}}<html>"/> |
||
⚫ | |||
<div> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
</div> |
</div> |
||
<fieldset class="frequency-options"> |
<fieldset class="frequency-options"> |
||
Line 20: | Line 18: | ||
<fieldset class="amount-options"> |
<fieldset class="amount-options"> |
||
<ul> |
<ul> |
||
⚫ | |||
⚫ | |||
⚫ | |||
</li> |
|||
<li class="radiobuttons-cell input_amount_1"> |
<li class="radiobuttons-cell input_amount_1"> |
||
<input type="radio" name="amount" id="input_amount_1" onclick="selectAmount();" value="</html>{{{donate-amount-1}}}<html>" /> |
<input type="radio" name="amount" id="input_amount_1" onclick="selectAmount();" value="</html>{{{donate-amount-1}}}<html>" /> |
||
Line 32: | Line 26: | ||
<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_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();"> |
||
<label class="frb-btn" for="input_amount_other |
<label class="frb-btn" for="input_amount_other"> |
||
<span></html>{{int:donate_interface-other}}<html></span> |
<span></html>{{int:donate_interface-other}}<html></span> |
||
<input id="input_amount_other_box" type="text" inputmode="decimal" autocomplete="off" value="" tabindex="-1" class="noime" onfocus="selectOther();"> |
<input id="input_amount_other_box" type="text" inputmode="decimal" autocomplete="off" value="" tabindex="-1" class="noime" onfocus="selectOther();"> |
||
</label> |
</label> |
||
</li> |
</li> |
||
</ul> |
</ul> |
||
<div style="display: none;" class="lp-error lp-error-smallamount"></html>{{int:Donate_interface-smallamount-error}}<html></div> |
<div style="display: none;" class="lp-error lp-error-smallamount"></html>{{int:Donate_interface-smallamount-error}}<html></div> |
||
<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> |
|||
label.frb-button[for="input_amount_other"] { |
|||
flex-wrap: nowrap; |
|||
gap: 10px; |
|||
} |
|||
label.frb-button[for="input_amount_other"] span { |
|||
font-size:14px; |
|||
} |
|||
label.frb-button[for="input_amount_other"] #input_amount_other_box { |
|||
width: 100px; |
|||
} |
|||
</style> |
|||
</html> |
</html> |
Latest revision as of 14:31, 21 March 2024