-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedit-form.html
31 lines (25 loc) · 1.83 KB
/
edit-form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<form id="edit-entry-form">
<label for="input-edit-activity">Activity</label>
<span>Git Cleanup</span>
<input size="" title="" type="text" name="activity" value="" placeholder="" id="input-edit-activity">
<label for="input-edit-total-time">Time</label>
<span>3h 2m</span>
<input size="" title="" type="text" name="total-time" value="" placeholder="" id="input-edit-total-time">
<label for="input-edit-project">Project</label>
<span>Nap Across America</span>
<input size="" title="" type="text" name="project" value="" placeholder="" id="input-edit-project">
<label for="input-edit-client">Client</label>
<span>Shut Eye Inc.</span>
<input size="" title="" type="text" name="client" value="" placeholder="" id="input-edit-client">
<label for="input-edit-activity">Org.</label>
<span> + </span>
<input size="" title="" type="text" name="organization" value="" placeholder="" id="input-edit-organization">
<label for="input-edit-start-time">Start</label>
<span>14:12 - 6/23/16</span>
<input size="" title="" type="text" name="start-time" value="" placeholder="" id="input-edit-start-time">
<input size="" title="" type="text" name="start-date" value="" placeholder="" id="input-edit-start-date">
<label for="input-edit-end-time">End</label>
<span>17:14 - 6/23/16</span>
<input size="" title="" type="text" name="end-time" value="" placeholder="" id="input-edit-end-time">
<input size="" title="" type="text" name="end-date" value="" placeholder="" id="input-edit-end-date">
</form>