Further work on web interface.

This commit is contained in:
Jonathan Bernard
2011-02-14 09:01:32 -06:00
parent 19fc37c772
commit ddc12cec64
6 changed files with 35 additions and 15 deletions

View File

@ -87,12 +87,16 @@
</div>
<div id="new-entry" class="bar last-bar">
<form action="/ts/new-entry.yaws" onclick="newEntry(event)">
<form action="/ts/new-entry.yaws" onsubmit="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>
<input name=submit-entry" id="submit-entry"
class="form-submit" type="submit" value="create entry"/>
<div class="control-links">
<a id="show-notes" href="#"
onclick="showNewNotes(event)"/>add notes</a>
</div>
</span>
<div id="add-notes">
<label for="new-notes">notes:</label>