Progress on Issue #78: If nick is taken, show a box somewhere to change it
[KiwiIRC.git] / client_backbone / index.html
old mode 100644 (file)
new mode 100755 (executable)
index d771d90..07f01bd
@@ -5,7 +5,7 @@
 
 <title> KiwiIRC </title>
 
-<link rel="stylesheet" type="text/css" href="style.css" />
+<link rel="stylesheet" type="text/css" href="css/style.css" />
 
 </head>
 <body>
             <a class="info">Info</a>
         </div>
     </script>
+    
+    <script type="text/x-jquery-tmpl" id="tmpl_nickchange">
+        <div class="nickchange">
+            <label for="nickchange">New nick:</label> <input id="nickchange" type="text" mozactionhint="done" autocomplete="off" spellcheck="false"/> <input type="button" class="btn_nickchange" value="Change Nick" />
+        </div>
+    </script>
 
     <script type="text/x-jquery-tmpl" id="tmpl_server_select">
         <div class="server_select">
                 container: $('#kiwi'),
 
                 // Override the kiwi_server to use. (Think: running on standalone client..)
-                kiwi_server: 'http://192.168.1.13:7778'
+                kiwi_server: 'https://192.168.1.10:7777'
             };
 
             // Start the app by either the dev or closed environment