Difference between revisions of "Widget:Pinyin chart settings"
Mscottmoore (talk | contribs) (Started pinyin chart settings widget) |
Mscottmoore (talk | contribs) (Added checkboxes for IPA, zhuyin, Wade-Giles) |
||
Line 1: | Line 1: | ||
<div id="pinyin-chart-settings"> | <div id="pinyin-chart-settings"> | ||
− | <p><input type="radio" name="tone" value="1234" checked />1-2-3-4 <input type="radio" name="tone" value="1" /> First tone <input type="radio" name="tone" value="2" /> Second tone <input type="radio" name="tone" value="3" /> Third tone <input type="radio" name="tone" value="4" /> | + | <p><input type="radio" name="tone" value="1234" checked />1-2-3-4 <input type="radio" name="tone" value="1" /> First tone <input type="radio" name="tone" value="2" /> Second tone <input type="radio" name="tone" value="3" /> Third tone <input type="radio" name="tone" value="4" /> Fourth tone </p> |
+ | <div class="additional-settings-label">Additional Settings</div> | ||
+ | <div class="additional-settings"> | ||
+ | <p><input type="checkbox" id="table-toggle-ipa" /> Show IPA <input type="checkbox" id="table-toggle-zhuyin" /> Show Zhuyin <input type="checkbox" id="table-toggle-wade-giles" /> Show Wade-Giles </p> | ||
+ | </div> | ||
</div> | </div> |
Revision as of 09:51, 12 January 2015
<input type="radio" name="tone" value="1234" checked />1-2-3-4 <input type="radio" name="tone" value="1" /> First tone <input type="radio" name="tone" value="2" /> Second tone <input type="radio" name="tone" value="3" /> Third tone <input type="radio" name="tone" value="4" /> Fourth tone
<input type="checkbox" id="table-toggle-ipa" /> Show IPA <input type="checkbox" id="table-toggle-zhuyin" /> Show Zhuyin <input type="checkbox" id="table-toggle-wade-giles" /> Show Wade-Giles