Template:2012FR/Form-section/Radiobuttons/5-buttons: Difference between revisions
Content deleted Content added
No edit summary |
update |
||
Line 1:
<html>
<input type="hidden" name="currency_code" value="</html>{{{currency|{{2012FR/Switch/Currency/Code|{{{country}}}}}}}}<html>"/>
<div>
<div id="radiobuttons-table-header">
Line 6:
</div>
</div>
<fieldset class="amount-options">
▲ <tr>
<input type="radio" name="amount" id="
▲ <td class="radiobuttons-cell">
<label for="input_amount_0"></html>{{2012FR/CurrencyFormat|{{{donate-amount-0}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label>▼
▲ </td>
<input type="radio" name="amount" id="
▲ <td class="radiobuttons-cell">
<label for="input_amount_1"></html>{{2012FR/CurrencyFormat|{{{donate-amount-1}}}|{{{currency}}}|{{{country}}}|{{{language}}}}}<html></label>▼
▲ </td>
<input type="radio" name="amount" id="input_amount_2" onclick="selectAmount();" value="</html>{{{donate-amount-2}}}<html>" />
▲ <td class="radiobuttons-cell">
<input type="radio" name="amount" id="input_amount_3" onclick="selectAmount();" value="</html>{{{donate-amount-3}}}<html>" />
▲ <label class="frb-btn" for="
▲ <td class="radiobuttons-cell">
▲ <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_4" onclick="selectAmount();" value="</html>{{{donate-amount-4}}}<html>" />
▲ </td>
▲ <label class="frb-btn" for="
▲ <td class="radiobuttons-cell">
▲ <input type="radio" name="amount" id="input_amount_4" onclick="selectAmount();" value="</html>{{{donate-amount-4}}}<html>" />
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();">▼
▲ </td>
<
<span></html>{{int:donate_interface-other}}<html></span>▼
▲ <input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();">
<input type="
▲ <label for="input_amount_other">
</label>
▲ <span></html>{{int:donate_interface-other}}<html></span>
▲ <input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="" onfocus="clearOther(this);">
</fieldset>
▲ </td>
</html>
|