Difference between revisions of "Widget:Pinyin chart settings"

(Started pinyin chart settings widget)
 
(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" /> Fourthtone </p>
+
<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

Additional Settings

<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