11<div id =" timetracker-content" >
2- <div id =" top-work-bar" >
3- <div id = " work-input-container" >
2+ <div id = " top-work-bar" >
3+ <div id = " work-input-container" >
4+ <form >
5+ <input tabindex = " 1" type = " text" spellcheck = " false" autocomplete = " off" class = " " value = " " placeholder = " What have you done?" id = " work-input" >
6+ </form >
7+ </div >
8+ <div id = " top-work-bar-right" >
9+ <div id = " timer" ></div >
10+ <button id = " start-tracking" class = " ui-button ui-widget ui-corner-all ui-button-icon-only" title = " Start" >
11+ <span class = " my-icon play-button" ></span >
12+ </button >
13+ </div >
14+
15+ </div >
16+ <div class = " ui-button ui-widget ui-corner-all" id = " manual-entry-button" >Manual entry</div >
17+ <div id = " dialog-confirm" title = " Confirmation Required" class = ' hidden' >
18+ Are you sure you want to delete this work item?
19+ </div >
20+ <div id = " dialog-work-item-edit-form" title = " Edit work item" class = ' hidden' >
21+ <p class = " validateTips" >All form fields are required.</p >
22+
423 <form >
5- <input tabindex = " 1" type = " text" spellcheck = " false" autocomplete = " off" class = " " value = " " placeholder = " What have you done?" id = " work-input" >
24+ <fieldset >
25+ <label for = " name" >Name</label >
26+ <input type = " text" name = " name" id = " name" value = " " class = " text ui-widget-content ui-corner-all" >
27+ <div class = " clear" ></div >
28+ <label for = " details" >Details</label >
29+ <textarea style = ' vertical-align: middle;width:300px;' name = " details" id = " details" cols = " 40" rows = " 5" value = " " id = " details" class = " text ui-widget-content ui-corner-all" ></textarea >
30+
31+ <!-- Allow form submission with keyboard without duplicating the dialog button -->
32+ <input type = " submit" tabindex = " -1" style = " position:absolute; top:-1000px" >
33+ </fieldset >
634 </form >
735 </div >
8- <div id = " top-work-bar-right" >
9- <!-- <input type="text" id="datepicker-from">
10- <input type="text" id="datepicker-to"> -->
11- <div id = " timer" ></div >
12- <button id = " start-tracking" class = " ui-button ui-widget ui-corner-all ui-button-icon-only" title = " Start" >
13- <span class = " my-icon play-button" ></span >
14- </button >
15- </div >
1636
17- </div >
18- <div class = " ui-button ui-widget ui-corner-all" id = " manual-entry-button" >Manual entry</div >
19- <div id = " dialog-confirm" title = " Confirmation Required" class = ' hidden' >
20- Are you sure you want to delete this work item?
21- </div >
22- <div id = " dialog-work-item-edit-form" title = " Edit work item" class = ' hidden' >
23- <p class = " validateTips" >All form fields are required.</p >
24-
25- <form >
26- <fieldset >
27- <label for = " name" >Name</label >
28- <input type = " text" name = " name" id = " name" value = " " class = " text ui-widget-content ui-corner-all" >
29- <div class = " clear" ></div >
30- <label for = " details" >Details</label >
31- <textarea style = ' vertical-align: middle;width:300px;' name = " details" id = " details" cols = " 40" rows = " 5" value = " " id = " details" class = " text ui-widget-content ui-corner-all" ></textarea >
32-
33- <!-- Allow form submission with keyboard without duplicating the dialog button -->
34- <input type = " submit" tabindex = " -1" style = " position:absolute; top:-1000px" >
35- </fieldset >
36- </form >
37- </div >
37+ <div id = " dialog-manual-entry" title = " Add work item" class = ' hidden' >
38+ <p class = " validateTips" >All form fields are required.</p >
3839
39- <div id = " dialog-manual-entry" title = " Add work item" class = ' hidden' >
40- <p class = " validateTips" >All form fields are required.</p >
41-
42- <form id = ' form-manual-entry' >
43- <fieldset >
44- <label for = " name" >Name</label >
45- <input type = " text" name = " name" id = " name-manual-entry" value = " " class = " text ui-widget-content ui-corner-all" >
46- <div class = " clear" ></div >
47- <label for = " details" >Details</label >
48- <textarea style = ' vertical-align: middle;width:250px;' name = " details" cols = " 40" rows = " 5" value = " " id = " details-manual-entry" class = " text ui-widget-content ui-corner-all" ></textarea >
49- <!-- <div id='hours-manual-entry'> </div> -->
50- <label for = " hours" >Interval</label >
51- <input type = " text" name = " hours" id = " hours-manual-entry" value = " " class = " text ui-widget-content ui-corner-all" >
52- <!-- Allow form submission with keyboard without duplicating the dialog button -->
53- <input type = " submit" tabindex = " -1" style = " position:absolute; top:-1000px" >
54- </fieldset >
55- </form >
56- </div >
40+ <form id = ' form-manual-entry' >
41+ <fieldset >
42+ <label for = " name" >Name</label >
43+ <input type = " text" name = " name" id = " name-manual-entry" value = " " class = " text ui-widget-content ui-corner-all" >
44+ <div class = " clear" ></div >
45+ <label for = " details" >Details</label >
46+ <textarea style = ' vertical-align: middle;width:250px;' name = " details" cols = " 40" rows = " 5" value = " " id = " details-manual-entry" class = " text ui-widget-content ui-corner-all" ></textarea >
47+ <!-- <div id='hours-manual-entry'> </div> -->
48+ <label for = " hours" >Interval</label >
49+ <input type = " text" name = " hours" id = " hours-manual-entry" value = " " class = " text ui-widget-content ui-corner-all" >
50+ <!-- Allow form submission with keyboard without duplicating the dialog button -->
51+ <input type = " submit" tabindex = " -1" style = " position:absolute; top:-1000px" >
52+ </fieldset >
53+ </form >
54+ </div >
5755
58- <div class = " clearfix" > </div >
59- <br />
60- <div class = " time-controls" >
61- <div id = " report-range" style = " cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%" >
62- <i class = " fa fa-calendar" ></i >  ;
63- <span ></span > <i class = " fa fa-caret-down" ></i >
64- </div >
65- </div >
66- <br />
56+ <div class = " clearfix" > </div >
57+ <br />
58+ <div class = " time-controls" >
59+ <div id = " report-range" style = " cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%" >
60+ <i class = " fa fa-calendar" ></i >  ;
61+ <span ></span > <i class = " fa fa-caret-down" ></i >
62+ </div >
63+ </div >
64+ <br />
6765
68- <div class = " clearfix" > </div >
69- <div id = " work-intervals" >
70- </div >
71- </div >
66+ <div class = " clearfix" > </div >
67+ <div id = " work-intervals" >
68+ </div >
69+ </div >
0 commit comments