mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
tweak ajax client html
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
<input type="text" id="inputText" value="this cheese is warm" size="50" onkeyup="update()"/>
|
||||
</p>
|
||||
<p>
|
||||
<label>From: <select id="fromLang" onchange="update()"><option value="">Any language</option></select></label>
|
||||
<label>To: <select id="toLang" onchange="update()"><option value="">All languages</option></select></label>
|
||||
<label>From: <select id="fromLang" onchange="update()"><option value="" selected="selected">Any language</option></select></label>
|
||||
<label>To: <select id="toLang" onchange="update()"><option value="" selected="selected">All languages</option></select></label>
|
||||
<input type="submit" value="Translate" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user