Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 85 → Rev 86

/webapp/templates/parse2.html
8,6 → 8,7
<input id="word" name="word" type="text" value="{{last}}" style="width: 100%;" />
<input name="btn" type="submit" value="Parse!" />
</form>
{% if out %}
<table border="1">
<tr>
<th>Words</th>
30,6 → 31,7
</tr>
{% end %}
</table>
{% end %}
<script type="text/javascript">
document.getElementById("word").focus();
</script>