Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « app-android-notes « examples « docs - github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3925a6f68923fef0f1c6fe5fcae8ffc8d6d6631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Notes</title>
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">

    <link rel="stylesheet" href="../../dist/ratchet.css">
    <link rel="stylesheet" href="../../dist/ratchet-theme-android.css">
    <link rel="stylesheet" href="css/app.css">
    <script src="../../dist/ratchet.js"></script>


    <!-- Roboto -->
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'>
  </head>
  <body>
    <header class="bar bar-nav">
      <a class="icon icon-compose pull-right" href="#composeModal"></a>
      <a href="#navPopover">
        <h1 class="title">
          <span class="icon icon-home"></span>
          Notes
          <span class="icon icon-caret"></span>
        </h1>
      </a>
    </header>

    <div class="content">

      <ul class="table-view">
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
        <li class="table-view-cell">
          <a class="push-right" href="choose-theater.html" data-transition="slide-in">
            Note title goes here
            <p>Lorem ipsum dolor sit amet...</p>
          </a>
        </li>
      </ul>
    </div>

    <!-- Settings modal -->
    <div id="composeModal" class="modal">
      <header class="bar bar-nav">
        <a class="icon icon-close pull-right" href="#composeModal"></a>
        <h1 class="title">
          <span class="icon icon-gear"></span>
          Settings
        </h1>
      </header>
      
      <div class="content">
        <h5>User settings</h5>

        <form class="input-group">
          <input type="text" placeholder="Full name">
          <input type="email" placeholder="Email">
          <input type="text" placeholder="Username">
        </form>

        <h5>App settings</h5>

        <ul class="table-view">
          <li class="table-view-cell media">
            <span class="media-object pull-left icon icon-sound"></span>
            <div class="media-body">
              Enable sounds
            </div>
            <div class="toggle">
              <div class="toggle-handle"></div>
            </div>
          </li>
          <li class="table-view-cell media">
            <span class="media-object pull-left icon icon-person"></span>
            <div class="media-body">
              Parental controls
            </div>
            <div class="toggle">
              <div class="toggle-handle"></div>
            </div>
          </li>
        </ul>
        <div class="container">
          <a class="btn btn-positive btn-block">Save settings</a>
        </div>
      </div>
    </div>

    <!-- Popover -->
    <div id="navPopover" class="popover">
      <ul class="table-view">
        <li class="table-view-cell">Item1</li>
        <li class="table-view-cell">Item2</li>
        <li class="table-view-cell">Item3</li>
        <li class="table-view-cell">Item4</li>
        <li class="table-view-cell">Item5</li>
        <li class="table-view-cell">Item6</li>
        <li class="table-view-cell">Item7</li>
        <li class="table-view-cell">Item8</li>
        <li class="table-view-cell">Item9</li>
        <li class="table-view-cell">Item10</li>
      </ul>
    </div>
  </body>
</html>