Файл: styles/templates/notes/notes_form.tpl
Строк: 29
<script src="scripts/cntchar.js"
type="text/javascript"></script>
<form
action="" method="POST">
{inputs}
<table
width="519">
<tr>
<td class=c
colspan=2>{TITLE}</td>
</tr>
<tr>
<th>{nt_priority}</th>
<th>
<select
name=u>
{c_Options}
</select>
</th>
</tr>
<tr>
<th>{nt_subject_note}</th>
<th>
<input
type="text" name="title" size="30"
maxlength="30" value="{asunto}">
</th>
</tr>
<tr>
<th>{nt_note}
(<span id="cntChars">0</span> / 5000
{nt_characters})</th>
<th>
<textarea
name="text" cols="60" rows="10"
onkeyup="javascript:cntchar(5000)">{texto}</textarea>
</th>
</tr>
<tr>
<td
class="c"><a
href="game.php?page=notes">{nt_back}</a></td>
<td class="c">
<input type="reset"
value="{nt_reset}">
<input type="submit"
value="{nt_save}">
</td>
</tr>
</table>
</form>