test.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>KitchenSink - Lungo 2.0</title>
  6. <meta name="description" content="">
  7. <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
  8. <meta name="HandheldFriendly" content="True">
  9. <meta name="MobileOptimized" content="320">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  11. <meta name="apple-mobile-web-app-capable" content="yes">
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <meta name="format-detection" content="telephone=no">
  14. <meta http-equiv="cleartype" content="on">
  15. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://lungo.tapquo.com/resources/icon@2x.png">
  16. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://lungo.tapquo.com/resources/icon-72.png">
  17. <link rel="apple-touch-icon-precomposed" href="http://lungo.tapquo.com/resources/icon.png">
  18. <link rel="apple-touch-startup-image" href="http://lungo.tapquo.com/resources/default.png">
  19. <!-- Main Stylesheet -->
  20. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
  21. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
  22. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
  23. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
  24. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
  25. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
  26. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.grid.css">
  27. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
  28. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
  29. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.button.css">
  30. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.form.css">
  31. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.colour.css">
  32. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.css">
  33. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.brand.css">
  34. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.loading.css">
  35. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.notification.css">
  36. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.theme.default.css">
  37. </head>
  38. <body class="app">
  39. <section id="layout" data-transition="slide">
  40. <header data-title="Layout">
  41. <nav class="button">
  42. <a href="#back" data-router="section" data-label="back"></a>
  43. </nav>
  44. <nav class="right ">
  45. <a href="#splash" data-router="section" data-icon="user" data-count="3" ></a>
  46. </nav>
  47. </header>
  48. <footer>
  49. <nav class="with-labelss">
  50. <a href="#layout-art1" data-router="article" data-label="Home" data-icon="home" class="current"></a>
  51. <a href="#layout-art2" data-router="article" data-label="Inbox" data-icon="inbox" data-count="2"></a>
  52. <a href="#layout-art3" data-router="article" data-label="Profile" data-icon="user"></a>
  53. <a href="#layout-art4" id="bb" data-router="article" data-label="Settings" data-icon="settings"></a>
  54. </nav>
  55. </footer>
  56. <article id="layout-art1" class="padding scroll">
  57. <form>
  58. <label>Progress</label>
  59. <div id="kaka" data-progress="30%"></div>
  60. <div data-loading="black"></div>
  61. <div id="cargador"></div>
  62. </form>
  63. </article>
  64. <article id="layout-art2">
  65. </article>
  66. <article id="layout-art3"></article>
  67. <article id="layout-art4"></article>
  68. </section>
  69. <!-- Lungo dependencies -->
  70. <script src="../../src/lib/quo.debug.js"></script>
  71. <!--
  72. <script src="../../release/lungo.js"></script>
  73. -->
  74. <script src="../../src/Lungo.js"></script>
  75. <script src="../../src/Lungo.Init.js"></script>
  76. <script src="../../src/Lungo.Core.js"></script>
  77. <script src="../../src/Lungo.Dom.js"></script>
  78. <script src="../../src/Lungo.Service.js"></script>
  79. <script src="../../src/Lungo.Constants.js"></script>
  80. <script src="../../src/Lungo.Events.js"></script>
  81. <script src="../../src/Lungo.Notification.js"></script>
  82. <script src="../../src/Lungo.Fallback.js"></script>
  83. <script src="../../src/router/Lungo.Router.js"></script>
  84. <script src="../../src/router/Lungo.Router.History.js" ></script>
  85. <script src="../../src/view/Lungo.View.Article.js" ></script>
  86. <script src="../../src/view/Lungo.View.Aside.js" ></script>
  87. <script src="../../src/element/Lungo.Element.Cache.js"></script>
  88. <script src="../../src/element/Lungo.Element.Carousel.js"></script>
  89. <script src="../../src/element/Lungo.Element.Count.js"></script>
  90. <script src="../../src/element/Lungo.Element.Loading.js"></script>
  91. <script src="../../src/element/Lungo.Element.Progress.js"></script>
  92. <script src="../../src/element/Lungo.Element.Pull.js"></script>
  93. <script src="../../src/data/Lungo.Data.Cache.js"></script>
  94. <script src="../../src/data/Lungo.Data.Sql.js"></script>
  95. <script src="../../src/data/Lungo.Data.Storage.js"></script>
  96. <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
  97. <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
  98. <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
  99. <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
  100. <script src="../../src/boot/Lungo.Boot.Events.js"></script>
  101. <script src="../../src/boot/Lungo.Boot.Data.js"></script>
  102. <script src="../../src/boot/Lungo.Boot.Section.js"></script>
  103. <script src="../../src/boot/Lungo.Boot.Article.js"></script>
  104. <!-- LungoJS - Sandbox App -->
  105. <script>
  106. Lungo.init();
  107. Lungo.Element.count('#bb', 29);
  108. setTimeout(function(){
  109. Lungo.Element.count('#bb', 0);
  110. }, 1000);
  111. setTimeout(function(){
  112. Lungo.Element.progress('#kaka', 70);
  113. }, 300);
  114. setTimeout(function(){
  115. Lungo.Element.loading('#cargador', "white");
  116. }, 300);
  117. setTimeout(function(){
  118. Lungo.Element.loading('#cargador', null);
  119. }, 1300);
  120. </script>
  121. </body>
  122. </html>