Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 133 → Rev 130

/webapp/templates/parse.html
1,9 → 1,9
{% extends "base.html" %}
 
{% block title %}Sentence parser{% end %}
{% block title %}Word parser{% end %}
 
{% block body %}
<b>Na'vi sentence:</b><br />
<b>Na'vi word:</b><br />
<form action="/parse" method="post">
<input id="word" name="word" type="text" value="{{last}}" style="width: 100%;" />
<input name="btn" type="submit" value="Parse!" />
36,8 → 36,8
{% end %}
</table>
{% end %}
<p>This program uses Eana Eltu for the list of words and infix positions (but nothing else), created by Tuiq and Taronyu. Thanks also go to the rest of the Learn Na'vi community!</p>
<script type="text/javascript">
document.getElementById("word").focus();
</script>
<p>This program uses Eana Eltu for the list of words and infix positions (but nothing else), created by Tuiq and Taronyu. Thanks also go to the rest of the Learn Na'vi community!</p>
{% end %}