updated interface

This commit is contained in:
Robert 2021-01-03 02:26:21 +01:00
parent ff9343a5ab
commit fde88b9648
2 changed files with 26 additions and 4 deletions

View file

@ -31,6 +31,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<h1>search for kanji</h1>
<form action="{{ url_for('submit_kanji') }}" method="get">
<input type="text" name="kanji">
<input type="submit">
@ -39,6 +40,10 @@
{{svg|safe}}
</span>
<h2>
{{name}}
</h2>
<script>
var allParts = $("svg > g > g *[kvg\\:element]");