b2caf936bfc42aacdfadfb56d975a1018c805420
[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">
27 <ul class="panellist channels"></ul>
28 <ul class="panellist applets"></ul>
29 </div>
30
31 <div id="topic">
32 <div contenteditable="true"></div>
33 </div>
34
35 <div id="status_message"></div>
36 </div>
37
38 <div id="memberlists_resize_handle"></div>
39
40 <div id="panels">
41 <div class="panel_container container1"></div>
42 </div>
43
44 <div id="memberlists"></div>
45
46 <div id="controlbox">
47 <div class="input">
48 <span class="nick"> </span>
49 <div class="input_wrap"><textarea class="inp"></textarea></div>
50 <div class="input_tools"></div>
51 </div>
52 </div>
53 </div>
54
55
56
57
58
59
60 <script type="text/html" id="tmpl_userbox">
61 <div class="userbox">
62 <a class="query"><i class="icon-comment"></i>Message</a>
63 <a class="info"><i class="icon-info-sign"></i>Info</a>
64 <a class="slap"><i class="icon-user-md"></i>Slap!</a>
65
66 <div class="divider-horizontal"></div>
67 </div>
68 </script>
69
70 <script type="text/html" id="tmpl_nickchange">
71 <form class="nickchange">
72 <label for="nickchange">New nick:</label> <input type="text" mozactionhint="done" autocomplete="off" spellcheck="false"/> <button>Change</button> <a class="cancel">Cancel</a>
73 </form>
74 </script>
75
76 <script type="text/html" id="tmpl_server_select">
77 <div class="server_select">
78
79 <div class="server_details" style="position:relative;float:left;width:320px;padding-right:3em;margin-top:50px;">
80 <div class="status">Think of a nickname..</div>
81
82 <form>
83 <div class="basic">
84 <table>
85 <tr class="nick">
86 <td><label for="server_select_nick">Nickname</label></td>
87 <td><input type="text" class="nick" id="server_select_nick"></td>
88 </tr>
89
90 <tr class="have_pass">
91 <td colspan="2">
92 <label for="server_select_show_pass">I have a password</label> <input type="checkbox" id="server_select_show_pass" style="width:auto;" />
93 </td>
94 </tr>
95
96 <tr class="pass">
97 <td><label for="server_select_password">Password</label></td>
98 <td><input type="password" class="password" id="server_select_password"></td>
99 </tr>
100
101 <tr class="channel">
102 <td><label for="server_select_channel">Channel</label></td>
103 <td><input type="text" class="channel" id="server_select_channel"><input type="hidden" class="channel_key"></td>
104 </tr>
105
106 <tr class="start">
107 <td colspan="2"><button type="submit">Start..</button></td>
108 </tr>
109 </table>
110
111 <a href="" onclick="return false;" class="show_more">Server and network</a>
112 </div>
113
114
115 <div class="more">
116 <table>
117 <tr class="server">
118 <td><label for="server_select_server">Server</label></td>
119 <td><input type="text" class="server" id="server_select_server"></td>
120 <tr>
121
122 <tr class="port">
123 <td><label for="server_select_port">Port</label></td>
124 <td><input type="text" class="port" id="server_select_port"></td>
125 </tr>
126
127 <tr class="ssl">
128 <td><label for="server_select_ssl">SSL</label></td>
129 <td><input type="checkbox" class="ssl" id="server_select_ssl"></td>
130 </tr>
131 </table>
132 </div>
133 </form>
134
135 <div class="divider-verticle"></div>
136 </div>
137
138 <div class="about_kiwi" style="position:relative;float:left;width:320px;margin-left:3em;color:#555555;">
139 <a class="kiwi_logo" href="https://kiwiirc.com/" target="_blank">
140 <img src="<%base_path%>/assets/img/ico.png" alt="KiwiIRC Logo" title="Kiwi IRC" /> <br />
141 <h1>Powered by Kiwi IRC</h1>
142 </a>
143
144 <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>
145
146 <p style="font-size:0.9em;margin-top:2em;">Peek at the <a href="https://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>
147 </div>
148 </div>
149 </script>
150
151 <script type="text/html" id="tmpl_applet_settings">
152 <div class="settings">
153 ​<table>
154 <tr>
155 <td class="label">Theme</td>
156 <td class="setting">
157 <select class="setting-theme">
158 <option value="relaxed">Relaxed</option>
159 <option value="mini">Mini</option>
160 <option value="cli">CLI</option>
161 <option value="basic">Basic</option>
162 </select>
163 </td>
164 </tr>
165 <tr>
166 <td class="label">Channel list</td>
167 <td class="setting">
168 <select class="setting-channel_list_style">
169 <option value="list">List</option>
170 <option value="tabs">Tabs</option>
171 </select>
172
173 <i style="font-size:0.9em;">Lots of channels? `List` may be more suited</i>
174 </td>
175 </tr>
176 <tr>
177 <td class="label">Scrollback</td>
178 <td class="setting"><input type="text" class="setting-scrollback" value="150" /></td>
179 </tr>
180
181 <tr>
182 <td class="label">Show joins/parts</td>
183 <td class="setting"><input type="checkbox" class="setting-show_joins_parts" /></td>
184 </tr>
185
186 <tr>
187 <td class="label">Show timestamps</td>
188 <td class="setting"><input type="checkbox" class="setting-show_timestamps" /></td>
189 </tr>
190
191 <tr class="save">
192 <td colspan="2"><button class="save">Save</button>​​​​​​​​​</td>
193 </tr>
194 </table>
195 </div>
196 </script>
197
198
199 <script type="text/html" id="tmpl_channel_list">
200 <div>
201 <table style="margin:1em 2em;">
202 <thead style="font-weight: bold;">
203 <tr>
204 <td>Channel Name</td>
205 <td>Users</td>
206 <td style="padding-left: 2em;">Topic</td>
207 </tr>
208 </thead>
209 <tbody style="vertical-align: top;">
210 </tbody>
211 </table>
212 </div>
213 </script>
214
215
216 <script type="text/html" id="tmpl_script_editor">
217 <div style="height:100%;">
218 <style>
219 #kiwi .script_editor .toolbar { padding: 10px 20px; }
220 #kiwi .script_editor .toolbar span.status { margin-left:2em; font-style:italic; }
221 #kiwi .script_editor .toolbar button { height:30px; padding:0 1em; }
222 #kiwi .script_editor .toolbar button i { font-size:1.2em; margin-left:3px; }
223 </style>
224 <div class="script_editor" style="height:100%; position:relative;">
225 <div class="toolbar"><button class="btn_save">Save <i class="icon-save"></i></button><span class="status"></span></div>
226 <div class="editor" style="position:absolute;top:50px;bottom:0px;left:0px;right:0px;"></div>
227 </div>
228 </div>
229 </script>
230
231
232 <script>
233 /* Script loader (https://github.com/ded/script.js) */
234 (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)
235
236
237
238
239 function getQueryVariable(variable) {
240 var query = window.location.search.substring(1);
241 var vars = query.split('&');
242 for (var i = 0; i < vars.length; i++) {
243 var pair = vars[i].split('=');
244 if (decodeURIComponent(pair[0]) == variable) {
245 return decodeURIComponent(pair[1]);
246 }
247 }
248 }
249
250 window.onload = function () {
251
252 // Common dependancies that are required at all times
253 var scripts = [
254 ['jquery-1.8.2.min.js', 'lodash.min.js'],
255 'backbone.min.js'
256 ];
257
258 // If in debug mode, load each development script
259 if (getQueryVariable('debug')) {
260 console.log('Loading debugging scripts');
261 scripts = scripts.concat([
262 'dev/app.js',
263 [
264 'dev/model_application.js',
265 'dev/model_gateway.js'
266 ],
267 [
268 'dev/model_panellist.js',
269 'dev/model_panel.js',
270 'dev/model_member.js',
271 'dev/model_memberlist.js'
272 ],
273
274 [
275 'dev/model_query.js',
276 'dev/model_channel.js',
277 'dev/model_server.js',
278 'dev/model_applet.js'
279 ],
280
281 [
282 'dev/applet_settings.js',
283 'dev/applet_nickserv.js',
284 'dev/applet_chanlist.js',
285 'dev/applet_scripteditor.js'
286 ],
287
288 [
289 'dev/model_pluginmanager.js',
290 'dev/model_datastore.js',
291 'dev/utils.js',
292 'dev/view.js'
293 ]
294 ]);
295 } else {
296 scripts.push('kiwi.min.js?<%cache_buster%>');
297 }
298
299
300 // Run after all dependancies have been loaded
301 function startApp () {
302 var opts = {
303 container: $('#kiwi'),
304 base_path: base_path,
305
306 // Override the kiwi_server to use. (Think: running on standalone client..)
307 //kiwi_server: 'http://kiwiirc.com:80',
308
309 server_settings: <%server_settings%>,
310 client_plugins: <%client_plugins%>
311 };
312
313 // Start the app
314 kiwi.start(opts);
315
316 // Load any plugins
317 if (opts.client_plugins && opts.client_plugins.length > 0) {
318 _.each(opts.client_plugins, function (plugin_url) {
319 kiwi.plugins.load(plugin_url);
320 });
321 }
322 }
323
324
325 // Load each script
326 var cur_script = 0;
327 function loadNextScript () {
328 var to_load,
329 base = base_path + '/assets/';
330
331 // Start the kiwi app if all scripts have been loaded
332 if (cur_script === scripts.length) {
333 startApp();
334 return;
335 }
336
337 if (typeof scripts[cur_script] === 'string') {
338 to_load = base + scripts[cur_script];
339 } else {
340 to_load = [];
341 for(var idx in scripts[cur_script]) {
342 to_load.push(base + scripts[cur_script][idx]);
343 }
344 }
345
346 $script(to_load, loadNextScript);
347
348 cur_script++;
349 }
350
351 // Entry path for the kiwi application
352 var base_path = '<%base_path%>';
353
354 // Start loading scripts
355 loadNextScript();
356 };
357 </script>
358 </body>
359 </html>