~ubuntu-branches/ubuntu/trusty/ubuntu-html5-theme/trusty-proposed

« back to all changes in this revision

Viewing changes to 0.1/ui-gallery/widgets.html

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Adnane Belmadiaf, Ubuntu daily release
  • Date: 2013-08-05 04:01:52 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130805040152-239e6eu0j1ufdwxw
Tags: 0.1+13.10.20130805-0ubuntu1
[ Adnane Belmadiaf ]
* Added a UI Gallery.

[ Ubuntu daily release ]
* Automatic snapshot from revision 75

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
 Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
 
3
 
 
4
 This file is part of ubuntu-html5-theme.
 
5
 
 
6
 This package is free software; you can redistribute it and/or modify
 
7
 it under the terms of the Lesser GNU General Public License as
 
8
 published by the Free Software Foundation; either version 3 of the
 
9
 License, or
 
10
 (at your option) any later version.
 
11
 
 
12
 This package is distributed in the hope that it will be useful,
 
13
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 GNU General Public License for more details.
 
16
 
 
17
 You should have received a copy of the GNU Lesser General Public
 
18
 License along with this program. If not, see
 
19
 <http://www.gnu.org/licenses/>.
 
20
-->
 
21
 
 
22
<!DOCTYPE html>
 
23
<html>
 
24
<head>
 
25
    <meta charset="utf-8">
 
26
    <meta name="copyright" content="Adnane Belmadiaf <daker@ubuntu.com>">
 
27
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 
28
    <title>Ubuntu UI HTML5 Theme: ListItems</title>
 
29
    <link href="../ambiance/css/appTemplate.css" rel="stylesheet" type="text/css" />
 
30
</head>
 
31
<body>
 
32
    <div data-role="page">
 
33
        <div data-role="content">
 
34
            <section data-role="list">
 
35
                <ul data-role="listview">
 
36
                    <li>
 
37
                        <a href="../examples/widgets/Toggles.html" target="component">Toggles</a>
 
38
                    </li>
 
39
                    <li>
 
40
                        <a href="../examples/widgets/Buttons.html" target="component">Buttons</a>
 
41
                    </li>
 
42
                    <li>
 
43
                        <a href="../examples/widgets/Sliders.html" target="component">Sliders</a>
 
44
                    </li>
 
45
                    <li>
 
46
                        <a href="../examples/widgets/TextInputs.html" target="component">Text Field</a>
 
47
                    </li>
 
48
                    <li>
 
49
                        <a href="../examples/widgets/ProgressBars.html" target="component">Progress and activity</a>
 
50
                    </li>
 
51
                    <li>
 
52
                        <a href="../examples/widgets/UbuntuShape.html" target="component">Ubuntu Shape</a>
 
53
                    </li>
 
54
                    <li>
 
55
                        <a href="../examples/widgets/ListItems.html" target="component">List Items</a>
 
56
                    </li>
 
57
                    <li>
 
58
                        <a href="../examples/widgets/Dialog.html" target="component">Dialog</a>
 
59
                    </li>
 
60
                    <li>
 
61
                        <a href="../examples/widgets/Dialog-Spinner.html" target="component">Dialog + Spinner</a>
 
62
                    </li>
 
63
                    <li>
 
64
                        <a href="../examples/widgets/Popovers.html" target="component">Popover</a>
 
65
                    </li>
 
66
                    <li>
 
67
                        <a href="../examples/widgets/Toolbar.html" target="component">Toolbar</a>
 
68
                    </li>
 
69
                </ul>
 
70
            </section>
 
71
        </div>
 
72
    </div>
 
73
</body>
 
74
</html>