boletus.html 18 KB

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