Esperanto-English-Dict-Website/template/result.htm

24 lines
781 B
HTML
Raw Normal View History

2021-08-29 21:45:31 +08:00
<html>
<head>
<title>A mirror ESPDIC, an Esperanto-English Dictionary. Search of {{.SearchResult}}</title>
</head>
<body>
<form action="/result.html" method="GET">
<div>
Search words or meaning:<br/>
<input type="text" name="word"></div>
Language:
<input type="radio" id="radio_esp" name="lang_select" value="esp" checked><label for="esp">Esperanto</label>
<input type="radio" id="radio_esp" name="lang_select" value="eng"><label for="eng">English</label>
<div><input type="submit"></div>
</form>
<hr/>
<div id="error">{{.ErrorMsg}}</div>
<div id="esperanto">{{.Esp}}</div>
<div id="english">{{.Eng}}</div>
<div id="copyright">Dictionary copyright is shown <a href="https://github.com/Yoxem/Esperanto-English-Dict-Website/blob/main/README.md">here</a>.</div>
</body>
</html>