Rushabh Mehta | b73fa49 | 2012-02-24 15:07:39 +0530 | [diff] [blame] | 1 | <div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9"> |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 2 | <a class="close" onclick="window.history.back();">×</a> |
| 3 | <h1>To Do</h1> |
| 4 | <br> |
Anand Doshi | 64ddb9f | 2012-06-12 19:24:12 +0530 | [diff] [blame^] | 5 | <div> |
| 6 | <div id="todo-list"> |
| 7 | <h4>My List</h4><br> |
| 8 | <div class="todo-content"></div> |
| 9 | </div> |
| 10 | <div id="assigned-todo-list"> |
| 11 | <h4>Assigned to others</h4><br> |
| 12 | <div class="todo-content"></div> |
| 13 | </div> |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 14 | </div> |
Rushabh Mehta | 08b670b | 2012-03-14 19:06:20 +0530 | [diff] [blame] | 15 | <div style="margin-top: 21px; clear: both"> |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 16 | <button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button> |
| 17 | </div> |
| 18 | </div> |