Merge branch 'multi_server' into development
[KiwiIRC.git] / client / assets / dev / index.html.tmpl
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6 <base target="_blank">
7
8 <title> KiwiIRC </title>
9
10 <link rel="stylesheet" type="text/css" href="<%base_path%>/assets/css/style.css" />
11 <link rel="stylesheet" type="text/css" href="<%base_path%>/assets/css/font-awesome.min.css" />
12 <!--[if IE 7]>
13 <link rel="stylesheet" type="text/css" href="/kiwi/assets/css/font-awesome-ie7.css" />
14 <![endif]-->
15 </head>
16 <body>
17 <div id="kiwi" class="theme_relaxed">
18 <div id="toolbar">
19 <div class="app_tools">
20 <ul class="main">
21 <li class="settings"><i class="icon-cogs" title="Settings"></i></li>
22 <li><a href="https://kiwiirc.com/" target="_blank"><img src="<%base_path%>/assets/img/ico.png" alt="KiwiIRC" title="KiwiIRC" /></a></li>
23 </ul>
24 </div>
25
26 <div id="tabs"></div>
27
28 <div id="topic">
29 <div contenteditable="true"></div>
30 </div>
31
32 <div id="status_message"></div>
33 </div>
34
35 <div id="memberlists_resize_handle"></div>
36
37 <div id="panels">
38 <div class="panel_container container1"></div>
39 </div>
40
41 <div id="memberlists" class="disabled"></div>
42
43 <div id="controlbox">
44 <div class="input">
45 <span class="nick"> </span>
46 <div class="input_wrap"><textarea class="inp"></textarea></div>
47 <div class="input_tools"></div>
48 </div>
49 </div>
50 </div>
51
52
53
54
55
56
57 <script type="text/html" id="tmpl_userbox">
58 <div class="userbox">
59 <a class="if_op op"><i class="icon-star"></i>Op</a>
60 <a class="if_op deop"><i class="icon-star-empty"></i>De-op</a>
61 <a class="if_op voice"><i class="icon-volume-up"></i>Voice</a>
62 <a class="if_op devoice"><i class="icon-volume-off"></i>De-voice</a>
63 <a class="if_op kick"><i class="icon-remove"></i>Kick</a>
64 <a class="if_op ban"><i class="icon-ban-circle"></i>Ban</a>
65
66 <a class="query"><i class="icon-comment"></i>Message</a>
67 <a class="info"><i class="icon-info-sign"></i>Info</a>
68 <a class="slap"><i class="icon-user-md"></i>Slap!</a>
69 </div>
70 </script>
71
72 <script type="text/html" id="tmpl_nickchange">
73 <form class="nickchange">
74 <label for="nickchange">New nick:</label> <input type="text" mozactionhint="done" autocomplete="off" spellcheck="false"/> <button>Change</button> <a class="cancel">Cancel</a>
75 </form>
76 </script>
77
78 <script type="text/html" id="tmpl_new_connection_info">
79 <div style="margin:1em 20px;">
80 <img src="https://kiwiirc.com/img/ico.png" alt="KiwiIRC Logo" title="Kiwi IRC" style="display:block; margin:0 auto;"/> <br />
81 <p style="font-style:italic;">A <strong>hand-crafted IRC client</strong> that you can enjoy. Designed to be used <strong>easily</strong> and <strong>freely</strong>.</p>
82
83 <p style="font-size:0.9em;margin-top:2em;">Peek at the <a href="https://www.kiwiirc.com/">Kiwi IRC homepage</a> for more information or to find out how to embed it on your own website. Looking for source code? Try the <a href="http://github.com/prawnsalad/KiwiIRC/">GitHub</a> page. This network of people may not be associated with Kiwi IRC itself.</p>
84 </div>
85 </script>
86
87 <script type="text/html" id="tmpl_server_select">
88 <div class="server_select">
89
90 <div class="side_panel" style="position:absolute;top:0px;left:320px;">
91 <div class="content" style="position:relative;width:300px;">
92 </div>
93 </div>
94
95 <div class="server_details" style="position:relative;width:320px;">
96 <div class="status">Think of a nickname..</div>
97
98 <form>
99 <div class="basic">
100 <table>
101 <tr class="nick">
102 <td><label for="server_select_nick">Nickname</label></td>
103 <td><input type="text" class="nick" id="server_select_nick"></td>
104 </tr>
105
106 <tr class="have_pass">
107 <td colspan="2">
108 <label for="server_select_show_pass">I have a password</label> <input type="checkbox" id="server_select_show_pass" style="width:auto;" />
109 </td>
110 </tr>
111
112 <tr class="pass">
113 <td><label for="server_select_password">Password</label></td>
114 <td><input type="password" class="password" id="server_select_password"></td>
115 </tr>
116
117 <tr class="channel">
118 <td><label for="server_select_channel">Channel</label></td>
119 <td><input type="text" class="channel" id="server_select_channel"></td>
120 </tr>
121
122 <tr class="have_key">
123 <td colspan="2">
124 <label for="server_select_show_channel_key">Channel requires a key</label> <input type="checkbox" id="server_select_show_channel_key" style="width:auto;" />
125 </td>
126 </tr>
127
128 <tr class="key">
129 <td><label for="server_select_channel_key">Key</label></td>
130 <td><input type="text" class="channel_key" id="server_select_channel_key"></td>
131 </tr>
132
133 <tr class="start">
134 <td colspan="2"><button type="submit">Start..</button></td>
135 </tr>
136 </table>
137
138 <a href="" onclick="return false;" class="show_more">Server and network</a>
139 </div>
140
141
142 <div class="more">
143 <table>
144 <tr class="server">
145 <td><label for="server_select_server">Server</label></td>
146 <td><input type="text" class="server" id="server_select_server"></td>
147 <tr>
148
149 <tr class="port">
150 <td><label for="server_select_port">Port</label></td>
151 <td><input type="text" class="port" id="server_select_port"></td>
152 </tr>
153
154 <tr class="ssl">
155 <td><label for="server_select_ssl">SSL</label></td>
156 <td><input type="checkbox" class="ssl" id="server_select_ssl"></td>
157 </tr>
158 </table>
159 </div>
160 </form>
161
162 <a class="kiwi_logo" href="https://kiwiirc.com/" target="_blank">
163 <h1><span>Powered by Kiwi IRC</span> <img src="/kiwi/assets/img/ico.png" alt="KiwiIRC Logo" title="Kiwi IRC" /></h1>
164 </a>
165 </div>
166 </div>
167 </script>
168
169 <script type="text/html" id="tmpl_applet_settings">
170 <div class="settings">
171 ​<table>
172 <tr>
173 <td class="label">Theme</td>
174 <td class="setting">
175 <select class="setting-theme">
176 <option value="relaxed">Relaxed</option>
177 <option value="mini">Mini</option>
178 <option value="cli">CLI</option>
179 <option value="basic">Basic</option>
180 </select>
181 </td>
182 </tr>
183 <tr>
184 <td class="label">Channel list</td>
185 <td class="setting">
186 <select class="setting-channel_list_style">
187 <option value="list">List</option>
188 <option value="tabs">Tabs</option>
189 </select>
190
191 <i style="font-size:0.9em;">Lots of channels? `List` may be more suited</i>
192 </td>
193 </tr>
194 <tr>
195 <td class="label">Scrollback</td>
196 <td class="setting"><input type="text" class="setting-scrollback" value="150" /></td>
197 </tr>
198
199 <tr>
200 <td class="label">Show joins/parts</td>
201 <td class="setting"><input type="checkbox" class="setting-show_joins_parts" /></td>
202 </tr>
203
204 <tr>
205 <td class="label">Show timestamps</td>
206 <td class="setting"><input type="checkbox" class="setting-show_timestamps" /></td>
207 </tr>
208
209 <tr>
210 <td class="label">Mute sounds</td>
211 <td class="setting"><input type="checkbox" class="setting-mute_sounds" /></td>
212 </tr>
213
214 <tr class="save">
215 <td colspan="2"><button class="save">Save</button><br/><span class="feedback">Saved!</span></td>
216 </tr>
217 </table>
218 </div>
219 </script>
220
221
222 <script type="text/html" id="tmpl_channel_list">
223 <div>
224 <table style="margin:1em 2em;">
225 <thead style="font-weight: bold;">
226 <tr>
227 <td>Channel Name</td>
228 <td>Users</td>
229 <td style="padding-left: 2em;">Topic</td>
230 </tr>
231 </thead>
232 <tbody style="vertical-align: top;">
233 </tbody>
234 </table>
235 </div>
236 </script>
237
238
239 <script type="text/html" id="tmpl_script_editor">
240 <div style="height:100%;">
241 <style>
242 #kiwi .script_editor .toolbar { padding: 10px 20px; }
243 #kiwi .script_editor .toolbar span.status { margin-left:2em; font-style:italic; }
244 #kiwi .script_editor .toolbar button { height:30px; padding:0 1em; }
245 #kiwi .script_editor .toolbar button i { font-size:1.2em; margin-left:3px; }
246 </style>
247 <div class="script_editor" style="height:100%; position:relative;">
248 <div class="toolbar"><button class="btn_save">Save <i class="icon-save"></i></button><span class="status"></span></div>
249 <div class="editor" style="position:absolute;top:50px;bottom:0px;left:0px;right:0px;"></div>
250 </div>
251 </div>
252 </script>
253
254
255 <script>
256 /* Script loader (https://github.com/ded/script.js) */
257 (function(a,b,c){typeof c["module"]!="undefined"&&c.module.exports?c.module.exports=b():typeof c["define"]!="undefined"&&c["define"]=="function"&&c.define.amd?define(a,b):c[a]=b()})("$script",function(){function p(a,b){for(var c=0,d=a.length;c<d;++c)if(!b(a[c]))return j;return 1}function q(a,b){p(a,function(a){return!b(a)})}function r(a,b,i){function o(a){return a.call?a():d[a]}function t(){if(!--n){d[m]=1,l&&l();for(var a in f)p(a.split("|"),o)&&!q(f[a],o)&&(f[a]=[])}}a=a[k]?a:[a];var j=b&&b.call,l=j?b:i,m=j?a.join(""):b,n=a.length;return setTimeout(function(){q(a,function(a){if(h[a])return m&&(e[m]=1),h[a]==2&&t();h[a]=1,m&&(e[m]=1),s(!c.test(a)&&g?g+a+".js":a,t)})},0),r}function s(c,d){var e=a.createElement("script"),f=j;e.onload=e.onerror=e[o]=function(){if(e[m]&&!/^c|loade/.test(e[m])||f)return;e.onload=e[o]=null,f=1,h[c]=2,d()},e.async=1,e.src=c,b.insertBefore(e,b.firstChild)}var a=document,b=a.getElementsByTagName("head")[0],c=/^https?:\/\//,d={},e={},f={},g,h={},i="string",j=!1,k="push",l="DOMContentLoaded",m="readyState",n="addEventListener",o="onreadystatechange";return!a[m]&&a[n]&&(a[n](l,function t(){a.removeEventListener(l,t,j),a[m]="complete"},j),a[m]="loading"),r.get=s,r.order=function(a,b,c){(function d(e){e=a.shift(),a.length?r(e,d):r(e,b,c)})()},r.path=function(a){g=a},r.ready=function(a,b,c){a=a[k]?a:[a];var e=[];return!q(a,function(a){d[a]||e[k](a)})&&p(a,function(a){return d[a]})?b():!function(a){f[a]=f[a]||[],f[a][k](b),c&&c(e)}(a.join("|")),r},r},this)
258
259
260
261
262 function getQueryVariable(variable) {
263 var query = window.location.search.substring(1);
264 var vars = query.split('&');
265 for (var i = 0; i < vars.length; i++) {
266 var pair = vars[i].split('=');
267 if (decodeURIComponent(pair[0]) == variable) {
268 return decodeURIComponent(pair[1]);
269 }
270 }
271 }
272
273 window.onload = function () {
274
275 // Common dependancies that are required at all times
276 var scripts = [
277 ['jquery-1.8.2.min.js', 'lodash.min.js'],
278 'backbone.min.js'
279 ];
280
281 // If in debug mode, load each development script
282 if (getQueryVariable('debug')) {
283 console.log('Loading debugging scripts');
284 scripts = scripts.concat([
285 'dev/app.js',
286 [
287 'dev/model_application.js',
288 'dev/model_gateway.js'
289 ],
290 [
291 'dev/model_newconnection.js',
292 'dev/model_panellist.js',
293 'dev/model_networkpanellist.js',
294 'dev/model_panel.js',
295 'dev/model_member.js',
296 'dev/model_memberlist.js',
297 'dev/model_network.js'
298 ],
299
300 [
301 'dev/model_query.js',
302 'dev/model_channel.js',
303 'dev/model_server.js',
304 'dev/model_applet.js'
305 ],
306
307 [
308 'dev/applet_settings.js',
309 'dev/applet_nickserv.js',
310 'dev/applet_chanlist.js',
311 'dev/applet_scripteditor.js'
312 ],
313
314 [
315 'dev/model_pluginmanager.js',
316 'dev/model_datastore.js',
317 'dev/utils.js',
318 'dev/view.js'
319 ]
320 ]);
321 } else {
322 scripts.push('kiwi.min.js?<%cache_buster%>');
323 }
324
325
326 // Run after all dependancies have been loaded
327 function startApp () {
328 var opts = {
329 container: $('#kiwi'),
330 base_path: base_path,
331
332 // Override the kiwi_server to use. (Think: running on standalone client..)
333 //kiwi_server: 'http://kiwiirc.com:80',
334
335 server_settings: <%server_settings%>,
336 client_plugins: <%client_plugins%>
337 };
338
339 // Start the app
340 kiwi.start(opts);
341
342 // Load any plugins
343 if (opts.client_plugins && opts.client_plugins.length > 0) {
344 _.each(opts.client_plugins, function (plugin_url) {
345 kiwi.plugins.load(plugin_url);
346 });
347 }
348 }
349
350
351 // Load each script
352 var cur_script = 0;
353 function loadNextScript () {
354 var to_load,
355 base = base_path + '/assets/';
356
357 // Start the kiwi app if all scripts have been loaded
358 if (cur_script === scripts.length) {
359 startApp();
360 return;
361 }
362
363 if (typeof scripts[cur_script] === 'string') {
364 to_load = base + scripts[cur_script];
365 } else {
366 to_load = [];
367 for(var idx in scripts[cur_script]) {
368 to_load.push(base + scripts[cur_script][idx]);
369 }
370 }
371
372 $script(to_load, loadNextScript);
373
374 cur_script++;
375 }
376
377 // Entry path for the kiwi application
378 var base_path = '<%base_path%>';
379
380 // Start loading scripts
381 loadNextScript();
382 };
383 </script>
384 </body>
385 </html>