Template:2012FR/Form-section/Radiobuttons/3-buttons: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
m bypass template redirect
Tag: New redirect
 
Line 1: Line 1:
#REDIRECT [[Template:2012FR/Form-section/Radiobuttons/3buttons]]
<html>
<style type="text/css">
#radiobuttons-table-header {
font-weight: bold;
font-size: 1.3em;
margin-bottom: 0.8em;
}

.frequency-options {
margin: 0 3px 0.4em 3px;
font-size: 1.2em;
}

#radiobuttons-table {
font-size: 1.2em;
}

.radiobuttons-cell {
white-space: nowrap;
}

#input_amount_other_box {
color: black;
font-size: 0.8em;
border:1px solid #c0c0c0;
}
</style>

<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 id="radiobuttons-table-header">
</html>{{int:donate_interface-amount-legend}}{{#ifeq: {{{currencynote|}}}|||&nbsp;{{{currencynote|}}}}}<html>:
</div>
</div>
<div class="frequency-options">
<label class="checked">
<input type="radio" name="frequency" id="frequency_onetime" value="onetime" onclick="donationForm.toggleMonthly(false);" checked>
</html>{{int:donate_interface-onetime-short}}<html>
</label>
<label>
<input type="radio" name="frequency" id="frequency_monthly" value="monthly" onclick="donationForm.toggleMonthly(true);">
</html>{{int:donate_interface-monthly-short}}<html>*
</label>
</div>
<div id="radiobuttons-table-body">
<table id="radiobuttons-table">
<tr>
<td class="radiobuttons-cell input_amount_0">
<input type="radio" name="amount" id="input_amount_0" onclick="selectAmount();" value="</html>{{{donate-amount-0}}}<html>" />
<label for="input_amount_0"></html>{{CurrencyFormat|{{{donate-amount-0}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label>
</td>
<td class="radiobuttons-cell input_amount_2">
<input type="radio" name="amount" id="input_amount_2" onclick="selectAmount();" value="</html>{{{donate-amount-1}}}<html>" />
<label for="input_amount_2"></html>{{CurrencyFormat|{{{donate-amount-1}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label>
</td>
<td class="radiobuttons-cell input_amount_4">
<input type="radio" name="amount" id="input_amount_4" onclick="selectAmount();" value="</html>{{{donate-amount-2}}}<html>" />
<label for="input_amount_4"></html>{{CurrencyFormat|{{{donate-amount-2}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label>
</td>
<td 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();">
<label for="input_amount_other">
<span></html>{{int:donate_interface-other}}<html></span>
<input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="" onfocus="clearOther(this);">
</label>
</td>
</tr>
</table>
<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>
</html>

Latest revision as of 20:00, 29 April 2024