2015-06-11 07:34:38 +00:00
< div ng - app = " Tasks " ng - cloak ng - controller = " AppController " ng - click = " closeAll( $event ) " id = " app " class = " handler " >
2014-07-26 08:24:31 +00:00
< div id = " app-navigation " ng - controller = " ListController " >
2015-05-13 12:22:16 +00:00
< ul id = " collections " >
2015-07-19 12:05:29 +00:00
< li id = " collection_ { { collection.id }} "
class = " collection "
collectionID = " { { collection.id}} "
ng - repeat = " collection in collections "
2016-02-28 00:43:56 +00:00
ng - class = " { 'animate-up': hideCollection(collection.id), active: collection.id==route.collectionID} "
2015-07-19 12:05:29 +00:00
dnd - list = " draggedTasks "
dnd - drop = " dropCollection(event, item, index) "
dnd - dragover = " dragoverCollection(event, item, index) " >
2016-02-28 00:43:56 +00:00
< a href = " #/collections/ { { collection.id }} " >
2015-07-19 12:05:29 +00:00
< span class = " icon collection- { { collection.id }} " >
< text ng - show = " collection.id=='today' " >< ? php p ( $_ [ 'DOM' ]); ?> </text>
</ span >
< span class = " title " > {{ collection . displayname }} </ span >
2015-05-13 12:22:16 +00:00
</ a >
2015-05-28 15:01:58 +00:00
< div class = " app-navigation-entry-utils " >
< ul >
2015-06-17 20:09:25 +00:00
< li class = " app-navigation-entry-utils-counter " > {{ getCollectionString ( collection . id ) | counterFormatter }} </ li >
2015-05-28 15:01:58 +00:00
</ ul >
</ div >
2015-05-13 12:22:16 +00:00
</ li >
2015-07-19 12:05:29 +00:00
< li class = " list with-menu handler "
2016-02-28 16:13:02 +00:00
id = " list_ { { calendar.uri }} "
calendarID = " { { calendar.uri}} "
2016-02-25 21:27:45 +00:00
ng - repeat = " calendar in calendars "
2016-02-28 16:13:02 +00:00
ng - class = " { active: calendar.uri==route.calendarID, edit:route.listparameter == 'name' && route.calendarID == calendar.uri} "
2015-07-19 12:05:29 +00:00
dnd - list = " draggedTasks "
dnd - drop = " dropList(event, item, index) "
dnd - dragover = " dragoverList(event, item, index) " >
2016-02-28 16:13:02 +00:00
< a href = " #/calendars/ { { calendar.uri }} " style = " border-right: 4px solid { { calendar.color }}; " ng - dblclick = " editName(calendar.uri) " >
2015-05-13 12:22:16 +00:00
< span class = " icon list-list " ></ span >
2016-02-28 16:13:02 +00:00
< span class = " title " > {{ calendar . displayname }} </ span >
2015-05-13 12:22:16 +00:00
</ a >
< div class = " app-navigation-entry-utils " >
< ul >
2016-02-28 16:13:02 +00:00
< li class = " app-navigation-entry-utils-counter " > {{ getListCount ( calendar . uri , 'all' ) | counterFormatter }} </ li >
2015-05-13 12:22:16 +00:00
< li class = " app-navigation-entry-utils-menu-button svg " >< button ></ button ></ li >
</ ul >
</ div >
2015-06-14 19:22:13 +00:00
< div class = " app-navigation-entry-menu " >
2015-05-13 12:22:16 +00:00
< ul >
2016-02-28 16:13:02 +00:00
< li title = " <?php p( $l->t ('rename')); ?> " ng - click = " editName(calendar.uri) " >
2015-09-01 20:59:44 +00:00
< img class = " icon-rename svg " src = " <?php p(image_path('core', 'actions/rename.svg'))?> " />
< span >< ? php p ( $l -> t ( 'rename' )); ?> </span>
</ li >
2016-02-28 16:13:02 +00:00
< li title = " <?php p( $l->t ('delete')); ?> " ng - click = " deleteList(calendar) " ng - show = " showDelete(calendar.uri) " >
2015-09-01 20:59:44 +00:00
< img class = " icon-delete svg " src = " <?php p(image_path('core', 'actions/delete.svg'))?> " />
< span >< ? php p ( $l -> t ( 'delete' )); ?> </span>
</ li >
2015-05-13 12:22:16 +00:00
</ ul >
</ div >
2015-06-14 19:22:13 +00:00
< div class = " app-navigation-entry-edit " >
2015-06-11 07:34:38 +00:00
< form >
2016-02-28 16:13:02 +00:00
< input ng - model = " calendar.displayname " class = " edit " type = " text " ng - keydown = " checkName( $event ) " autofocus - on - insert >
2015-06-11 19:09:03 +00:00
< input type = " submit " value = " " class = " action icon-checkmark svg " ng - click = " submitNewName() " >
2015-06-11 07:34:38 +00:00
</ form >
</ div >
2015-05-13 12:22:16 +00:00
</ li >
2015-06-14 19:22:13 +00:00
< li class = " newList handler " ng - class = " { edit: status.addingList} " >
< a class = " addlist " ng - click = " startAddingList() " oc - click - focus = " { selector: '#newList', timeout: 0} " >
2015-05-13 12:22:16 +00:00
< span class = " icon detail-add " ></ span >
2015-06-14 18:57:09 +00:00
< span class = " title " >< ? php p ( $l -> t ( 'Add List...' )); ?> </span>
2015-05-13 12:22:16 +00:00
</ a >
2015-06-14 19:22:13 +00:00
< div class = " app-navigation-entry-edit " >
2015-06-14 18:57:09 +00:00
< form ng - disabled = " isAddingList " >
< input id = " newList " ng - model = " status.newListName " class = " edit " type = " text " autofocus - on - insert
placeholder = " <?php p( $l->t ('New List')); ?> " ng - keydown = " checkListInput( $event ) " >
< input type = " submit " value = " " class = " action icon-checkmark svg " ng - click = " submitNewList( $event ) " >
</ form >
</ div >
2015-06-11 07:34:38 +00:00
</ li >
2015-05-13 12:22:16 +00:00
</ ul >
2015-05-13 13:15:31 +00:00
< div id = " app-settings " ng - controller = " SettingsController " >
2015-05-13 12:22:16 +00:00
< div id = " app-settings-header " >
2015-06-10 21:12:36 +00:00
< button class = " settings-button " data - apps - slide - toggle = " #app-settings-content " >
< span >< ? php p ( $l -> t ( 'Settings' )); ?> </span>
</ button >
2015-05-13 12:22:16 +00:00
</ div >
< div id = " app-settings-content " >
2015-05-13 13:15:31 +00:00
< ul >
2015-07-12 17:35:18 +00:00
< li >
< label for = " startOfWeek " >< ? php p ( $l -> t ( 'Start of week' )); ?> </label>
< select id = " startOfWeek " ng - change = " setStartOfWeek() " ng - model = " settingsmodel.getById('various').startOfWeek " ng - options = " startOfWeekOption.id as startOfWeekOption.name for startOfWeekOption in startOfWeekOptions " ></ select >
</ li >
< li class = " headline " >
< ? php p ( $l -> t ( 'Visibility of Smart Collections' )); ?>
</ li >
2015-05-13 13:15:31 +00:00
< li ng - repeat = " collection in collections " >
< span class = " icon collection- { { collection.id }} " >< text ng - show = " collection.id=='today' " >< ? php p ( $_ [ 'DOM' ]); ?> </text></span>
2015-06-11 07:34:38 +00:00
< label for = " visibilityCollection- { { collection.id}} " class = " title " > {{ collection . displayname }} </ label >
2015-05-13 13:15:31 +00:00
< select id = " visibilityCollection- { { collection.id}} " ng - change = " setVisibility(collection.id) " ng - model = " collection.show " ng - options = " collectionOption.id as collectionOption.name for collectionOption in collectionOptions " ></ select >
</ li >
</ ul >
2015-05-13 12:22:16 +00:00
</ div >
2014-03-28 19:11:56 +00:00
</ div >
</ div >
2014-07-26 08:24:31 +00:00
< div id = " app-content " ng - controller = " TasksController " ng - class = " { 'details-visible':route.taskID} " >
< div class = " content-wrapper " >
2015-05-28 19:20:41 +00:00
< div id = " add-task " class = " add-task handler " ng - show = " showInput() " ng - class = " { 'focus':status.focusTaskInput} " >
2014-07-26 08:24:31 +00:00
< a class = " input-star " >
2015-05-13 12:22:16 +00:00
< span class = " icon input-star " ></ span >
2014-07-26 08:24:31 +00:00
</ a >
< a class = " input-date " >
< span class = " icon input-date " ></ span >
</ a >
2015-07-19 12:05:29 +00:00
< form ng - submit = " addTask(status.taskName) " name = " addTaskForm " >
< input id = " target " ng - disabled = " isAddingTask " ng - click = " focusTaskInput() " class = " transparent " placeholder = " { { getAddString() }} " ng - model = " status.taskName "
2015-05-13 12:22:16 +00:00
ng - keydown = " checkTaskInput( $event ) " />
2014-07-26 08:24:31 +00:00
</ form >
</ div >
2015-06-17 19:23:42 +00:00
< div class = " task-list " >
2014-07-26 08:24:31 +00:00
< ? php print_unescaped ( $this -> inc ( 'part.tasklist' )); ?>
< ? php print_unescaped ( $this -> inc ( 'part.collectionall' )); ?>
< ? php print_unescaped ( $this -> inc ( 'part.collectionweek' )); ?>
2015-05-28 19:20:41 +00:00
< div id = " searchresults " ></ div >
2015-02-25 20:14:44 +00:00
< div class = " task-item template " >
< div class = " task-body " >
< div class = " percentdone " ></ div >
2015-05-28 19:20:41 +00:00
< a class = " task-checkbox " name = " toggleCompleted " ng - click = " toggleCompleted() " >
2015-02-25 20:14:44 +00:00
< span class = " icon task-checkbox " ></ span >
</ a >
< a class = " icon task-separator " ></ a >
2015-05-28 19:20:41 +00:00
< a class = " task-star " ng - click = " toggleStarred(task.id) " >
2015-02-25 20:14:44 +00:00
< span class = " icon task-star faded " ></ span >
</ a >
< a class = " duedate " ng - class = " { overdue: TasksModel.overdue(task.due)} " > {{ task . due | dateTaskList }} </ a >
< div class = " title-wrapper " >
< span class = " title " ></ span >
< span class = " icon task-attachment " ></ span >
</ div >
</ div >
</ div >
2014-07-26 08:24:31 +00:00
</ div >
2014-03-28 19:11:56 +00:00
</ div >
2015-02-08 19:13:16 +00:00
< div id = " task-details " ng - class = " { 'details-visible':route.taskID} " >
< div class = " content-wrapper " >
< ? php print_unescaped ( $this -> inc ( 'part.details' )); ?>
</ div >
2014-03-28 19:11:56 +00:00
</ div >
</ div >
2015-07-19 12:05:29 +00:00
< script type = " text/ng-template " id = " part.taskbody " >
< ? php print_unescaped ( $this -> inc ( 'part.taskbody' )); ?>
</ script >
2015-05-28 15:33:21 +00:00
</ div >