|
|
@@ -1,407 +0,0 @@
|
|
|
-<!doctype html>
|
|
|
-<html>
|
|
|
-<head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <title>Lungo 2.0</title>
|
|
|
- <meta name="description" content="">
|
|
|
- <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
|
|
|
- <!-- Mobile viewport optimization http://goo.gl/b9SaQ -->
|
|
|
- <meta name="HandheldFriendly" content="True">
|
|
|
- <meta name="MobileOptimized" content="320">
|
|
|
- <meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
-
|
|
|
- <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
- <meta name="format-detection" content="telephone=no">
|
|
|
- <!-- For iPhone 4 with high-resolution Retina display: -->
|
|
|
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/icon@2x.png">
|
|
|
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/icon-72.png">
|
|
|
- <link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
|
|
|
- <link rel="apple-touch-startup-image" href="assets/images/default.png">
|
|
|
-
|
|
|
- <meta http-equiv="cleartype" content="on">
|
|
|
-
|
|
|
- <!-- Main Stylesheet -->
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.grid.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.button.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.form.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.colour.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.loading.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.notification.css">
|
|
|
- <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.theme.scaffold.css">
|
|
|
- <!--
|
|
|
- <link rel="stylesheet" href="../../release/lungo.css">
|
|
|
- <link rel="stylesheet" href="../../release/lungo.icon.css">
|
|
|
- <link rel="stylesheet" href="../../release/lungo.theme.scaffold.css">
|
|
|
- -->
|
|
|
- <!-- App Stylesheet -->
|
|
|
- <link rel="stylesheet" href="assets/stylesheets/app.css">
|
|
|
-</head>
|
|
|
-
|
|
|
-<body class="app">
|
|
|
-<!--
|
|
|
- <section id="login">
|
|
|
- <article class="indented splash current">
|
|
|
- <h1>New user</h1>
|
|
|
- <form>
|
|
|
- <label>Mail</label>
|
|
|
- <input type="text" placeholder="Your email" id="txt-signup-mail" value="">
|
|
|
- <label>Mail</label>
|
|
|
- <input type="text" placeholder="Your username" id="txt-signup-name" value="">
|
|
|
- <label>Mail</label>
|
|
|
- <input type="password" placeholder="Your password" id="txt-signup-password" value="">
|
|
|
- <a href="#" class="button blue big" id="btn-signup-call" data-icon="checkmark">Signup</a>
|
|
|
- <a href="#back" data-router="section" class="button red big" data-icon="close">Return to login</a>
|
|
|
- <a href="#back" data-router="section" class="button green " data-icon="user">Return to login</a>
|
|
|
- </form>
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <section id="foundation">
|
|
|
- <header data-title="test"></header>
|
|
|
- <footer class="toolbar with-labels"></footer>
|
|
|
-
|
|
|
- <article>
|
|
|
- <div class="row one red">.row.one</div>
|
|
|
-
|
|
|
- <div class="row six blue">
|
|
|
- <div class="one column orange"></div>
|
|
|
- <div class="one column"></div>
|
|
|
- <div class="four column orange">.four.column.orange</div>
|
|
|
- <div class="one column"></div>
|
|
|
- <div class="one column orange tall"></div>
|
|
|
- <div class="one column "></div>
|
|
|
- <div class="one column orange "></div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="row two green">
|
|
|
- <div class="two columns centered red"></div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="row one yellow">.row.one.yellow</div>
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <section id="a" data-transition="pop" >
|
|
|
- <header data-title="a">
|
|
|
- <nav class="right">
|
|
|
- <a href="#baaaa" data-router="section">B</a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
- <article class="">
|
|
|
- <a href="#" class="button big" data-icon="home">Prueba</a>
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <section id="baaaa" data-transition="pop" >
|
|
|
- <header data-title="b" data-back="home"></header>
|
|
|
- <article></article>
|
|
|
- </section>
|
|
|
-
|
|
|
--->
|
|
|
- <section id="sec-1" class="popa" data-transition="slide">
|
|
|
- <header class="extended">
|
|
|
- <nav class="left">
|
|
|
- <a href="#aside-controls" data-router="aside" data-icon="menu"></a>
|
|
|
- <a href="#kitchen-sink-scroll" data-article="nav-2" data-router="aside" data-icon="heart" data-count="8"></a>
|
|
|
- </nav>
|
|
|
- <div class="left">
|
|
|
- <span class="title with-subtitle">Javi Jiménez Villar</span>
|
|
|
- <span class="subtitle">@soyjavi</span>
|
|
|
- </div>
|
|
|
- <nav class="right ">
|
|
|
- <!--
|
|
|
- <a href="#profiles" data-router="aside" data-label="User"></a>
|
|
|
- <a href="#profiles" data-router="aside" data-icon="users" data-label="User"></a>
|
|
|
- -->
|
|
|
- <a href="#" data-icon="cloud" id="btn-toggle-loading"></a>
|
|
|
- <a href="#profiles" data-router="aside" data-icon="user" data-count="1"></a>
|
|
|
- </nav>
|
|
|
-
|
|
|
- <nav class="right plain ">
|
|
|
- <a href="#" data-loading="white disable"></a>
|
|
|
- <a href="#" data-loading="white "></a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
-
|
|
|
- <nav class="groupbar">
|
|
|
- <a href="#nav-1" data-router="article" class="current" data-icon="html5"> Lists</a>
|
|
|
- <a href="#nav-2" data-router="article" data-icon="calendar"> Form</a>
|
|
|
- </nav>
|
|
|
-
|
|
|
- <footer class="toolbar with-labels">
|
|
|
- <nav>
|
|
|
- <a href="#nav-0" data-router="article" data-icon="refresh" class="current" data-label="loading">
|
|
|
- <span class="bubble count" data-loading="white"></span>
|
|
|
- </a>
|
|
|
- <a href="#nav-1" data-router="article" data-title="d" data-icon="settings" data-label="boxes" data-count="1"></a>
|
|
|
- <a href="#nav-2" data-router="article" data-title="b" data-icon="close" data-count="12" data-label="Form"></a>
|
|
|
- <a href="#nav-3" data-router="article" data-title="c" data-icon="share" data-label="Emails" data-count="123"></a>
|
|
|
- <a href="#nav-4" data-router="article" data-title="lists" data-label="lists" data-loading="white"></a>
|
|
|
- </nav>
|
|
|
- </footer>
|
|
|
-
|
|
|
- <!--
|
|
|
- <footer class="toolbar">
|
|
|
- <nav>
|
|
|
- <a href="#nav-1" data-router="article" class="current" data-icon="clock"></a>
|
|
|
- <a href="#nav-2" data-router="article" data-icon="calendar" data-count="17"></a>
|
|
|
- <a href="#a" data-router="article" data-icon="mail" data-count="124"></a>
|
|
|
- <a href="#a" data-router="article" data-icon="phone" data-count="12"></a>
|
|
|
- </nav>
|
|
|
- </footer>
|
|
|
- -->
|
|
|
-
|
|
|
- <article id="nav-0" data-loading="black">
|
|
|
- </article>
|
|
|
-
|
|
|
- <article id="nav-1" class="lisst">
|
|
|
- <div id = "prueba" class="five row list " style="background: url(http://placehold.it/320x200);">
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="three row grey">
|
|
|
- <div class="six row green">
|
|
|
- <div class="wrapper">
|
|
|
- <div class="right" data-icon="calendar">June 9, 2012</div>
|
|
|
- <strong>LungoJS.2 Application</strong>
|
|
|
- <small>by Javi Jimenez <div class="bubble grey">PRO</div></small>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="four row red">
|
|
|
- <a href="#" class="four columns">
|
|
|
- <div class="wrapper" data-icon="heart">217 Likes</div>
|
|
|
- </a>
|
|
|
- <a href="#" class="three columns">
|
|
|
- <div class="wrapper" data-icon="pushpin">4 Buckets</div>
|
|
|
- </a>
|
|
|
- <a href="#" class="three columns">
|
|
|
- <div class="wrapper" data-icon="picture">389 Views</div>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="two row white list scroll">
|
|
|
- <ul>
|
|
|
- <li class=" selectable" >
|
|
|
- <a href="#" data-image="http://placehold.it/32x32">
|
|
|
-
|
|
|
- <div class="right" data-icon="calendar">2 days ago</div>
|
|
|
- <strong>List: .selectable</strong>
|
|
|
- <small>a: data-image</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class=" selectable" >
|
|
|
- <a href="#" data-image="http://placehold.it/32x32">
|
|
|
-
|
|
|
- <div class="right" data-icon="calendar">2 days ago</div>
|
|
|
- <strong>List: .selectable</strong>
|
|
|
- <small>a: data-image</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class=" selectable" >
|
|
|
- <a href="#" data-image="http://placehold.it/32x32">
|
|
|
-
|
|
|
- <div class="right" data-icon="calendar">2 days ago</div>
|
|
|
- <strong>List: .selectable</strong>
|
|
|
- <small>a: data-image</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- </article>
|
|
|
-
|
|
|
- <article id="nav-2" class="list indented scroll">
|
|
|
- <ul class="form minimal">
|
|
|
- <li data-loading="black big"></li>
|
|
|
- <li id="loading-code" style="background-color: grey;"></li>
|
|
|
- <li class="padding">
|
|
|
- <label>type="text"</label>
|
|
|
- <input type="text" placeholder="Input text"/>
|
|
|
- <textarea placeholder="Textarea sample"></textarea>
|
|
|
- <label class="select">
|
|
|
- <select class="custom">
|
|
|
- <option value="1">One</option>
|
|
|
- <option value="2">Two</option>
|
|
|
- <option value="3">Three</option>
|
|
|
- </select>
|
|
|
- </label>
|
|
|
- </li>
|
|
|
- <li class="padding">
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-0" checked="checked"/></label>
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-1"/></label>
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-2"/></label>
|
|
|
- </li>
|
|
|
- <li class="padding">
|
|
|
- <label class="-pop">Do you like LungoJS forms?</label>
|
|
|
- <label class="checkbox right"><input type="checkbox" id="checkbox-0" checked/></label>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class="padding">
|
|
|
- <div id="progress-normal" data-progress="25%"></div>
|
|
|
- <div id="progress-big" data-progress="50%" class="big"></div>
|
|
|
- <label>type="range"</label>
|
|
|
- <input type="range">
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
- <li class="anchor " data-icon="small user">Examples of anchors</li>
|
|
|
- <li class="padding">
|
|
|
- <strong>Lorem Ipsum</strong>
|
|
|
- <small>is simply dummy text of the printing and typesetting industry</small>
|
|
|
- </li>
|
|
|
- <li class="anchor" data-icon="home small">Lorem Ipsum is simply dummy text...</li>
|
|
|
- <li class="anchor contrast" data-icon="home small">Lorem Ipsum is simply dummy text...</li>
|
|
|
-
|
|
|
- <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>
|
|
|
- <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>
|
|
|
-
|
|
|
-
|
|
|
- <li class="anchor contrast" data-icon="question small">It's a special form element you must set the label with class "select"</li>
|
|
|
- </ul>
|
|
|
- </article>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <article id="nav-4" class="list scroll">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <a href="#" >
|
|
|
- <strong>List: none</strong>
|
|
|
- <small>a: none</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class=" selectable" >
|
|
|
- <a href="#" data-image="http://placehold.it/32x32">
|
|
|
-
|
|
|
- <div class="right" data-icon="calendar">2 days ago</div>
|
|
|
- <strong>List: .selectable</strong>
|
|
|
- <small>a: data-image</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="arrow thumb">
|
|
|
- <a href="#" data-image="http://placehold.it/48x48">
|
|
|
- <strong>List: .arrow .thumb </strong>
|
|
|
- <small>a: data-image</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- <li class="red">
|
|
|
- <a href="#" data-icon="home">
|
|
|
- <div class="bubble red right"><span class="icon map"></span>125m</div>
|
|
|
- <strong>List: .red</strong>
|
|
|
- <small data-icon="clock">a: data-icon & .bubble</small>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class="padding" data-icon="user">
|
|
|
- <strong>List: .padding & data-icon</strong>
|
|
|
- <small><span class="icon home"></span>a: undefined</small>
|
|
|
- </li>
|
|
|
-
|
|
|
- <li class="padding">
|
|
|
- <input type="text" placeholder="Input text"/>
|
|
|
- <textarea placeholder="Textarea sample"></textarea>
|
|
|
- <label class="select">
|
|
|
- <select class="custom">
|
|
|
- <option value="1">One</option>
|
|
|
- <option value="2">Two</option>
|
|
|
- <option value="3">Three</option>
|
|
|
- </select>
|
|
|
- </label>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- </article>
|
|
|
-
|
|
|
- <article id="nav-3" class="list indented">
|
|
|
- <div>
|
|
|
- <a href="#sec-2" data-router="section" class="button big" data-icon="check">Test 2</a>
|
|
|
- <a href="#sec-2" class="button big red " data-icon="check">Test 2</a>
|
|
|
- <a href="#sec-2" class="button big green" data-icon="check">Test 2</a>
|
|
|
- </div>
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
-
|
|
|
- <section id="sec-2" data-transition="pop">
|
|
|
- <header data-title="Auto title centered">
|
|
|
- <nav class="left">
|
|
|
- <a href="#back" data-router="section" class="cancel" data-icon="close" data-label="CANCEL"></a>
|
|
|
- </nav>
|
|
|
-
|
|
|
- <nav class="right ">
|
|
|
- <a href="#" class="accept" data-icon="check" data-label="ACCEPT"></a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
- <article>
|
|
|
- None
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <!-- Lungo dependencies -->
|
|
|
- <script src="../../src/lib/quo.debug.js"></script>
|
|
|
- <!--
|
|
|
- <script src="../../release/lungo.js"></script>
|
|
|
- -->
|
|
|
- <script src="../../src/Lungo.js"></script>
|
|
|
- <script src="../../src/Lungo.init.js"></script>
|
|
|
- <script src="../../src/Lungo.Core.js"></script>
|
|
|
- <script src="../../src/Lungo.Dom.js"></script>
|
|
|
- <script src="../../src/Lungo.Service.js"></script>
|
|
|
- <script src="../../src/Lungo.Constants.js"></script>
|
|
|
- <script src="../../src/Lungo.Element.js"></script>
|
|
|
- <script src="../../src/Lungo.Events.js"></script>
|
|
|
- <script src="../../src/Lungo.Notification.js"></script>
|
|
|
- <script src="../../src/router/Lungo.Router.js"></script>
|
|
|
- <script src="../../src/router/Lungo.Router.History.js" ></script>
|
|
|
- <script src="../../src/view/Lungo.View.Resize.js"></script>
|
|
|
- <script src="../../src/view/Lungo.View.Article.js" ></script>
|
|
|
- <script src="../../src/view/Lungo.View.Aside.js" ></script>
|
|
|
- <script src="../../src/view/Lungo.View.Element.js"></script>
|
|
|
- <script src="../../src/data/Lungo.Data.Cache.js"></script>
|
|
|
- <script src="../../src/data/Lungo.Data.Sql.js"></script>
|
|
|
- <script src="../../src/data/Lungo.Data.Storage.js"></script>
|
|
|
- <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
|
|
|
- <script src="../../src/Lungo.Fallback.js"></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Events.js"></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Data.js"></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Section.js"></script>
|
|
|
- <script src="../../src/boot/Lungo.Boot.Article.js"></script>
|
|
|
-
|
|
|
- <!-- LungoJS - Sandbox App -->
|
|
|
- <script>
|
|
|
- Lungo.init({
|
|
|
- name: 'Kitchen Sink',
|
|
|
- version: '2.0',
|
|
|
- sugars: ['map', 'pull'],
|
|
|
- resources: {
|
|
|
- sections: ['aside.html', 'aside-profiles.html', 'notification.html'],
|
|
|
- templates: [],
|
|
|
- asides: []
|
|
|
- }
|
|
|
- });
|
|
|
- </script>
|
|
|
- <script src="app/app.js"></script>
|
|
|
- <script src="app/view.js"></script>
|
|
|
- <script src="app/data.js"></script>
|
|
|
- <script src="app/services.js"></script>
|
|
|
- <script src="app/events.js"></script>
|
|
|
- <script src="app/events.notification.js"></script>
|
|
|
-</body>
|
|
|
-</html>
|