-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (173 loc) · 6.63 KB
/
index.html
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" class="no-js">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<title>Fire Editor</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- sns -->
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="">
<meta property="og:locale" content="ja_JP" />
<meta id="tw-text" property="tw:description" content="テキストが入ります" />
<!-- favicon icon -->
<link rel="icon" sizes="16x16 32x32 48x48 128x128 256x256" href="">
<!-- 256pxのfavicon.icoを設定 -->
<link rel="apple-touch-icon" sizes="57x57" href="">
<link rel="apple-touch-icon" sizes="114x114" href="">
<link rel="apple-touch-icon" sizes="72x72" href="">
<link rel="apple-touch-icon" sizes="144x144" href="">
<link rel="apple-touch-icon" sizes="60x60" href="">
<link rel="apple-touch-icon" sizes="120x120" href="">
<link rel="apple-touch-icon" sizes="76x76" href="">
<link rel="apple-touch-icon" sizes="152x152" href="">
<link rel="apple-touch-icon" sizes="180x180" href="">
<!-- styles -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/foundation-icons.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/modal.css">
<!-- scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="//webrtc.github.io/adapter/adapter-3.1.3.js"></script>
<script type="text/javascript" src="https://cdn.skyway.io/skyway.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.2/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.2/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.2/firebase-messaging.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.0.0/firebase.js"></script>
<!-- ACE and its JavaScript mode and theme files -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.5/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.5/mode-javascript.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.5/theme-textmate.js"></script>
<!-- Firepad -->
<link rel="stylesheet" href="https://cdn.firebase.com/libs/firepad/1.4.0/firepad.css" />
<script src="https://cdn.firebase.com/libs/firepad/1.4.0/firepad.min.js"></script>
<script src="js/genresize.js"></script>
</head>
<body>
<!-- Loading画面 -->
<div id="loading_start" style="height:100%;background-color:#e3f4fd;text-align:center;">
<img src="img/gia.gif" alt="Loading...">
</div>
<!--/ Loading画面 -->
<!-- コンテンツ表示画面 -->
<header>
<div id="logo">
<h1>
Fire Editor
</h1>
</div>
<div class="pure-g">
<!-- Video area -->
<div class="pure-u-2-3" id="video-container">
<div id="their-videos"></div>
<div>
<label id="my-label"></label>
<video id="my-video" muted="true" autoplay></video>
</div>
</div>
<!-- Steps -->
<div class="pure-u-1-3">
<div class="select">
<label for="audioSource">Audio input source: </label><select id="audioSource"></select>
</div>
<div class="select">
<label for="videoSource">Video source: </label><select id="videoSource"></select>
</div>
<!-- Get local audio/video stream -->
<div id="step1">
<p>Please click `allow` on the top of the screen so we can access your webcam and microphone for calls.</p>
<div id="step1-error">
<p>Failed to access the webcam and microphone. Make sure to run this demo on an http server and click allow when asked for permission by the browser.</p>
<a href="#" class="pure-button pure-button-error" id="step1-retry">Try again</a>
</div>
</div>
<!-- Make calls to others -->
<div id="step2">
<h3>Make a call</h3>
<form id="make-call" class="pure-form">
<input type="text" placeholder="Join room..." id="join-room">
<button class="pure-button pure-button-success" type="submit">Join</button>
</form>
<!-- <p><strong>Warning:</strong> You may connect with people you don't know if you both use the same room name.</p>
<p><strong>注意:</strong>同じルーム名を使用した場合、知らない人と接続する可能性があります。</p> -->
</div>
<p class="your-id-text">Your id: <span id="my-id">...</span></p>
<!-- Call in progress -->
<div id="step3">
<p>Currently in room <span id="room-id">...</span></p>
<p><a href="#" class="pure-button pure-button-error" id="end-call">End call</a></p>
</div>
</div>
</div>
</header>
<div id="right-area">
<div id="menu">
<div class="menu-inner">
<p id="anke">
アンケート
</p>
<div id="live-preview">
<div class="fi-eye large"></div>
</div>
<select name="" id="select-font-size">
<option value="">10</option>
<option value="">12</option>
<option value="">14</option>
<option value="">16</option>
<option value="">18</option>
<option value="">20</option>
</select>
<a class="menu-trigger" href="javascript:void(0)">
<span></span>
<span></span>
<span></span>
</a>
</div>
</div>
<div id="firepad-container"></div>
<div id="firepad-container-2"></div>
<!-- <div id="editor">some text</div> -->
<div id="live-preview-return" class="resizeMe"></div>
<div id="chat-area" class="clearfix">
<div id="chat-area-inner">
<div id="chat-output-area">
<ul id="chat-output">
</ul>
</div>
<div id="enter">
<div id="enter-inner">
<textarea id="enter-text" cols="30" rows="10"></textarea>
<div id="enter-send">SEND</div>
</div>
</div>
</div>
</div>
</div>
<div id="modal-content">
<div class="inner">
<p>アンケートフォーム</p>
<div id="form">
お名前: <input type="text" name="name" id="name" value="shinji">
EMAIL: <input type="text" name="mail" id="mail" value="[email protected]">
年齢: <input type="text" name="age" id="age" value="24">
<button id="send">送信</button>
</div>
</div>
</div>
<!-- Ace API -->
<script src="src/ace.js" type="text/javascript" charset="utf-8"></script>
<!-- <script src="js/camera.js"></script> -->
<script src="js/index.js"></script>
<script src="js/modal.js"></script>
<script src="js/postAjax.js"></script>
</body>
</html>