boletus.html 18 KB

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