boletus.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>LungoJS 2.0 - Test</title>
  6. <meta name="description" content="">
  7. <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
  8. <!-- Mobile viewport optimization http://goo.gl/b9SaQ -->
  9. <meta name="HandheldFriendly" content="True">
  10. <meta name="MobileOptimized" content="320">
  11. <meta name="viewport" content="width=device-width, user-scalable=no">
  12. <meta name="apple-mobile-web-app-capable" content="yes">
  13. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  14. <meta name="format-detection" content="telephone=no">
  15. <!-- For iPhone 4 with high-resolution Retina display: -->
  16. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/icon@2x.png">
  17. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/icon-72.png">
  18. <link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
  19. <link rel="apple-touch-startup-image" href="assets/images/default.png">
  20. <meta http-equiv="cleartype" content="on">
  21. <!-- Main Stylesheet -->
  22. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
  23. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
  24. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
  25. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
  26. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
  27. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
  28. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.grid.css">
  29. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
  30. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
  31. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.button.css">
  32. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.form.css">
  33. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.colour.css">
  34. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.css">
  35. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.loading.css">
  36. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.notification.css">
  37. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.theme.scaffold.css">
  38. <!-- App Stylesheet -->
  39. <link rel="stylesheet" href="assets/stylesheets/app.css">
  40. </head>
  41. <body class="app">
  42. <section id="login" data-transition="slide">
  43. <article class="-indented splash ">
  44. <!--
  45. <h1>Boletus</h1>
  46. <label>Login para acceder a ofertas increibles</label>
  47. -->
  48. <form>
  49. <input type="text" class="rounded" placeholder="Your email" id="txt-signup-mail" value=""/>
  50. <input type="password" class="rounded" placeholder="Your username" id="txt-signup-name" value=""/>
  51. <input type="password" class="rounded" placeholder="Your username" id="txt-signup-name" value=""/>
  52. <a href="#main" data-target="section" class="button big green" data-icon="user">Login</a>
  53. </form>
  54. <form>
  55. <input type="text" class="" placeholder="Your email" id="txt-signup-mail" value=""/>
  56. <input type="password" class="" placeholder="Your username" id="txt-signup-name" value=""/>
  57. <a href="#main" data-target="section" class="button big green" data-icon="user">Login</a>
  58. </form>
  59. <div class="copyright">This App is made by TAPQUO</div>
  60. </article>
  61. </section>
  62. <section id="main" data-transition="slide">
  63. <header data-title="main" data-back="home">
  64. <nav class="left">
  65. <a href="#" class="empty" data-icon="left" data-label="Volver"></a>
  66. </nav>
  67. <nav class="right">
  68. <a href="#" data-icon="user"></a>
  69. <a href="#" data-icon="user"></a>
  70. </nav>
  71. </header>
  72. <article></article>
  73. </section>
  74. <section id="foundation">
  75. <header data-title="test"></header>
  76. <footer class="toolbar with-labels"></footer>
  77. <article>
  78. <div class="row one red">.row.one</div>
  79. <div class="row six blue">
  80. <div class="one column orange"></div>
  81. <div class="one column"></div>
  82. <div class="four column orange">.four.column.orange</div>
  83. <div class="one column"></div>
  84. <div class="one column orange tall"></div>
  85. <div class="one column "></div>
  86. <div class="one column orange "></div>
  87. </div>
  88. <div class="row two green">
  89. <div class="two columns centered red"></div>
  90. </div>
  91. <div class="row one yellow">.row.one.yellow</div>
  92. </article>
  93. </section>
  94. <section id="a" data-transition="pop" >
  95. <header data-title="a">
  96. <nav class="onright">
  97. <a href="#baaaa" data-target="section">B</a>
  98. </nav>
  99. </header>
  100. <article class="">
  101. <a href="#" class="button big" data-icon="home">Prueba</a>
  102. </article>
  103. </section>
  104. <section id="baaaa" data-transition="pop" >
  105. <header data-title="b" data-back="home"></header>
  106. <article></article>
  107. </section>
  108. <section id="sec-1" class="popa" data-transition="pop">
  109. <header class="extended">
  110. <nav class="onleft">
  111. <a href="#kitchen-sink-scroll" data-target="aside" data-icon="home"></a>
  112. <a href="#kitchen-sink-scroll" data-article="nav-2" data-target="aside" data-icon="heart" data-count="8"></a>
  113. </nav>
  114. <div class="onleft">
  115. <span class="title with-subtitle">Javi Jiménez Villar</span>
  116. <span class="subtitle">@soyjavi</span>
  117. </div>
  118. <nav class="onright ">
  119. <!--
  120. <a href="#profiles" data-target="aside" data-label="User"></a>
  121. <a href="#profiles" data-target="aside" data-icon="users" data-label="User"></a>
  122. -->
  123. <a href="#" data-icon="cloud" id="btn-toggle-loading"></a>
  124. <a href="#profiles" data-target="aside" data-icon="user" data-count="1"></a>
  125. </nav>
  126. <nav class="onright plain ">
  127. <a href="#" data-loading="white disable"></a>
  128. <a href="#" data-loading="white "></a>
  129. </nav>
  130. </header>
  131. <nav class="groupbar">
  132. <a href="#nav-1" data-target="article" class="current" data-icon="html5">&nbsp;Lists</a>
  133. <a href="#nav-2" data-target="article" data-icon="calendar">&nbsp;Form</a>
  134. </nav>
  135. <footer class="toolbar with-labels">
  136. <nav>
  137. <a href="#nav-0" data-target="article" data-icon="refresh" class="current" data-label="loading">
  138. <span class="bubble count" data-loading="white"></span>
  139. </a>
  140. <a href="#nav-1" data-target="article" data-title="d" data-icon="settings" data-label="boxes" data-count="1"></a>
  141. <a href="#nav-2" data-target="article" data-title="b" data-icon="close" data-count="12" data-label="Form"></a>
  142. <a href="#nav-3" data-target="article" data-title="c" data-icon="share" data-label="Emails" data-count="123"></a>
  143. <a href="#nav-4" data-target="article" data-title="lists" data-label="lists" data-loading="white"></a>
  144. </nav>
  145. </footer>
  146. <!--
  147. <footer class="toolbar">
  148. <nav>
  149. <a href="#nav-1" data-target="article" class="current" data-icon="clock"></a>
  150. <a href="#nav-2" data-target="article" data-icon="calendar" data-count="17"></a>
  151. <a href="#a" data-target="article" data-icon="mail" data-count="124"></a>
  152. <a href="#a" data-target="article" data-icon="phone" data-count="12"></a>
  153. </nav>
  154. </footer>
  155. -->
  156. <article id="nav-0" data-loading="black">
  157. </article>
  158. <article id="nav-1" class="lisst">
  159. <div id = "prueba" class="five row list " style="background: url(http://placehold.it/320x200);">
  160. </div>
  161. <div class="three row grey">
  162. <div class="six row green">
  163. <div class="wrapper">
  164. <div class="onright" data-icon="calendar">June 9, 2012</div>
  165. <strong>LungoJS.2 Application</strong>
  166. <small>by Javi Jimenez <div class="bubble grey">PRO</div></small>
  167. </div>
  168. </div>
  169. <div class="four row red">
  170. <a href="#" class="four columns">
  171. <div class="wrapper" data-icon="heart">217 Likes</div>
  172. </a>
  173. <a href="#" class="three columns">
  174. <div class="wrapper" data-icon="pushpin">4 Buckets</div>
  175. </a>
  176. <a href="#" class="three columns">
  177. <div class="wrapper" data-icon="picture">389 Views</div>
  178. </a>
  179. </div>
  180. </div>
  181. <div class="two row white list scroll">
  182. <ul>
  183. <li class=" selectable" >
  184. <a href="#" data-image="http://placehold.it/32x32">
  185. <div class="onright" data-icon="calendar">2 days ago</div>
  186. <strong>List: .selectable</strong>
  187. <small>a: data-image</small>
  188. </a>
  189. </li>
  190. <li class=" selectable" >
  191. <a href="#" data-image="http://placehold.it/32x32">
  192. <div class="onright" data-icon="calendar">2 days ago</div>
  193. <strong>List: .selectable</strong>
  194. <small>a: data-image</small>
  195. </a>
  196. </li>
  197. <li class=" selectable" >
  198. <a href="#" data-image="http://placehold.it/32x32">
  199. <div class="onright" data-icon="calendar">2 days ago</div>
  200. <strong>List: .selectable</strong>
  201. <small>a: data-image</small>
  202. </a>
  203. </li>
  204. </ul>
  205. </div>
  206. </article>
  207. <article id="nav-2" class="list indented scroll">
  208. <ul class="form">
  209. <li data-loading="black big"></li>
  210. <li id="loading-code" style="background-color: grey;"></li>
  211. <li class="padding">
  212. <label>type="text"</label>
  213. <input type="text" placeholder="Input text"/>
  214. <textarea placeholder="Textarea sample"></textarea>
  215. <label class="select">
  216. <select class="custom">
  217. <option value="1">One</option>
  218. <option value="2">Two</option>
  219. <option value="3">Three</option>
  220. </select>
  221. </label>
  222. </li>
  223. <li class="padding">
  224. <label class="radio"><input type="radio" name="group-0" id="radio-0" checked="checked"/></label>
  225. <label class="radio"><input type="radio" name="group-0" id="radio-1"/></label>
  226. <label class="radio"><input type="radio" name="group-0" id="radio-2"/></label>
  227. </li>
  228. <li class="padding">
  229. <label class="-pop">Do you like LungoJS forms?</label>
  230. <label class="checkbox onright"><input type="checkbox" id="checkbox-0" checked/></label>
  231. </li>
  232. <li class="padding">
  233. <div id="progress-normal" data-progress="25%"></div>
  234. <div id="progress-big" data-progress="50%" class="big"></div>
  235. <label>type="range"</label>
  236. <input type="range">
  237. </li>
  238. </ul>
  239. <ul>
  240. <li class="anchor " data-icon="small user">Examples of anchors</li>
  241. <li class="padding">
  242. <strong>Lorem Ipsum</strong>
  243. <small>is simply dummy text of the printing and typesetting industry</small>
  244. </li>
  245. <li class="anchor" data-icon="home small">Lorem Ipsum is simply dummy text...</li>
  246. <li class="anchor contrast" data-icon="home small">Lorem Ipsum is simply dummy text...</li>
  247. <li class="anchor" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li>
  248. <li class="anchor contrast" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li>
  249. <li class="anchor contrast" data-icon="question small">It's a special form element you must set the label with class "select"</li>
  250. </ul>
  251. </article>
  252. <article id="nav-4" class="list scroll">
  253. <ul>
  254. <li>
  255. <a href="#" >
  256. <strong>List: none</strong>
  257. <small>a: none</small>
  258. </a>
  259. </li>
  260. <li class=" selectable" >
  261. <a href="#" data-image="http://placehold.it/32x32">
  262. <div class="onright" data-icon="calendar">2 days ago</div>
  263. <strong>List: .selectable</strong>
  264. <small>a: data-image</small>
  265. </a>
  266. </li>
  267. <li class="arrow thumb">
  268. <a href="#" data-image="http://placehold.it/48x48">
  269. <strong>List: .arrow .thumb </strong>
  270. <small>a: data-image</small>
  271. </a>
  272. </li>
  273. <li class="red">
  274. <a href="#" data-icon="home">
  275. <div class="bubble red onright"><span class="icon map"></span>125m</div>
  276. <strong>List: .red</strong>
  277. <small data-icon="clock">a: data-icon & .bubble</small>
  278. </a>
  279. </li>
  280. <li class="padding" data-icon="user">
  281. <strong>List: .padding & data-icon</strong>
  282. <small><span class="icon home"></span>a: undefined</small>
  283. </li>
  284. <li class="padding">
  285. <input type="text" placeholder="Input text"/>
  286. <textarea placeholder="Textarea sample"></textarea>
  287. <label class="select">
  288. <select class="custom">
  289. <option value="1">One</option>
  290. <option value="2">Two</option>
  291. <option value="3">Three</option>
  292. </select>
  293. </label>
  294. </li>
  295. </ul>
  296. </article>
  297. <article id="nav-3" class="list indented">
  298. <div>
  299. <a href="#sec-2" data-target="section" class="button big" data-icon="check">Test 2</a>
  300. <a href="#sec-2" class="button big red " data-icon="check">Test 2</a>
  301. <a href="#sec-2" class="button big green" data-icon="check">Test 2</a>
  302. </div>
  303. </article>
  304. </section>
  305. <section id="sec-2" data-transition="pop">
  306. <header data-title="Auto title centered">
  307. <nav class="onleft">
  308. <a href="#back" data-target="section" class="cancel" data-icon="close" data-label="CANCEL"></a>
  309. </nav>
  310. <nav class="onright ">
  311. <a href="#" class="accept" data-icon="check" data-label="ACCEPT"></a>
  312. </nav>
  313. </header>
  314. <article>
  315. None
  316. </article>
  317. </section>
  318. <!-- Third parties dependencies -->
  319. <script src="../../src/lib/QuoJS.js"></script>
  320. <!-- LungoJS Libraries (Development mode)-->
  321. <script src="../../src/Lungo.js"></script>
  322. <script src="../../src/Lungo.App.js" ></script>
  323. <script src="../../src/Lungo.Core.js"></script>
  324. <script src="../../src/Lungo.Dom.js"></script>
  325. <script src="../../src/Lungo.Service.js"></script>
  326. <script src="../../src/Lungo.Constants.js"></script>
  327. <script src="../../src/Lungo.Element.js"></script>
  328. <script src="../../src/Lungo.Events.js"></script>
  329. <script src="../../src/Lungo.Notification.js"></script>
  330. <script src="../../src/router/Lungo.Router.js"></script>
  331. <script src="../../src/router/Lungo.Router.History.js" ></script>
  332. <script src="../../src/view/Lungo.View.Resize.js"></script>
  333. <script src="../../src/view/Lungo.View.Article.js" ></script>
  334. <script src="../../src/view/Lungo.View.Aside.js" ></script>
  335. <script src="../../src/view/Lungo.View.Element.js"></script>
  336. <script src="../../src/view/Lungo.View.Template.js"></script>
  337. <script src="../../src/view/Lungo.View.Template.Binding.js"></script>
  338. <script src="../../src/view/Lungo.View.Template.List.js"></script>
  339. <script src="../../src/data/Lungo.Data.Cache.js"></script>
  340. <script src="../../src/data/Lungo.Data.Sql.js"></script>
  341. <script src="../../src/data/Lungo.Data.Storage.js"></script>
  342. <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
  343. <script src="../../src/Lungo.Fallback.js"></script>
  344. <script src="../../src/boot/Lungo.Boot.js"></script>
  345. <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
  346. <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
  347. <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
  348. <script src="../../src/boot/Lungo.Boot.Events.js"></script>
  349. <script src="../../src/boot/Lungo.Boot.Data.js"></script>
  350. <script src="../../src/boot/Lungo.Boot.Section.js"></script>
  351. <script src="../../src/boot/Lungo.Boot.Article.js"></script>
  352. <!-- LungoJS - Sandbox App -->
  353. <script src="app/app.js"></script>
  354. <script src="app/view.js"></script>
  355. <script src="app/data.js"></script>
  356. <script src="app/services.js"></script>
  357. <script src="app/events.js"></script>
  358. </body>
  359. </html>