3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
22 <meta charset="utf-8" />
23 <meta name="format-detection" content="telephone=no" />
24 <meta name="msapplication-tap-highlight" content="no" />
25 <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
26 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
28 <!-- building blocks -->
29 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/icons/styles/action_icons.css">
30 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/headers.css">
31 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/toolbars.css">
32 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/drawer.css">
33 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/lists.css">
34 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/input_areas.css">
35 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/progress_activity.css">
36 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/tabs.css">
37 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/style/action_menu.css">
39 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/transitions.css">
40 <link rel="stylesheet" type="text/css" href="bower_components/Building-Blocks/util.css">
42 <link rel="stylesheet" type="text/css" href="css/index.css">
43 <title>Friendica Messenger</title>
46 <section id="inboxPage" data-position="current">
47 <section data-type="sidebar">
56 <li><a href="#">Inbox</a></li>
59 <li><a href="#settings">Settings</a></li>
65 <section id="messageListPage" role="region">
66 <header class="fixed">
67 <a href="#"><span class="icon icon-menu">hide sidebar</span></a>
68 <a href="#messageListPage"><span class="icon icon-menu">show sidebar</span></a>
70 <a href="#compose"><span class="icon icon-add">add</span></a>
72 <h1>~F Messenger <em>inbox</em></h1>
73 <progress class="pack-activity" value="0" max="100"></progress>
75 <article class="scrollable header">
76 <section data-type="list">
85 <section id="messagePage" data-position="right" role="region">
86 <header class="fixed">
87 <a href="#"><span class="icon icon-back">back</span></a>
88 <h1>Messages <em id='contact_screen_name'>.</em></h1>
89 <progress class="pack-activity" value="0" max="100"></progress>
91 <article class="scrollable header footer">
92 <section data-type="list" class="fullmessage">
98 <ul role="tablist" class="bb-tablist">
100 <input class="message_text" type="text"/>
103 <a id="reply_send" href=""><span class="icon action-icon email-send"></span></a>
108 <section id="newMessagePage" data-position="right" role="region">
110 <a href="#"><span class="icon icon-back">back</span></a>
111 <menu type="toolbar">
112 <a id="message_send" href=""><span class="icon action-icon email-send">send</span></a>
115 <progress class="pack-activity light" value="0" max="100"></progress>
118 <article class="content">
119 <header><h2>Send new message</h2></header>
121 <p><img class="pack contact_photo" src='img/unknow.png'><input class="message_to" type="text" placeholder="User" list="contacts" /></p>
122 <p><input class="message_reply" type="hidden" /></p>
123 <p><textarea class="message_body"></textarea></p>
124 <datalist id="contacts"></datalist>
128 <form role="dialog" data-type="action" id="select_contact">
130 <button type="button" class="cancel">Cancel</button>
138 <section id="settingsPage" data-position="right" role="region" class="skin-organic">
140 <menu type="toolbar">
144 <progress class="pack-activity light" value="0" max="100"></progress>
146 <article class="content">
147 <header><h2>Connection settings</h2></header>
149 <p><input id="host" type="text" placeholder="Host" required="" value="" class="autoupdate" /></p>
150 <p><input id="user" type="text" placeholder="Username" required="" value="" class="autoupdate" /></p>
151 <p><input id="pass" type="password" placeholder="Password" required="" value="" class="autoupdate" /></p>
156 <script type="text/javascript" src="bower_components/zepto/zepto.js"></script>
157 <script type="text/javascript" src="bower_components/routie/dist/routie.min.js"></script>
158 <!-- <script type="text/javascript" src="cordova.js"></script> -->
159 <script type="text/javascript" src="js/index.js"></script>