d1ede49183e4b955c3ccb48fec96fb87234f544a
[KiwiIRC.git] / index.html.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Kiwi IRC</title><link rel="stylesheet" type="text/css" href="css/default.css"/><link rel="stylesheet" type="text/css" href="css/ui.css"/><script src="http://192.168.1.127:7777/socket.io/socket.io.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script><script type="text/javascript" src="js/jquery.json-2.2.min.js"></script><script type="text/javascript" src="js/util.js"></script><script type="text/javascript" src="js/gateway.js"></script><script type="text/javascript" src="js/front.js"></script><script type="text/javascript" src="js/iscroll.js"></script><script type="text/javascript">var agent = 'normal';
2 var touchscreen = false;
3 var init_data = {};
4 var kiwi_server = 'http://192.168.1.127:7777/';
5 var touch_scroll;
6
7 $(document).ready(function(){
8 manageDebug(false);
9
10 //#channel,##channel,&channel
11 var chans = document.location.hash.match(/[#&]+[^ ,\007]+/g);
12 if(chans != null && chans.length > 0) {
13 init_data.channel = chans.join(',');
14 $('#channel').val(init_data.channel);
15 }
16
17 front.init();
18 gateway.start(kiwi_server);
19
20 addEvents();
21 $('.nick').focus();
22 });
23
24
25 function addEvents(){
26 $('.more_link').click(function(){ $('.content.bottom').slideDown('fast'); $('.network').focus(); return false; });
27 $('.formconnectwindow').submit(function(){
28 init_data.channel = $('#channel').val();
29 return false;
30 });
31 $('a.connect').click(function(){ $('.formconnectwindow').submit(); return false; });
32 }
33
34
35 </script><script id="tmpl_about_box" type="text/x-jquery-tmpl"> <h2>Kiwi IRC</h2>
36 <p>An alternative to downloading an irc client. Kiwi IRC is the best web app you'll use for the next couple years.</p>
37 <button class="about_close">Close</button>
38 <p class="info">${about}</p>
39 <p class="revisions">Front: ${front_revision}<br />Gateway: ${gateway_revision}</p>
40 </script><script id="tmpl_change_nick" type="text/x-jquery-tmpl"> <div class="newnick box">
41 Your new nick:<br />
42 <form class="form_newnick">
43 <input type="text" class="txtnewnick" /><br />
44 <button class="butnewnick" type="submit">Change</button> <a class="link cancelnewnick">Cancel</a>
45 </form>
46 </div>
47 </script><script id="tmpl_plugins" type="text/x-jquery-tmpl"> <div class="list">
48 <h2>Kiwi plugins</h2>
49 <p>
50 <select multiple="multiple" id="plugin_list">
51 </select>
52 <button id="plugins_list_unload">Unload</button>
53 </p>
54 </div>
55 <div class="load">
56 Plugin file URL:<br />
57 <form>
58 <input type="text" class="txtpluginfile" /><br />
59 <button class="butnewnick" type="submit">Load..</button> <a class="link cancelpluginfile">Cancel</a>
60 </form>
61 </div>
62 </script><script id="tmpl_user_box" type="text/x-jquery-tmpl"> <div class="userbox">
63 <input type="hidden" class="userbox_nick" value="${nick}" />
64 <a href="#" class="userbox_query">Message</a>
65 <a href="#" class="userbox_whois">Info</a>
66 </div>
67 </script></head><body><div id="kiwi"><div class="connectwindow"><h1 class="logo">Kiwi IRC</h1><div id="login"><form class="formconnectwindow"><div class="content top"><ul><li><label for="nick">Your nickname:</label><input type="text" id="nick" name="nick" placeholder="Your nick.." class="nick"/></li></ul><a href="" class="connect">Connect...</a></div><div style="" class="more"><a href="" class="more_link">more</a><div class="content bottom"><ul><li><label for="network">Server:</label><input type="text" id="network" name="network" value="irc.anonnet.org" class="network"/></li><li><label for="channel">Channel:</label><input type="text" id="channel" name="channel" value="#kiwiirc" class="channel"/></li></ul><a href="" class="connect">Connect...</a></div></div></form></div></div><div class="windowlist"><div class="poweredby">Powered by Kiwi IRC</div><ul></ul></div><div class="cur_topic"></div><div class="userlist"><ul></ul></div><div id="windows" class="windows"><div style="width:100%" class="scroller"></div></div><div class="control"><div class="msginput"><div class="nick"><a href="#"></a>:
68 </div><input type="text" name="kiwi_msginput" id="kiwi_msginput"/></div><div class="plugins"><ul><li><a class="load_plugin_file">Plugins</a></li></ul></div></div></div></body></html>