You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="cp-app-noscroll">
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
|
|
<script async data-bootload="/todo/inner.js" data-main="/common/sframe-boot.js?ver=1.11" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
|
|
|
<style>
|
|
|
|
.loading-hidden { display: none; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="cp-app-todo">
|
|
|
|
<div id="cp-toolbar" class="cp-toolbar-container"></div>
|
|
|
|
<div id="cp-app-todo-container">
|
|
|
|
<div class="cp-app-todo-create-form">
|
|
|
|
<input type="text" id="cp-app-todo-newtodo" data-localization-placeholder="todo_newTodoNamePlaceholder" />
|
|
|
|
<button class="btn btn-success fa fa-plus" data-localization-title="todo_newTodoNameTitle"></button>
|
|
|
|
</div>
|
|
|
|
<div id="cp-app-todo-taskslist"></div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|