|
@@ -18,13 +18,13 @@
|
|
|
<link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
|
|
<link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
|
|
|
<link rel="apple-touch-startup-image" href="assets/images/default.png">
|
|
<link rel="apple-touch-startup-image" href="assets/images/default.png">
|
|
|
<!-- Main Stylesheet -->
|
|
<!-- Main Stylesheet -->
|
|
|
- <link rel="stylesheet" href="../../release/lungo-1.0.1.min.css">
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="../../release/lungo-1.0.2.min.css">
|
|
|
<link rel="stylesheet" href="../../release/lungo.theme.default.css">
|
|
<link rel="stylesheet" href="../../release/lungo.theme.default.css">
|
|
|
<!-- Sugars :) -->
|
|
<!-- Sugars :) -->
|
|
|
<link rel="stylesheet" href="assets/sugars/lungo.sugar.growl.css">
|
|
<link rel="stylesheet" href="assets/sugars/lungo.sugar.growl.css">
|
|
|
-</head>
|
|
|
|
|
-
|
|
|
|
|
-<body class="app">
|
|
|
|
|
|
|
+</head>
|
|
|
|
|
+
|
|
|
|
|
+<body class="app">
|
|
|
<section id="login" class="splash">
|
|
<section id="login" class="splash">
|
|
|
<article>
|
|
<article>
|
|
|
<h1>ToDo<span class="semi-opacity">.js</span></h1>
|
|
<h1>ToDo<span class="semi-opacity">.js</span></h1>
|
|
@@ -35,7 +35,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="copyright">Copyright TapQuo Inc, 2011</div>
|
|
<div class="copyright">Copyright TapQuo Inc, 2011</div>
|
|
|
</article>
|
|
</article>
|
|
|
- </section>
|
|
|
|
|
|
|
+ </section>
|
|
|
|
|
|
|
|
<section id="main">
|
|
<section id="main">
|
|
|
<header data-title="ToDo.js">
|
|
<header data-title="ToDo.js">
|
|
@@ -53,7 +53,7 @@
|
|
|
</nav>
|
|
</nav>
|
|
|
</footer>
|
|
</footer>
|
|
|
</section>
|
|
</section>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<section id="view">
|
|
<section id="view">
|
|
|
<header data-back="home articblue" data-title="View ToDo's" >
|
|
<header data-back="home articblue" data-title="View ToDo's" >
|
|
|
<a href="#" id="btnDoneTodo" class="button onright red" data-icon="check"> Done</a>
|
|
<a href="#" id="btnDoneTodo" class="button onright red" data-icon="check"> Done</a>
|
|
@@ -99,12 +99,12 @@
|
|
|
</select>
|
|
</select>
|
|
|
</label>
|
|
</label>
|
|
|
<br/>
|
|
<br/>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<a href="#" id="btnNewTodo" class="button big articblue" data-icon="check">Add ToDo</a>
|
|
<a href="#" id="btnNewTodo" class="button big articblue" data-icon="check">Add ToDo</a>
|
|
|
<a href="#back" data-target="section" class="button big red" data-icon="cancel">Cancel</a>
|
|
<a href="#back" data-target="section" class="button big red" data-icon="cancel">Cancel</a>
|
|
|
</p>
|
|
</p>
|
|
|
</article>
|
|
</article>
|
|
|
- </section>
|
|
|
|
|
|
|
+ </section>
|
|
|
|
|
|
|
|
<section id="settings">
|
|
<section id="settings">
|
|
|
<header data-back="home articblue" data-title="Settings"></header>
|
|
<header data-back="home articblue" data-title="Settings"></header>
|
|
@@ -112,7 +112,7 @@
|
|
|
<p class="form">
|
|
<p class="form">
|
|
|
<label>Your name:</label>
|
|
<label>Your name:</label>
|
|
|
<input type="text" id="txtName" placeholder="Type your name"/>
|
|
<input type="text" id="txtName" placeholder="Type your name"/>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<label>Available task types:</label>
|
|
<label>Available task types:</label>
|
|
|
<input type="text" id="txtType" placeholder="Type new type of task"/>
|
|
<input type="text" id="txtType" placeholder="Type new type of task"/>
|
|
|
<label class="select">
|
|
<label class="select">
|
|
@@ -128,13 +128,13 @@
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- LungoJS (Production mode) -->
|
|
<!-- LungoJS (Production mode) -->
|
|
|
- <script src="../../release/lungo-1.0.1.packed.js"></script>
|
|
|
|
|
|
|
+ <script src="../../release/lungo-1.0.2.packed.js"></script>
|
|
|
<script src="assets/sugars/lungo.sugar.growl.js"></script>
|
|
<script src="assets/sugars/lungo.sugar.growl.js"></script>
|
|
|
- <!-- LungoJS - Sandbox App -->
|
|
|
|
|
|
|
+ <!-- LungoJS - Sandbox App -->
|
|
|
<script src="app/app.js"></script>
|
|
<script src="app/app.js"></script>
|
|
|
<script src="app/data.js"></script>
|
|
<script src="app/data.js"></script>
|
|
|
<script src="app/events.js"></script>
|
|
<script src="app/events.js"></script>
|
|
|
<script src="app/services.js"></script>
|
|
<script src="app/services.js"></script>
|
|
|
<script src="app/view.js"></script>
|
|
<script src="app/view.js"></script>
|
|
|
-</body>
|
|
|
|
|
|
|
+</body>
|
|
|
</html>
|
|
</html>
|