Working on new entry.

This commit is contained in:
Jonathan Bernard
2011-02-13 11:38:50 -06:00
parent d743635865
commit 19fc37c772
4 changed files with 40 additions and 1 deletions

View File

@ -87,7 +87,19 @@
</div>
<div id="new-entry" class="bar last-bar">
<span>Begin a new activity:</span>
<form action="/ts/new-entry.yaws" onclick="newEntry(event)">
<span for="new-entry">begin a new activity:
<input name="new-entry" id="new-entry-input"
class="text-input" type="text"/>
<a id="show-notes" href="#"
onclick="showNewNotes(event)"/>add notes</a>
</span>
<div id="add-notes">
<label for="new-notes">notes:</label>
<input name="new-notes" id="new-notes-input"
class="text-input" type="textarea"/>
</div>
</form>
</div>
</body>